Home
last modified time | relevance | path

Searched refs:DIRECT_REG_WR (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/qed/
H A Dqed_if.h441 #define DIRECT_REG_WR(reg_addr, val) writel((u32)val, \ macro
1464 DIRECT_REG_WR(sb_info->igu_addr, igu_ack); in qed_sb_ack()
1481 DIRECT_REG_WR(&((u32 __iomem *)addr)[i], data[i]); in __internal_ram_wr()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_int.c873 DIRECT_REG_WR((u8 __iomem *)p_hwfn->regview + in qed_int_assertion()
1147 DIRECT_REG_WR((u8 __iomem *)p_hwfn->regview + in qed_int_deassertion()
1231 DIRECT_REG_WR(igu_addr, igu_ack); in qed_sb_ack_attn()
H A Dqed_ll2.c1501 DIRECT_REG_WR(p_ll2_conn->rx_queue.set_prod_addr, 0x0); in qed_ll2_establish_connection_rx()
1770 DIRECT_REG_WR(p_rx->set_prod_addr, *((u32 *)&rx_prod)); in qed_ll2_post_rx_buffer_notify_fw()
1986 DIRECT_REG_WR(p_tx->doorbell_addr, *((u32 *)&p_tx->db_msg)); in qed_ll2_tx_packet_notify()
H A Dqed_hw.c267 DIRECT_REG_WR(reg_addr++, *host_addr++); in qed_memcpy_hw()
H A Dqed_dev.c307 DIRECT_REG_WR(db_entry->db_addr, in qed_db_recovery_ring()