Searched refs:temac_local (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/xilinx/ |
D | ll_temac.h | 341 struct temac_local { struct 360 u32 (*temac_ior)(struct temac_local *lp, int offset); argument 361 void (*temac_iow)(struct temac_local *lp, int offset, u32 value); argument 362 u32 (*dma_in)(struct temac_local *lp, int reg); argument 363 void (*dma_out)(struct temac_local *lp, int reg, u32 value); argument 405 int temac_indirect_busywait(struct temac_local *lp); argument 406 u32 temac_indirect_in32(struct temac_local *lp, int reg); 407 u32 temac_indirect_in32_locked(struct temac_local *lp, int reg); 408 void temac_indirect_out32(struct temac_local *lp, int reg, u32 value); 409 void temac_indirect_out32_locked(struct temac_local *lp, int reg, u32 value); [all …]
|
D | ll_temac_main.c | 69 static u32 _temac_ior_be(struct temac_local *lp, int offset) in _temac_ior_be() 74 static void _temac_iow_be(struct temac_local *lp, int offset, u32 value) in _temac_iow_be() 79 static u32 _temac_ior_le(struct temac_local *lp, int offset) in _temac_ior_le() 84 static void _temac_iow_le(struct temac_local *lp, int offset, u32 value) in _temac_iow_le() 89 static bool hard_acs_rdy(struct temac_local *lp) in hard_acs_rdy() 94 static bool hard_acs_rdy_or_timeout(struct temac_local *lp, ktime_t timeout) in hard_acs_rdy_or_timeout() 111 int temac_indirect_busywait(struct temac_local *lp) in temac_indirect_busywait() 126 u32 temac_indirect_in32(struct temac_local *lp, int reg) in temac_indirect_in32() 144 u32 temac_indirect_in32_locked(struct temac_local *lp, int reg) in temac_indirect_in32_locked() 169 void temac_indirect_out32(struct temac_local *lp, int reg, u32 value) in temac_indirect_out32() [all …]
|
D | ll_temac_mdio.c | 26 struct temac_local *lp = bus->priv; in temac_mdio_read() 47 struct temac_local *lp = bus->priv; in temac_mdio_write() 64 int temac_mdio_setup(struct temac_local *lp, struct platform_device *pdev) in temac_mdio_setup() 126 void temac_mdio_teardown(struct temac_local *lp) in temac_mdio_teardown()
|