| /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/usr.bin/config/ |
| hash.c | 98 ht_init(struct hashtab *ht, size_t sz) 102 ht->ht_tab = emalloc(sz * sizeof (ht->ht_tab[0])); 103 ht->ht_size = sz; 104 ht->ht_mask = sz - 1; 106 TAILQ_INIT(&ht->ht_tab[n]); 107 ht->ht_used = 0; 108 ht->ht_lim = HASHFRACTION(sz); 115 ht_expand(struct hashtab *ht) 121 n = ht->ht_size * 2 209 struct hashtab *ht; local 233 struct hashtab *ht; local [all...] |
| defs.h | 548 #define ht_insert2(ht, nam1, nam2, val) ht_insrep2(ht, nam1, nam2, val, 0) 549 #define ht_insert(ht, nam, val) ht_insrep(ht, nam, val, 0) 550 #define ht_replace(ht, nam, val) ht_insrep(ht, nam, val, 1) 562 /* typed hash, named struct HT, whose type is string -> struct VT */ 563 #define DECLHASH(HT, VT) \ 564 struct HT; \ 565 struct HT *HT##_create(void); [all...] |
| /src/tests/usr.bin/rump_server/ |
| t_disk.sh | 95 env LD_PRELOAD=/usr/lib/librumphijack.so stat -f %HT /rump/img 102 env LD_PRELOAD=/usr/lib/librumphijack.so stat -f %HT /rump/img 109 env LD_PRELOAD=/usr/lib/librumphijack.so stat -f %HT /rump/img 116 env LD_PRELOAD=/usr/lib/librumphijack.so stat -f %HT /rump/img
|
| /src/sys/arch/amiga/dev/ |
| kbdmap.h | 41 #define HT 9
|
| grf_rtreg.h | 92 unsigned short HT;
|
| grf_rt.c | 134 HT = (HT * 4) / FX 143 /* FQ FLG MW MH HBS HSS HSE HBE HT VBS VSS VSE VBE VT */ 165 /* FQ FLG MW MH HBS HSS HSE HBE HT VBS VSS VSE VBE VT */ 444 WCrt (ba, CRT_ID_HOR_TOTAL, md->HT & 0xff); 502 | ((md->HT & 0x100) / 0x100 * 0x01) 512 WCrt (ba, CRT_ID_EXT_HOR_TIMING2, ( ((md->HT & 0x200)/ 0x200 * 0x01) 936 vm->htotal = md->HT * 32 / md->DEP; 941 vm->htotal = md->HT * md->FX;
|
| 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_rh.c | 880 WCrt(ba, CRT_ID_HOR_TOTAL, md->HT & 0xff); 955 ((md->HT & 0x100) / 0x100) | 974 ((md->HT & 0x200)/ 0x200) | 1220 * HT = (HT * 4) / FX 1230 * FQ FLG MW MH HBS HSS HSE HBE HT VBS VSS VSE VBE VT 1672 vm->htotal = md->HT * 32 / md->DEP; 1677 vm->htotal = md->HT * md->FX;
|
| 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_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_rhreg.h | 87 unsigned short HT;
|
| ite.c | 2074 case HT:
|
| /src/sys/arch/atari/dev/ |
| kbdmap.h | 45 #define HT 9
|
| ite.c | 2207 case HT:
|
| /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/libexec/getty/ |
| gettytab.h | 142 #define HT gettyflags[0].value
|
| subr.c | 295 if (!HT)
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| trinityd.h | 101 # define HT(x) ((x) << 16)
|
| radeon_trinity_dpm.c | 1016 value |= HT((pi->thermal_auto_throttling + 49) * 8);
|
| /src/sys/arch/x68k/dev/ |
| ite.c | 2231 case HT: 2766 ' ', /* 0x62 HT */
|