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