Searched refs:bt_hi (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/dev/tc/
H A Dtfb.c68 * uint8_t bt_hi;
87 * uint16_t bt_hi;
97 #define bt_hi 0x4 macro
111 REGWRITE32((p), bt_hi, 0xff & ((r)>>8)); \
120 REGWRITE32((p), bt_hi, 0); \
H A Dcfb.c78 * uint32_t bt_hi;
86 #define bt_hi 0x4 macro
95 REGWRITE32(p, bt_hi, 0x0f & ((r)>>8)); \
H A Dmfb.c71 #define bt_hi 0x4 macro
90 REGWRITE32((p), bt_hi, 0); \
H A Dsfb.c79 * uint32_t bt_hi;
87 #define bt_hi 0x4 macro
103 REGWRITE32(p, bt_hi, 0x0f & ((r)>>8)); \
H A Dsfbplus.c69 #define bt_hi 1 macro
76 REG(vdac, bt_hi) = ((regno) & 0x0f00) >> 8; \
H A Dstic.c104 * uint32_t bt_hi;
113 #define bt_hi 1 macro
120 REG(vdac, bt_hi) = DUPBYTE1(regno); \

Completed in 110 milliseconds