Lines Matching refs:bset
49 #define bset(cond, bit) ((cond) ? (bit) : 0x00)
75 ((uint8_t)(0x04 | bset(id, 0x2) | bset(s, 0x1)))
83 ((uint8_t)(0x08 | bset(d, 0x04) | bset(c, 0x02) | bset(b, 0x01)))
90 ((uint8_t)(0x13 | bset(sc, 0x08) | bset(rl, 0x04)))
98 ((uint8_t)(0x23 | bset(dl, 0x10) | bset(n, 0x08) | bset(f, 0x04)))