Home
last modified time | relevance | path

Searched refs:AHC_CMD_CHAN (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.seq199 if ((ahc->features & AHC_CMD_CHAN) != 0) {
224 if ((ahc->features & AHC_CMD_CHAN) != 0) {
251 if ((ahc->features & AHC_CMD_CHAN) != 0) {
277 if ((ahc->features & AHC_CMD_CHAN) != 0) {
294 if ((ahc->features & AHC_CMD_CHAN) != 0) {
304 if ((ahc->features & AHC_CMD_CHAN) != 0) {
561 if ((ahc->features & AHC_CMD_CHAN) != 0) {
585 if ((ahc->features & AHC_CMD_CHAN) != 0) {
622 if ((ahc->features & AHC_CMD_CHAN) != 0) {
721 if ((ahc->features & AHC_CMD_CHAN) != 0) {
[all …]
H A Daic7xxx.h211 AHC_CMD_CHAN = 0x00020, /* Has a Command DMA Channel */ enumerator
248 AHC_AIC7890_FE = AHC_MORE_SRAM|AHC_CMD_CHAN|AHC_ULTRA2
254 |AHC_CMD_CHAN|AHC_MULTI_FUNC|AHC_LARGE_SCBS,
H A Daic7xxx_seq.h_shipped905 return ((ahc->features & AHC_CMD_CHAN) == 0);
1009 return ((ahc->features & AHC_CMD_CHAN) != 0);
H A Daic7xxx_core.c836 if ((ahc->features & AHC_CMD_CHAN) != 0) { in ahc_restart()
6995 if ((ahc->features & AHC_CMD_CHAN) == 0 in ahc_download_instr()