Lines Matching refs:bdev
32 return bcma_core_is_enabled(dev->bdev); in b43_bus_bcma_device_is_enabled()
37 bcma_core_enable(dev->bdev, core_specific_flags); in b43_bus_bcma_device_enable()
42 bcma_core_disable(dev->bdev, core_specific_flags); in b43_bus_bcma_device_disable()
46 return bcma_read16(dev->bdev, offset); in b43_bus_bcma_read16()
50 return bcma_read32(dev->bdev, offset); in b43_bus_bcma_read32()
55 bcma_write16(dev->bdev, offset, value); in b43_bus_bcma_write16()
60 bcma_write32(dev->bdev, offset, value); in b43_bus_bcma_write32()
66 bcma_block_read(dev->bdev, buffer, count, offset, reg_width); in b43_bus_bcma_block_read()
72 bcma_block_write(dev->bdev, buffer, count, offset, reg_width); in b43_bus_bcma_block_write()
82 dev->bdev = core; in b43_bus_dev_bcma_init()
228 return bcma_get_drvdata(dev->bdev); in b43_bus_get_wldev()
243 bcma_set_drvdata(dev->bdev, wldev); in b43_bus_set_wldev()