Searched refs:temac_local (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dll_temac.h330 struct temac_local { struct
348 u32 (*dma_in)(struct temac_local *, int);
349 void (*dma_out)(struct temac_local *, int, u32);
374 u32 temac_ior(struct temac_local *lp, int offset);
375 void temac_iow(struct temac_local *lp, int offset, u32 value);
376 int temac_indirect_busywait(struct temac_local *lp);
377 u32 temac_indirect_in32(struct temac_local *lp, int reg);
378 void temac_indirect_out32(struct temac_local *lp, int reg, u32 value);
382 int temac_mdio_setup(struct temac_local *lp, struct device_node *np);
383 void temac_mdio_teardown(struct temac_local *l
[all...]
H A Dll_temac_mdio.c24 struct temac_local *lp = bus->priv;
43 struct temac_local *lp = bus->priv;
59 int temac_mdio_setup(struct temac_local *lp, struct device_node *np)
115 void temac_mdio_teardown(struct temac_local *lp)
H A Dll_temac_main.c61 u32 temac_ior(struct temac_local *lp, int offset)
66 void temac_iow(struct temac_local *lp, int offset, u32 value)
71 int temac_indirect_busywait(struct temac_local *lp)
90 u32 temac_indirect_in32(struct temac_local *lp, int reg)
109 void temac_indirect_out32(struct temac_local *lp, int reg, u32 value)
122 static u32 temac_dma_in32(struct temac_local *lp, int reg)
132 static void temac_dma_out32(struct temac_local *lp, int reg, u32 value)
146 static u32 temac_dma_dcr_in(struct temac_local *lp, int reg)
154 static void temac_dma_dcr_out(struct temac_local *lp, int reg, u32 value)
163 static int temac_dcr_setup(struct temac_local *l
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dll_temac.h330 struct temac_local { struct
348 u32 (*dma_in)(struct temac_local *, int);
349 void (*dma_out)(struct temac_local *, int, u32);
374 u32 temac_ior(struct temac_local *lp, int offset);
375 void temac_iow(struct temac_local *lp, int offset, u32 value);
376 int temac_indirect_busywait(struct temac_local *lp);
377 u32 temac_indirect_in32(struct temac_local *lp, int reg);
378 void temac_indirect_out32(struct temac_local *lp, int reg, u32 value);
382 int temac_mdio_setup(struct temac_local *lp, struct device_node *np);
383 void temac_mdio_teardown(struct temac_local *l
[all...]
H A Dll_temac_mdio.c24 struct temac_local *lp = bus->priv;
43 struct temac_local *lp = bus->priv;
59 int temac_mdio_setup(struct temac_local *lp, struct device_node *np)
115 void temac_mdio_teardown(struct temac_local *lp)
H A Dll_temac_main.c61 u32 temac_ior(struct temac_local *lp, int offset)
66 void temac_iow(struct temac_local *lp, int offset, u32 value)
71 int temac_indirect_busywait(struct temac_local *lp)
90 u32 temac_indirect_in32(struct temac_local *lp, int reg)
109 void temac_indirect_out32(struct temac_local *lp, int reg, u32 value)
122 static u32 temac_dma_in32(struct temac_local *lp, int reg)
132 static void temac_dma_out32(struct temac_local *lp, int reg, u32 value)
146 static u32 temac_dma_dcr_in(struct temac_local *lp, int reg)
154 static void temac_dma_dcr_out(struct temac_local *lp, int reg, u32 value)
163 static int temac_dcr_setup(struct temac_local *l
[all...]

Completed in 259 milliseconds