Home
last modified time | relevance | path

Searched refs:hns3_write_dev (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c664 hns3_write_dev(tqp, HNS3_RING_EN_REG, rcb_reg); in hns3_tqp_enable()
673 hns3_write_dev(tqp, HNS3_RING_EN_REG, rcb_reg); in hns3_tqp_disable()
5065 hns3_write_dev(q, HNS3_RING_RX_RING_BASEADDR_L_REG, (u32)dma); in hns3_init_ring_hw()
5066 hns3_write_dev(q, HNS3_RING_RX_RING_BASEADDR_H_REG, in hns3_init_ring_hw()
5069 hns3_write_dev(q, HNS3_RING_RX_RING_BD_LEN_REG, in hns3_init_ring_hw()
5071 hns3_write_dev(q, HNS3_RING_RX_RING_BD_NUM_REG, in hns3_init_ring_hw()
5074 hns3_write_dev(q, HNS3_RING_TX_RING_BASEADDR_L_REG, in hns3_init_ring_hw()
5076 hns3_write_dev(q, HNS3_RING_TX_RING_BASEADDR_H_REG, in hns3_init_ring_hw()
5079 hns3_write_dev(q, HNS3_RING_TX_RING_BD_NUM_REG, in hns3_init_ring_hw()
5097 hns3_write_dev(q, HNS3_RING_TX_RING_TC_REG, i); in hns3_init_tx_ring_tc()
H A Dhns3_enet.h663 #define hns3_write_dev(a, reg, value) \ macro