Searched refs:BSD_NBITS (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/uapi/linux/
H A Dppp-comp.h52 #define BSD_NBITS(x) ((x) & 0x1F) /* number of bits requested */ macro
/linux-4.4.14/drivers/isdn/i4l/
H A Disdn_bsdcomp.c99 #define BSD_NBITS(x) ((x) & 0x1F) macro
320 bits = BSD_NBITS(data->options[0]); bsd_alloc()
393 || (BSD_NBITS(data->options[0]) != db->maxbits) bsd_init()
/linux-4.4.14/drivers/net/ppp/
H A Dbsd_comp.c107 #define BSD_NBITS(x) ((x) & 0x1F) macro
364 bits = BSD_NBITS(options[2]); bsd_alloc()
471 || (BSD_NBITS(options[2]) != db->maxbits) bsd_init()

Completed in 88 milliseconds