Lines Matching defs:offset
372 static inline u32 bcma_read8(struct bcma_device *core, u16 offset) in bcma_read8()
376 static inline u32 bcma_read16(struct bcma_device *core, u16 offset) in bcma_read16()
380 static inline u32 bcma_read32(struct bcma_device *core, u16 offset) in bcma_read32()
385 void bcma_write8(struct bcma_device *core, u16 offset, u32 value) in bcma_write8()
390 void bcma_write16(struct bcma_device *core, u16 offset, u32 value) in bcma_write16()
395 void bcma_write32(struct bcma_device *core, u16 offset, u32 value) in bcma_write32()
401 size_t count, u16 offset, u8 reg_width) in bcma_block_read()
407 u16 offset, u8 reg_width) in bcma_block_write()
412 static inline u32 bcma_aread32(struct bcma_device *core, u16 offset) in bcma_aread32()
417 void bcma_awrite32(struct bcma_device *core, u16 offset, u32 value) in bcma_awrite32()
422 static inline void bcma_mask32(struct bcma_device *cc, u16 offset, u32 mask) in bcma_mask32()
426 static inline void bcma_set32(struct bcma_device *cc, u16 offset, u32 set) in bcma_set32()
431 u16 offset, u32 mask, u32 set) in bcma_maskset32()
435 static inline void bcma_mask16(struct bcma_device *cc, u16 offset, u16 mask) in bcma_mask16()
439 static inline void bcma_set16(struct bcma_device *cc, u16 offset, u16 set) in bcma_set16()
444 u16 offset, u16 mask, u16 set) in bcma_maskset16()