Lines Matching defs:bgmac
6 #define bgmac_err(bgmac, fmt, ...) \ argument
8 #define bgmac_warn(bgmac, fmt, ...) \ argument
10 #define bgmac_info(bgmac, fmt, ...) \ argument
12 #define bgmac_dbg(bgmac, fmt, ...) \ argument
438 struct bgmac { struct
447 struct bgmac_dma_ring tx_ring[BGMAC_MAX_TX_RINGS]; argument
448 struct bgmac_dma_ring rx_ring[BGMAC_MAX_RX_RINGS]; argument
468 static inline u32 bgmac_read(struct bgmac *bgmac, u16 offset) in bgmac_read()
473 static inline void bgmac_write(struct bgmac *bgmac, u16 offset, u32 value) in bgmac_write()
478 static inline void bgmac_maskset(struct bgmac *bgmac, u16 offset, u32 mask, in bgmac_maskset()
484 static inline void bgmac_mask(struct bgmac *bgmac, u16 offset, u32 mask) in bgmac_mask()
489 static inline void bgmac_set(struct bgmac *bgmac, u16 offset, u32 set) in bgmac_set()