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