Home
last modified time | relevance | path

Searched refs:maxbits (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ppp/
H A Dbsd_comp.c141 unsigned char maxbits; /* maximum bits/code */ member
444 db->maxbits = bits; in bsd_alloc()
471 || (BSD_NBITS(options[2]) != db->maxbits) in bsd_init()
/linux/sound/hda/
H A Dhdac_device.c763 unsigned int maxbits) in snd_hdac_stream_format_bits() argument
775 if (maxbits) in snd_hdac_stream_format_bits()
776 return min(bits, maxbits); in snd_hdac_stream_format_bits()
/linux/drivers/hv/
H A Dvmbus_drv.c1199 u32 maxbits, relid; in vmbus_chan_sched() local
1210 maxbits = HV_EVENT_FLAGS_COUNT; in vmbus_chan_sched()
1216 for_each_set_bit(relid, recv_int_page, maxbits) { in vmbus_chan_sched()