46 #ifdef CONFIG_BCMA_BLOCKIO
90 static void bcma_host_soc_block_write(
struct bcma_device *core,
92 size_t count,
u16 offset,
u8 reg_width)
140 static void bcma_host_soc_awrite32(
struct bcma_device *core,
u16 offset,
147 .read8 = bcma_host_soc_read8,
148 .read16 = bcma_host_soc_read16,
149 .read32 = bcma_host_soc_read32,
150 .write8 = bcma_host_soc_write8,
151 .write16 = bcma_host_soc_write16,
152 .write32 = bcma_host_soc_write32,
153 #ifdef CONFIG_BCMA_BLOCKIO
154 .block_read = bcma_host_soc_block_read,
155 .block_write = bcma_host_soc_block_write,
157 .aread32 = bcma_host_soc_aread32,
158 .awrite32 = bcma_host_soc_awrite32,
175 bus->
ops = &bcma_host_soc_ops;