Searched defs:scr_softc (Results 1 – 1 of 1) sorted by relevance
451 struct scr_softc struct453 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 */ argument484 int shiftBits; /* number of bits shifted */485 BYTE shiftByte; /* intermediate value of bit being shifted */486 BYTE dataByte; /* actual value of byte */[all …]