Searched refs:bsize (Results 1 – 5 of 5) sorted by relevance
185 for bsize in [ 1234567, 128, 3145728, 536870912, 0 ]:189 'block-size': bsize })
140 uint32_t bsize, be, bp; member424 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()
1882 uint32_t bsize; in e1000e_parse_rxbufsize() local1884 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()
333 uint32_t bsize; member
22 const int8_t bstart, int8_t bsize)25 const int8_t bend = bstart + bsize;27 return MAX(aend, bend) - MIN(astart, bstart) < asize + bsize;