Lines Matching defs:offset
34 static u32 bcma_bgmac_read(struct bgmac *bgmac, u16 offset)
36 return bcma_read32(bgmac->bcma.core, offset);
39 static void bcma_bgmac_write(struct bgmac *bgmac, u16 offset, u32 value)
41 bcma_write32(bgmac->bcma.core, offset, value);
44 static u32 bcma_bgmac_idm_read(struct bgmac *bgmac, u16 offset)
46 return bcma_aread32(bgmac->bcma.core, offset);
49 static void bcma_bgmac_idm_write(struct bgmac *bgmac, u16 offset, u32 value)
51 return bcma_awrite32(bgmac->bcma.core, offset, value);
64 static void bcma_bgmac_cco_ctl_maskset(struct bgmac *bgmac, u32 offset,
69 bcma_chipco_chipctl_maskset(cc, offset, mask, set);
79 static void bcma_bgmac_cmn_maskset32(struct bgmac *bgmac, u16 offset, u32 mask,
82 bcma_maskset32(bgmac->bcma.cmn, offset, mask, set);