Home
last modified time | relevance | path

Searched defs:scr_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/shark/shark/
H A Dscr.c451 struct scr_softc struct
453 int open;
456 int status; /* status to be returned */
457 int cardFreq; /* freq supplied to card */
458 int convention; /* ie direct or inverse */
459 int protocolType; /* bit 0 indicates T0, bit 1 indicates T1,etc */
483 … void (*t0ByteParent)(struct scr_softc *,int); /* state machine that is controlling this SM */ argument
484 int shiftBits; /* number of bits shifted */
485 BYTE shiftByte; /* intermediate value of bit being shifted */
486 BYTE dataByte; /* actual value of byte */
[all …]