Searched refs:APO_IDECONF_EN (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dpciide_apollo_reg.h47 #define APO_IDECONF_EN(channel) (0x00000001 << (1 - (channel))) macro
H A Dpciide.c3564 if ((ideconf & APO_IDECONF_EN(channel)) == 0) {
3582 ideconf &= ~APO_IDECONF_EN(channel);

Completed in 296 milliseconds