Home
last modified time | relevance | path

Searched refs:RDCIDE_PSD1ATR_HOLD_MASK (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/
H A Dpciide_rdc_reg.h51 #define RDCIDE_PSD1ATR_HOLD_MASK(chan) (0x03 << (chan * 4)) macro
H A Dpciide.c9012 psd1atr &= ~RDCIDE_PSD1ATR_HOLD_MASK(chp->channel); in rdc_setup_channel()