Home
last modified time | relevance | path

Searched refs:bsize (Results 1 – 5 of 5) sorted by relevance

/qemu/tests/qemu-iotests/
H A D213185 for bsize in [ 1234567, 128, 3145728, 536870912, 0 ]:
189 'block-size': bsize })
/qemu/hw/audio/
H A Dintel-hda.c140 uint32_t bsize, be, bp; member
424 if (copy > st->bsize - st->lpib) in intel_hda_xfer()
425 copy = st->bsize - st->lpib; in intel_hda_xfer()
486 st->bsize = st->cbl; in intel_hda_parse_bdl()
/qemu/hw/net/
H A De1000e_core.c1882 uint32_t bsize; in e1000e_parse_rxbufsize() local
1884 bsize = core->mac[PSRCTL] & E1000_PSRCTL_BSIZE0_MASK; in e1000e_parse_rxbufsize()
1885 core->rxbuf_sizes[0] = (bsize >> E1000_PSRCTL_BSIZE0_SHIFT) * 128; in e1000e_parse_rxbufsize()
1887 bsize = core->mac[PSRCTL] & E1000_PSRCTL_BSIZE1_MASK; in e1000e_parse_rxbufsize()
1888 core->rxbuf_sizes[1] = (bsize >> E1000_PSRCTL_BSIZE1_SHIFT) * 1024; in e1000e_parse_rxbufsize()
1890 bsize = core->mac[PSRCTL] & E1000_PSRCTL_BSIZE2_MASK; in e1000e_parse_rxbufsize()
1891 core->rxbuf_sizes[2] = (bsize >> E1000_PSRCTL_BSIZE2_SHIFT) * 1024; in e1000e_parse_rxbufsize()
1893 bsize = core->mac[PSRCTL] & E1000_PSRCTL_BSIZE3_MASK; in e1000e_parse_rxbufsize()
1894 core->rxbuf_sizes[3] = (bsize >> E1000_PSRCTL_BSIZE3_SHIFT) * 1024; in e1000e_parse_rxbufsize()
/qemu/include/standard-headers/linux/
H A Dfuse.h333 uint32_t bsize; member
/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc22 const int8_t bstart, int8_t bsize)
25 const int8_t bend = bstart + bsize;
27 return MAX(aend, bend) - MIN(astart, bstart) < asize + bsize;