HomeSort by: relevance | last modified time | path
    Searched defs:bt_hi (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/tc/
cfb.c 78 * uint32_t bt_hi;
86 #define bt_hi 0x4 macro
95 REGWRITE32(p, bt_hi, 0x0f & ((r)>>8)); \
mfb.c 71 #define bt_hi 0x4 macro
90 REGWRITE32((p), bt_hi, 0); \
sfb.c 79 * uint32_t bt_hi;
87 #define bt_hi 0x4 macro
103 REGWRITE32(p, bt_hi, 0x0f & ((r)>>8)); \
stic.c 104 * uint32_t bt_hi;
113 #define bt_hi 1 macro
120 REG(vdac, bt_hi) = DUPBYTE1(regno); \
tfb.c 68 * 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); \
sfbplus.c 69 #define bt_hi 1 macro
76 REG(vdac, bt_hi) = ((regno) & 0x0f00) >> 8; \

Completed in 16 milliseconds