Lines Matching defs:offset
367 static inline u32 bcma_read8(struct bcma_device *core, u16 offset) in bcma_read8()
371 static inline u32 bcma_read16(struct bcma_device *core, u16 offset) in bcma_read16()
375 static inline u32 bcma_read32(struct bcma_device *core, u16 offset) in bcma_read32()
380 void bcma_write8(struct bcma_device *core, u16 offset, u32 value) in bcma_write8()
385 void bcma_write16(struct bcma_device *core, u16 offset, u32 value) in bcma_write16()
390 void bcma_write32(struct bcma_device *core, u16 offset, u32 value) in bcma_write32()
396 size_t count, u16 offset, u8 reg_width) in bcma_block_read()
402 u16 offset, u8 reg_width) in bcma_block_write()
407 static inline u32 bcma_aread32(struct bcma_device *core, u16 offset) in bcma_aread32()
412 void bcma_awrite32(struct bcma_device *core, u16 offset, u32 value) in bcma_awrite32()
417 static inline void bcma_mask32(struct bcma_device *cc, u16 offset, u32 mask) in bcma_mask32()
421 static inline void bcma_set32(struct bcma_device *cc, u16 offset, u32 set) in bcma_set32()
426 u16 offset, u32 mask, u32 set) in bcma_maskset32()
430 static inline void bcma_mask16(struct bcma_device *cc, u16 offset, u16 mask) in bcma_mask16()
434 static inline void bcma_set16(struct bcma_device *cc, u16 offset, u16 set) in bcma_set16()
439 u16 offset, u16 mask, u16 set) in bcma_maskset16()