Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/nand/
Dnand.c55 #define BIT0(x) ((x) & 0x1) macro
56 #define BIT1(x) (BIT0(x >> 1))
57 #define BIT2(x) (BIT0(x >> 2))
58 #define BIT3(x) (BIT0(x >> 3))
59 #define BIT4(x) (BIT0(x >> 4))
60 #define BIT5(x) (BIT0(x >> 5))
61 #define BIT6(x) (BIT0(x >> 6))
62 #define BIT7(x) (BIT0(x >> 7))
342 ecc[0] ^= (BIT0(byte) ^ BIT2(byte) ^ BIT4(byte) ^ in calculate_ecc()
346 ecc[0] ^= (BIT0(byte) ^ BIT1(byte) ^ BIT4(byte) ^ in calculate_ecc()
[all …]
/freebsd-10-stable/contrib/ntp/ntpd/
Drefclock_irig.c187 #define BIT0 0 /* zero */ macro
802 irig_decode(peer, BIT0); in irig_baud()
818 irig_decode(peer, BIT0); in irig_baud()
/freebsd-10-stable/sys/dev/cs/
Dif_csreg.h525 #define BIT0 1 macro