Lines Matching refs:bus
129 struct bcma_bus *bus; member
182 int (*sprom_callback)(struct bcma_bus *bus,
218 return core->bus->ops->read8(core, offset); in bcma_read8()
222 return core->bus->ops->read16(core, offset); in bcma_read16()
226 return core->bus->ops->read32(core, offset); in bcma_read32()
231 core->bus->ops->write8(core, offset, value); in bcma_write8()
236 core->bus->ops->write16(core, offset, value); in bcma_write16()
241 core->bus->ops->write32(core, offset, value); in bcma_write32()
247 core->bus->ops->block_read(core, buffer, count, offset, reg_width); in bcma_block_read()
253 core->bus->ops->block_write(core, buffer, count, offset, reg_width); in bcma_block_write()
258 return core->bus->ops->aread32(core, offset); in bcma_aread32()
263 core->bus->ops->awrite32(core, offset, value); in bcma_awrite32()
293 extern struct bcma_device *bcma_find_core(struct bcma_bus *bus, u16 coreid);