Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/hppa/include/
H A Dpdc.h741 struct iodc_data { struct
748 iodc_more: 1, /* iodc_data is: 0:8-byte, 1:16-byte */ argument
749 iodc_word: 1, /* iodc_data is: 0:byte, 1:word */ argument
750 iodc_pf: 1, /* 1:supports powerfail */
751 iodc_type: 5; /* see below */
752 u_int iodc_sv_rev: 4, /* software version revision number */
753 iodc_sv_model:20, /* software interface model # */
754 iodc_sv_opt: 8; /* type-specific options */
755 u_char iodc_rev; /* revision number of IODC code */
756 u_char iodc_dep; /* module-dependent information */
[all …]
H A Diomod.h354 #define IOSPA(spa,iodc_data) \ argument