Lines Matching defs:UDPAC
3 struct UDPAC { /* UDC command packet */ struct
4 char _stx ;
5 char _pkid ;
6 char _pksiz ; /* 21 bytes */
7 char _pkdev ; /* device # */
8 char _pkcmd ; /* Command type */
9 char _pkfnc ; /* Function type */
10 short _pkcnt ; /* # of data blocks (1/4K each) */
11 short _pbsiz ; /* Block length size (0x100 = 1/4K) */
12 short _pkmem[2] ; /* Starting memory address.Should be 'long' but
16 short _pcksm ; /* Checksum (unused) */
17 long _psecno ; /* Starting sector # */
18 char _etx ;