/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
|
/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/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/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) {
|