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
437 struct bgmac { struct
446 struct bgmac_dma_ring tx_ring[BGMAC_MAX_TX_RINGS]; argument
447 struct bgmac_dma_ring rx_ring[BGMAC_MAX_RX_RINGS]; argument
467 static inline u32 bgmac_read(struct bgmac *bgmac, u16 offset) in bgmac_read()
472 static inline void bgmac_write(struct bgmac *bgmac, u16 offset, u32 value) in bgmac_write()
477 static inline void bgmac_maskset(struct bgmac *bgmac, u16 offset, u32 mask, in bgmac_maskset()
483 static inline void bgmac_mask(struct bgmac *bgmac, u16 offset, u32 mask) in bgmac_mask()
488 static inline void bgmac_set(struct bgmac *bgmac, u16 offset, u32 set) in bgmac_set()