Home
last modified time | relevance | path

Searched refs:maxbits (Results 1 – 4 of 4) 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/core/
H A Ddevice.c757 * @maxbits: the maximum bits per sample.
762 unsigned int maxbits) in snd_hdac_stream_format_bits() argument
774 if (maxbits) in snd_hdac_stream_format_bits()
775 return min(bits, maxbits); in snd_hdac_stream_format_bits()
/linux/drivers/hv/
H A Dvmbus_drv.c1229 u32 maxbits, relid; in vmbus_chan_sched() local
1240 maxbits = HV_EVENT_FLAGS_COUNT; in vmbus_chan_sched()
1246 for_each_set_bit(relid, recv_int_page, maxbits) { in vmbus_chan_sched()
/linux/include/sound/
H A Dhdaudio.h144 unsigned int maxbits);