Searched refs:lsb (Results 1 – 3 of 3) sorted by relevance
48 #define BITS_WIDTH(msb, lsb) ((msb)-(lsb)+1) argument53 #define BITSMASK(msb, lsb) MKMASK(BITS_WIDTH(msb, lsb), lsb & 0x1f) argument
84 #define SOCD_PACK_LSB(h, lsb) ((((uint64_t)(SOCD_##h)) & 0xfffffffffffffffe) | ((uint64_t)(SOCD_##l… argument
1204 u_int16_t lsb; in ucs_to_sfm() local1207 lsb = mac2sfm[ucs_ch - 0x0020]; in ucs_to_sfm()1208 if (lsb != ucs_ch) { in ucs_to_sfm()1209 return 0xf000 | lsb; in ucs_to_sfm()