Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hppa/include/
H A Dpdc.h729 struct iodc_data { struct
736 iodc_more: 1, /* iodc_data is: 0:8-byte, 1:16-byte */ argument
737 iodc_word: 1, /* iodc_data is: 0:byte, 1:word */ argument
738 iodc_pf: 1, /* 1:supports powerfail */
739 iodc_type: 5; /* see below */
740 u_int iodc_sv_rev: 4, /* software version revision number */
741 iodc_sv_model:20, /* software interface model # */
742 iodc_sv_opt: 8; /* type-specific options */
743 u_char iodc_rev; /* revision number of IODC code */
744 u_char iodc_dep; /* module-dependent information */
[all …]
H A Diomod.h372 #define IOSPA(spa,iodc_data) \ argument