HomeSort by: relevance | last modified time | path
    Searched defs:spd (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.bin/tip/aculib/
df.c 71 speed_t volatile spd; local in function:df_dialer
74 spd = 0;
92 spd = cfgetospeed(&cntrl);
93 if (spd != B1200) { /* must dial at 1200 baud */
111 if (df03 && spd != B1200) {
112 (void)cfsetospeed(&cntrl, spd);
113 (void)cfsetispeed(&cntrl, spd);
  /src/sys/dev/pci/
optiide.c 175 int drive, spd, s; local in function:opti_setup_channel
192 spd = (int) opti_read_config(chp, OPTI_REG_STRAP);
193 spd &= OPTI_STRAP_PCI_SPEED_MASK;
224 (opti_tim_as[spd][mode[0]] != opti_tim_as[spd][mode[1]])) {
230 int d = (opti_tim_as[spd][mode[0]] >
231 opti_tim_as[spd][mode[1]]) ? 0 : 1;
248 rv = opti_tim_as[spd][m] << OPTI_MISC_ADDR_SETUP_SHIFT;
253 rv = opti_tim_cp[spd][m] << OPTI_PULSE_WIDTH_SHIFT;
254 rv |= opti_tim_rt[spd][m] << OPTI_RECOVERY_TIME_SHIFT
    [all...]
  /src/games/mille/
comp.c 408 CARD bat, spd, card; local in function:onecard
411 spd = pp->speed;
413 if (pp->can_go || ((is_repair(bat) || bat == C_STOP || spd == C_LIMIT) &&
426 if (spd == C_LIMIT)
  /src/lib/libedit/
tty.c 613 speed_t spd; local in function:tty__getspeed
615 if ((spd = cfgetispeed(td)) == 0)
616 spd = cfgetospeed(td);
617 return spd;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
stream_encoder.h 83 struct dc_info_packet spd; member in struct:encoder_info_frame
  /src/sys/dev/ieee1394/
firewirereg.h 256 uint8_t spd; member in struct:fw_xfer::__anon6ddd2a720108
270 uint8_t spd; member in struct:fw_rcv_buf
fwohci.c 1402 ohcifp->mode.common.spd = xfer->send.spd & 0x7;
1410 ohcifp->mode.common.spd = 0;
2527 ohcifp->mode.common.spd = 0 & 0x7;
2757 u_int spd; local in function:fwohci_arcv
2905 spd = (stat >> 21) & 0x3;
2926 rb.spd = spd;
fwohcireg.h 355 uint32_t spd:16, /* XXX include reserved field */ member in struct:fwohci_txpkthdr::__anona1249395030a::__anona12493950408
363 spd:16; /* XXX include reserved fields */
371 spd:3,
379 spd:3,
389 spd:3,
397 spd:3,
  /src/sys/external/bsd/drm2/include/linux/
hdmi.h 348 struct hdmi_spd_infoframe spd; member in union:hdmi_infoframe
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display_types.h 1020 union hdmi_infoframe spd; member in struct:intel_crtc_state::__anonde7c4d451108
  /src/sys/arch/arm/sociox/
if_scx.c 1707 int spd; local in function:mii_statchg
1711 spd = Mbps[(miisr & MIISR_SPD) >> 1];
1718 printf(" spd%d", spd);
1733 if (spd != 1000)
1736 if (spd == 100)

Completed in 73 milliseconds