Lines Matching refs:bus
257 struct bcma_bus *bus;
311 int (*sprom_callback)(struct bcma_bus *bus,
322 /* Pointer to the PCI bus (only for BCMA_HOSTTYPE_PCI) */
353 return core->bus->ops->read8(core, offset);
357 return core->bus->ops->read16(core, offset);
361 return core->bus->ops->read32(core, offset);
366 core->bus->ops->write8(core, offset, value);
371 core->bus->ops->write16(core, offset, value);
376 core->bus->ops->write32(core, offset, value);
382 core->bus->ops->block_read(core, buffer, count, offset, reg_width);
388 core->bus->ops->block_write(core, buffer, count, offset, reg_width);
393 return core->bus->ops->aread32(core, offset);
398 core->bus->ops->awrite32(core, offset, value);
428 extern struct bcma_device *bcma_find_core_unit(struct bcma_bus *bus, u16 coreid,
430 static inline struct bcma_device *bcma_find_core(struct bcma_bus *bus,
433 return bcma_find_core_unit(bus, coreid, 0);