/src/usr.bin/tip/aculib/ |
v3451.c | 59 int slow = number(value(BAUDRATE)) < 1200; local in function:v3451_dialer 66 vawrite("I\r", 1 + slow); 67 vawrite("I\r", 1 + slow); 68 vawrite("I\r", 1 + slow); 69 vawrite("\005\r", 2 + slow); 78 vawrite("D\r", 2 + slow); 84 vawrite(phone, 1 + slow); 95 vawrite("\r", 1 + slow); 96 vawrite("\r", 1 + slow);
|
/src/sys/arch/arm/at91/ |
at91busvar.h | 43 uint32_t slow; /* slow clock in Hz */ member in struct:at91bus_clocks 53 #define AT91_SCLK at91bus_clocks.slow
|
at91pmc.c | 109 clocks->slow = SLOW_CLOCK;
|
/src/sys/arch/arm/marvell/ |
dove.c | 482 dove_dfs_slow(struct dove_pmu_softc *sc, bool slow) 490 if ((slow && status == DOVE_PMU_CPUSDFSSR_CPUSLOWMODESTTS_SLOW) || 491 (!slow && status == DOVE_PMU_CPUSDFSSR_CPUSLOWMODESTTS_TURBO)) 505 if (slow) { 547 if ((slow && status == DOVE_PMU_CPUSDFSSR_CPUSLOWMODESTTS_SLOW) || 548 (!slow && status == DOVE_PMU_CPUSDFSSR_CPUSLOWMODESTTS_TURBO)) { 550 printf("DFS changed to %s\n", slow ? "slow" : "turbo"); 553 printf("DFS failed to %s\n", slow ? "slow" : "turbo") [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
armada-370-seagate-nas-4bay.dts | 91 slow-gpio = <&pca9554 2 GPIO_ACTIVE_HIGH>; 101 slow-gpio = <&pca9554 5 GPIO_ACTIVE_HIGH>;
|
intel-ixp42x-gateworks-gw2348.dts | 85 * Set up expansion bus config to a really slow timing.
|
intel-ixp43x-gateworks-gw2358.dts | 101 * Set up expansion bus config to a really slow timing.
|
at91sam9n12.dtsi | 153 compatible = "atmel,at91sam9x5-clk-slow-osc"; 159 compatible = "atmel,at91sam9x5-clk-slow-rc-osc"; 166 compatible = "atmel,at91sam9x5-clk-slow";
|
imx6sx-nitrogen6sx.dts | 75 clock-names = "slow";
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
xray_trampoline_powerpc64_asm.S | 9 # If this appears to be slow, the caller needs to pass in number of generic, 150 # If this appears to be slow, the caller needs to pass in number of generic,
|
/src/usr.bin/make/unit-tests/ |
cmdline-redirect-stdin.mk | 25 # reads its input byte by byte, which makes it terribly slow for practical
|
/src/lib/libc/db/recno/ |
rec_open.c | 135 slow: if ((t->bt_rfp = fdopen(rfd, "r")) == NULL) 177 goto slow; 184 goto slow;
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_modeset_lock.c | 247 bool interruptible, bool slow) 260 } else if (interruptible && slow) { 264 } else if (slow) {
|
/src/games/worm/ |
worm.c | 77 static int slow = 0; variable in typeref:typename:int 127 slow = (baudrate() <= 1200); 344 if (!(slow && running))
|
/src/sys/kern/ |
subr_cpu.c | 193 cpu_topology_setspeed(struct cpu_info *ci, bool slow) 196 cpu_topology_haveslow |= slow; 197 ci->ci_is_slow = slow; 239 aprint_debug("%s ", ci->ci_is_slow ? "slow" : "fast");
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/ |
armada-8040-mcbin.dtsi | 114 * the "slow-mode" and disable SDR104, SDR50 and DDR50 modes. 116 marvell,xenon-phy-slow-mode;
|
armada-8040-puzzle-m801.dts | 148 * the "slow-mode" and disable SDR104, SDR50 and DDR50 modes. 150 marvell,xenon-phy-slow-mode;
|
armada-ap80x.dtsi | 260 marvell,xenon-phy-slow-mode;
|
/src/sys/dev/pckbport/ |
pckbport.c | 311 int len, int responselen, u_char *respbuf, int slow) 322 nc.flags = (slow ? KBC_CMDFLAG_SLOW : 0);
|
/src/sys/arch/hp300/hp300/ |
locore.s | 841 tstb _ASM_LABEL(beatstatus) | time to slow down? 842 jeq Lslowthrob | yes, slow down 845 lsrl #1,%d1 | slow throb 1175 .long 0 | for determining a fast or slow throb
|
/src/sys/arch/ia64/stand/common/ |
help.common | 84 file sizes on some media may be very slow.
|
/src/sys/dev/pci/cxgb/ |
cxgb_t3_hw.c | 1657 * The designation 'slow' is because it involves register reads, while 3268 unsigned int width, density, slow, attempts; local in function:mc7_init 3276 slow = val & F_SLOW; 3284 if (!slow) { 3306 if (!slow) 3311 val = slow ? 3 : 6; 3318 if (!slow) {
|
/src/sys/dev/usb/ |
ohci.c | 3408 u_int npoll, slow, shigh, nslots; local in function:ohci_device_setintr 3436 slow = npoll-1; 3437 shigh = slow + npoll; 3439 for (best = i = slow, bestbw = ~0; i < shigh; i++) { 3448 DPRINTFN(2, "best=%jd(%jd..%jd) bestbw=%jd", best, slow, shigh, bestbw);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
i915_gem_execbuffer.c | 1774 * Leave the user relocations as are, this is the painfully slow path, 1808 goto slow; 1816 goto slow; 1822 slow:
|
/src/usr.bin/m4/TEST/ |
test.m4 | 227 This is when the tourist season is slow or when no important travelers
|