Lines Matching refs:temac_local
331 struct temac_local { struct
350 u32 (*temac_ior)(struct temac_local *lp, int offset); argument
351 void (*temac_iow)(struct temac_local *lp, int offset, u32 value); argument
352 u32 (*dma_in)(struct temac_local *lp, int reg); argument
353 void (*dma_out)(struct temac_local *lp, int reg, u32 value); argument
395 int temac_indirect_busywait(struct temac_local *lp); argument
396 u32 temac_indirect_in32(struct temac_local *lp, int reg);
397 u32 temac_indirect_in32_locked(struct temac_local *lp, int reg);
398 void temac_indirect_out32(struct temac_local *lp, int reg, u32 value);
399 void temac_indirect_out32_locked(struct temac_local *lp, int reg, u32 value);
402 int temac_mdio_setup(struct temac_local *lp, struct platform_device *pdev);
403 void temac_mdio_teardown(struct temac_local *lp);