Home
last modified time | relevance | path

Searched refs:get_physical_block_exp (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/block/
H A Dblock.h39 static inline unsigned int get_physical_block_exp(BlockConf *conf) in get_physical_block_exp() function
/openbmc/qemu/hw/block/
H A Dvirtio-blk.c1171 blkcfg.physical_block_exp = get_physical_block_exp(conf); in virtio_blk_update_config()
/openbmc/qemu/hw/ide/
H A Dcore.c221 put_le16(p + 106, 0x6000 | get_physical_block_exp(&dev->conf)); in ide_identify()
/openbmc/qemu/hw/scsi/
H A Dscsi-disk.c2228 outbuf[13] = get_physical_block_exp(&s->qdev.conf); in scsi_disk_emulate_command()