D | bgmac.h | 479 struct bgmac { struct 502 struct bgmac_dma_ring tx_ring[BGMAC_MAX_TX_RINGS]; argument 503 struct bgmac_dma_ring rx_ring[BGMAC_MAX_RX_RINGS]; argument 523 u32 (*read)(struct bgmac *bgmac, u16 offset); argument 524 void (*write)(struct bgmac *bgmac, u16 offset, u32 value); argument 525 u32 (*idm_read)(struct bgmac *bgmac, u16 offset); argument 526 void (*idm_write)(struct bgmac *bgmac, u16 offset, u32 value); argument 527 bool (*clk_enabled)(struct bgmac *bgmac); argument 528 void (*clk_enable)(struct bgmac *bgmac, u32 flags); argument 529 void (*cco_ctl_maskset)(struct bgmac *bgmac, u32 offset, u32 mask, argument [all …]
|