D | bgmac.h | 442 struct bgmac { struct 465 struct bgmac_dma_ring tx_ring[BGMAC_MAX_TX_RINGS]; argument 466 struct bgmac_dma_ring rx_ring[BGMAC_MAX_RX_RINGS]; argument 488 u32 (*read)(struct bgmac *bgmac, u16 offset); argument 489 void (*write)(struct bgmac *bgmac, u16 offset, u32 value); argument 490 u32 (*idm_read)(struct bgmac *bgmac, u16 offset); argument 491 void (*idm_write)(struct bgmac *bgmac, u16 offset, u32 value); argument 492 bool (*clk_enabled)(struct bgmac *bgmac); argument 493 void (*clk_enable)(struct bgmac *bgmac, u32 flags); argument 494 void (*cco_ctl_maskset)(struct bgmac *bgmac, u32 offset, u32 mask, argument [all …]
|