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