Lines Matching refs:bdev
45 return bcma_core_is_enabled(dev->bdev); in b43_bus_bcma_device_is_enabled()
50 bcma_core_enable(dev->bdev, core_specific_flags); in b43_bus_bcma_device_enable()
55 bcma_core_disable(dev->bdev, core_specific_flags); in b43_bus_bcma_device_disable()
59 return bcma_read16(dev->bdev, offset); in b43_bus_bcma_read16()
63 return bcma_read32(dev->bdev, offset); in b43_bus_bcma_read32()
68 bcma_write16(dev->bdev, offset, value); in b43_bus_bcma_write16()
73 bcma_write32(dev->bdev, offset, value); in b43_bus_bcma_write32()
79 bcma_block_read(dev->bdev, buffer, count, offset, reg_width); in b43_bus_bcma_block_read()
85 bcma_block_write(dev->bdev, buffer, count, offset, reg_width); in b43_bus_bcma_block_write()
95 dev->bdev = core; in b43_bus_dev_bcma_init()
241 return bcma_get_drvdata(dev->bdev); in b43_bus_get_wldev()
256 bcma_set_drvdata(dev->bdev, wldev); in b43_bus_set_wldev()