Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/cobalt/stand/boot/
H A Dwdvar.h51 struct wdc_channel { struct
52 volatile uint8_t *c_cmdbase;
53 volatile uint8_t *c_ctlbase;
54 volatile uint8_t *c_cmdreg[WDC_NPORTS + WDC_NSHADOWREG];
55 volatile uint16_t *c_data;
79 struct wdc_channel sc_channel; argument
/netbsd-src/sys/arch/bebox/stand/boot/
H A Dwdvar.h46 struct wdc_channel { struct
47 int c_cmdbase;
48 int c_ctlbase;
49 int c_data;
50 int c_cmdreg[WDC_NPORTS + WDC_NSHADOWREG];
/netbsd-src/sys/arch/mmeye/stand/boot/
H A Dwdvar.h49 struct wdc_channel { struct
50 volatile uint8_t *c_cmdbase;
51 volatile uint8_t *c_ctlbase;
52 volatile uint8_t *c_cmdreg[WDC_NPORTS + WDC_NSHADOWREG];
53 volatile uint16_t *c_data;
55 uint8_t compatchan;