Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/xilinx/
H A Dll_temac.h341 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 …]
H A Dll_temac_mdio.c26 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()