/src/sys/arch/next68k/stand/boot/ |
boot.c | 63 int turbo; variable in typeref:typename:int 84 turbo = 1; 87 turbo = 0; 93 printf(">> type %d, %sturbo\n", machine, turbo ? "" : "non-");
|
/src/sys/external/isc/atheros_hal/dist/ar5312/ |
ar5312_reset.c | 350 /* Write delta slope for OFDM enabled modes (A, G, Turbo) */ 671 * Perform warm reset before the mode/PLL/turbo registers 678 * Set CCK and Turbo modes correctly. 681 uint32_t rfMode, phyPLL = 0, curPhyPLL, turbo; local in function:ar5312ChipReset 729 turbo = IS_CHAN_TURBO(chan) ? 733 * PLL, Mode, and Turbo values must be written in the correct 737 * - Turbo cannot be set at the same time as CCK or DYNAMIC 740 OS_REG_WRITE(ah, AR_PHY_TURBO, turbo); 753 OS_REG_WRITE(ah, AR_PHY_TURBO, turbo);
|
/src/sys/arch/next68k/next68k/ |
nextrom.c | 133 int turbo; variable in typeref:typename:int 284 RELOC(turbo, int) = turbo_l;
|
/src/sys/external/isc/atheros_hal/dist/ar5212/ |
ar5212_reset.c | 390 /* Write delta slope for OFDM enabled modes (A, G, Turbo) */ 779 /* Write delta slope for OFDM enabled modes (A, G, Turbo) */ 884 * Perform warm reset before the mode/PLL/turbo registers 891 * Set CCK and Turbo modes correctly. 894 uint32_t rfMode, phyPLL = 0, curPhyPLL, turbo; local in function:ar5212ChipReset 939 turbo = IS_CHAN_TURBO(chan) ? 943 * PLL, Mode, and Turbo values must be written in the correct 947 * - Turbo cannot be set at the same time as CCK or DYNAMIC 950 OS_REG_WRITE(ah, AR_PHY_TURBO, turbo); 963 OS_REG_WRITE(ah, AR_PHY_TURBO, turbo); [all...] |