Home | History | Annotate | Download | only in pci

Lines Matching refs:channel

41 #define PDC246_STATE_LBA(channel)	(0x0100 << (channel))
43 #define PDC246_STATE_EN(channel) (0x0002 << (channel))
49 #define PDC2xx_TIM(channel, drive) (0x60 + 4 * (drive) + 8 * (channel))
75 #define PDC2xx_SCR_EMPTY(channel) (0x00000100 << (4 * channel))
76 #define PDC2xx_SCR_FULL(channel) (0x00000200 << (4 * channel))
77 #define PDC2xx_SCR_INT(channel) (0x00000400 << (4 * channel))
78 #define PDC2xx_SCR_ERR(channel) (0x00000800 << (4 * channel))