/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
sdm850.dtsi | 19 turbo-mode;
|
/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-");
|
samachdep.h | 40 extern int turbo;
|
en.c | 126 /* if (turbo) */ 131 if (turbo) 137 if (!turbo) { 146 /* if (turbo) { */ 154 if (turbo) 165 /* if (!turbo) */ 215 if (!turbo) { 223 txdma->dd_csr = (turbo ? DMACSR_INITBUFTURBO : DMACSR_INITBUF) | 227 txdma->dd_start = (turbo ? dma_buffers[0] : 0); 231 if (turbo) [all...] |
/src/sys/arch/next68k/dev/ |
nextdma.c | 61 extern int turbo; 420 if (!turbo && nsc->sc_chan->nd_intr == NEXT_I_ENETX_DMA) { 426 dd_next = turbo ? 0 : 0xdeadbeef; 427 dd_limit = turbo ? 0 : 0xdeadbeef; 438 if (!turbo && (nsc->sc_chan->nd_intr == NEXT_I_ENETX_DMA)) { 444 if (!turbo) 446 if (!turbo) 453 || (!turbo && (nd_bsr4(DD_SAVED_NEXT) != dd_saved_next)) 454 || (!turbo && (nd_bsr4(DD_SAVED_LIMIT) != dd_saved_limit)) 481 if (!turbo && nsc->sc_chan->nd_intr == NEXT_I_ENETX_DMA) [all...] |
mb8795.c | 81 extern int turbo; 148 if (turbo) 191 if (turbo) 518 if (turbo) 521 /* switching mode probably borken now with turbo */ 523 turbo ? MB8795_TXMODE_TURBO1 : MB8795_TXMODE_LB_DISABLE); 714 if (!turbo && !(txstat & MB8795_TXSTAT_READY)) { 753 if (turbo)
|
nextdisplay.c | 58 extern int turbo; 174 dc->dc_rowbytes = (turbo ? 1120 : 1152) * dc->dc_depth / 8; 250 if (iscolor && !turbo) {
|
if_xe.c | 79 extern int turbo; 544 if (turbo) 620 if (turbo)
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
omap34xx.dtsi | 76 turbo-mode;
|
exynos4412.dtsi | 170 turbo-mode;
|
meson8.dtsi | 158 turbo-mode;
|
meson8b.dtsi | 150 turbo-mode;
|
/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;
|
machdep.c | 324 extern int turbo; 332 cpuspeed = turbo ? 33 : 25;
|
/src/sys/arch/x68k/stand/xxboot/ |
boot.S | 101 | Initialize the screen. Some IPL (060turbo ROM or genuine
|
/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...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
r8a77961.dtsi | 73 turbo-mode; 79 turbo-mode; 85 turbo-mode; 112 turbo-mode;
|
r8a77965.dtsi | 89 turbo-mode; 95 turbo-mode; 101 turbo-mode;
|
r8a77960.dtsi | 84 turbo-mode; 90 turbo-mode; 96 turbo-mode; 123 turbo-mode;
|
r8a77951.dtsi | 89 turbo-mode; 95 turbo-mode;
|
/src/sys/arch/x68k/stand/boot_ufs/ |
boot.S | 323 | Initialize the screen here. Some IPL (060turbo ROM or
|