Home
last modified time | relevance | path

Searched refs:USpeed (Results 1 – 12 of 12) sorted by relevance

/dports/comms/mlan3/mlan3-1.00/lib/userial/
H A Dowllu.c64 extern SMALLINT USpeed[MAX_PORTNUM]; // current DS2480B 1-Wire Net communication speed
113 sendpacket[sendlen++] = (uchar)(CMD_COMM | FUNCTSEL_RESET | USpeed[portnum]); in owTouchReset()
178 sendpacket[sendlen++] |= CMD_COMM | FUNCTSEL_BIT | USpeed[portnum]; in owTouchBit()
317 (USpeed[portnum] != SPEEDSEL_OD)) || in owSpeed()
319 (USpeed[portnum] != SPEEDSEL_FLEX))) in owSpeed()
326 USpeed[portnum] = SPEEDSEL_OD; in owSpeed()
336 USpeed[portnum] = SPEEDSEL_FLEX; in owSpeed()
353 sendpacket[sendlen++] = CMD_COMM | FUNCTSEL_SEARCHOFF | USpeed[portnum]; in owSpeed()
368 return (USpeed[portnum] == SPEEDSEL_OD) ? MODE_OVERDRIVE : MODE_NORMAL; in owSpeed()
592 | CMD_COMM | FUNCTSEL_BIT | USpeed[portnum] | in owWriteBytePower()
[all …]
H A Dds2480ut.c64 SMALLINT USpeed[MAX_PORTNUM]; // current DS2480B 1-Wire Net communication speed variable
84 USpeed[portnum] = SPEEDSEL_FLEX; in DS2480Detect()
H A Downetu.c88 extern uchar USpeed[MAX_PORTNUM];
195 sendpacket[sendlen++] = (uchar)(CMD_COMM | FUNCTSEL_SEARCHON | USpeed[portnum]); in owNext()
235 sendpacket[sendlen++] = (uchar)(CMD_COMM | FUNCTSEL_SEARCHOFF | USpeed[portnum]); in owNext()
H A Dowtrnu.c63 extern SMALLINT USpeed[MAX_PORTNUM];
/dports/misc/digitemp/digitemp-3.7.2/userial/ds9097u/
H A Dowllu.c64 extern SMALLINT USpeed[MAX_PORTNUM]; // current DS2480B 1-Wire Net communication speed
113 sendpacket[sendlen++] = (uchar)(CMD_COMM | FUNCTSEL_RESET | USpeed[portnum]); in owTouchReset()
178 sendpacket[sendlen++] |= CMD_COMM | FUNCTSEL_BIT | USpeed[portnum]; in owTouchBit()
317 (USpeed[portnum] != SPEEDSEL_OD)) || in owSpeed()
319 (USpeed[portnum] != SPEEDSEL_FLEX))) in owSpeed()
326 USpeed[portnum] = SPEEDSEL_OD; in owSpeed()
336 USpeed[portnum] = SPEEDSEL_FLEX; in owSpeed()
353 sendpacket[sendlen++] = CMD_COMM | FUNCTSEL_SEARCHOFF | USpeed[portnum]; in owSpeed()
368 return (USpeed[portnum] == SPEEDSEL_OD) ? MODE_OVERDRIVE : MODE_NORMAL; in owSpeed()
592 | CMD_COMM | FUNCTSEL_BIT | USpeed[portnum] | in owWriteBytePower()
[all …]
H A Dds2480ut.c65 SMALLINT USpeed[MAX_PORTNUM]; // current DS2480B 1-Wire Net communication speed variable
99 USpeed[portnum] = SPEEDSEL_FLEX; in DS2480Try()
H A Downetu.c88 extern SMALLINT USpeed[MAX_PORTNUM];
195 sendpacket[sendlen++] = (uchar)(CMD_COMM | FUNCTSEL_SEARCHON | USpeed[portnum]); in owNext()
235 sendpacket[sendlen++] = (uchar)(CMD_COMM | FUNCTSEL_SEARCHOFF | USpeed[portnum]); in owNext()
H A Dowtrnu.c63 extern SMALLINT USpeed[MAX_PORTNUM];
/dports/comms/mlan3/mlan3-1.00/lib/general/Link/
H A Dds550lnk.c67 static SMALLINT USpeed = 0; // current 1-Wire Net communication speed variable
206 new_speed = USpeed; in owSpeed()
209 return USpeed; in owSpeed()
H A Dds520lnk.c76 static SMALLINT USpeed; // current 1-Wire Net communication speed variable
222 USpeed = new_speed; in owSpeed()
H A Dvisowll.c62 extern int USpeed[MAX_PORTNUM]; // current DS2480 1-Wire Net communication speed
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dow_ds9490.c558 int USpeed; in DS9490_reset() local
584 USpeed = ONEWIREBUSSPEED_OVERDRIVE ; in DS9490_reset()
586 USpeed = ONEWIREBUSSPEED_FLEXIBLE ; in DS9490_reset()
588 USpeed = ONEWIREBUSSPEED_REGULAR ; in DS9490_reset()
593 …if ( BAD( USB_Control_Msg(COMM_CMD, COMM_1_WIRE_RESET | COMM_F | COMM_IM | COMM_SE, USpeed, pn)) )… in DS9490_reset()