/src/sys/external/isc/atheros_hal/dist/ar5416/ |
ar5416_phy.c | 29 #define HT IEEE80211_T_HT 50 /* 6.5 Mb */ { AH_TRUE, HT, 6500, 0x80, 0x00, 0, 8, 0, 0 }, 51 /* 13 Mb */ { AH_TRUE, HT, 13000, 0x81, 0x00, 1, 8, 0, 0 }, 52 /*19.5 Mb */ { AH_TRUE, HT, 19500, 0x82, 0x00, 2, 8, 0, 0 }, 53 /* 26 Mb */ { AH_TRUE, HT, 26000, 0x83, 0x00, 3, 8, 0, 0 }, 54 /* 39 Mb */ { AH_TRUE, HT, 39000, 0x84, 0x00, 4, 8, 0, 0 }, 55 /* 52 Mb */ { AH_TRUE, HT, 52000, 0x85, 0x00, 5, 8, 0, 0 }, 56 /*58.5 Mb */ { AH_TRUE, HT, 58500, 0x86, 0x00, 6, 8, 0, 0 }, 57 /* 65 Mb */ { AH_TRUE, HT, 65000, 0x87, 0x00, 7, 8, 0, 0 }, 58 /* 13 Mb */ { AH_TRUE, HT, 13000, 0x88, 0x00, 8, 8, 0, 0 } [all...] |
/src/libexec/getty/ |
gettytab.h | 142 #define HT gettyflags[0].value
|
/src/sys/arch/amiga/dev/ |
kbdmap.h | 41 #define HT 9
|
grf_cv3d.c | 1213 unsigned short HT, HDE, HBS, HBE, HSS, HSE, VDE, VBS, VBE, VSS, 1271 HT = gv->htotal * hmul - 5; 1353 ((HT & 0x100) ? 0x01 : 0x00) | 1359 (((HT-5) & 0x100) ? 0x40 : 0x00) ); 1368 WCrt(ba, CRT_ID_HOR_TOTAL, HT); 1369 WCrt(ba, CRT_ID_DISPLAY_FIFO, HT - 5); 1423 WCrt(ba, CRT_ID_LACE_RETR_START, HT / 2);
|
grf_cl.c | 1417 unsigned short HT, HDE, HBS, HBE, HSS, HSE, VDE, VBS, VBE, VSS, 1466 HT = gv->htotal; 1563 HT /= 2; 1572 WCrt(ba, CRT_ID_HOR_TOTAL, HT); 1622 WCrt(ba, CRT_ID_LACE_END, HT / 2); /* MW/16 */
|
grf_et.c | 1136 unsigned short HT, HDE, HBS, HBE, HSS, HSE, VDE, VBS, VBE, VSS, 1182 HT = gv->htotal; 1217 HT *= hmul; 1276 WCrt(ba, CRT_ID_HOR_TOTAL, HT); 1340 ((HT & 0x100) ? 0x01 : 0x00) |
|
grf_cv.c | 1299 unsigned short HT, HDE, HBS, HBE, HSS, HSE, VDE, VBS, VBE, VSS, 1363 HT = gv->htotal * hmul - 5; 1430 ((HT & 0x100) ? 0x01 : 0x00) | 1436 (((HT-5) & 0x100) ? 0x40 : 0x00) ); 1445 WCrt(ba, CRT_ID_HOR_TOTAL, HT); 1446 WCrt(ba, CRT_ID_DISPLAY_FIFO, HT - 5); 1500 WCrt(ba, CRT_ID_LACE_RETR_START, HT / 2);
|
grf_rtreg.h | 92 unsigned short HT;
|
grf_rhreg.h | 87 unsigned short HT;
|
/src/sys/arch/atari/dev/ |
kbdmap.h | 45 #define HT 9
|
/src/sys/arch/x68k/include/ |
kbdmap.h | 15 #define HT 9
|
/src/sys/arch/x68k/usr.bin/loadkmap/ |
kbdmap.h | 12 #define HT 9
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
trinityd.h | 101 # define HT(x) ((x) << 16)
|