Lines Matching defs:isa_config
142 int isa_config; /* ISA configuration from EEPROM */
343 lp->isa_config |= ISA_RxDMA;
345 if ((lp->isa_config & ANY_ISA_DMA) == 0)
347 dev->dma = lp->isa_config & DMA_NO_MASK;
351 lp->isa_config &= ~ANY_ISA_DMA;
361 if ((lp->isa_config & ANY_ISA_DMA) == 0)
375 if ((lp->isa_config & ANY_ISA_DMA) == 0) {
379 if (lp->isa_config & ISA_RxDMA) {
394 return (lp->isa_config & ANY_ISA_DMA) ? RX_DMA_ENBL : 0;
405 if (lp->isa_config & ANY_ISA_DMA)
407 if (lp->isa_config & DMA_BURST)
885 if (lp->use_dma && (lp->isa_config & ANY_ISA_DMA)) {
1048 if (lp->isa_config & STREAM_TRANSFER)
1429 lp->isa_config = readreg(dev, PP_CS8900_ISAINT) & INT_NO_MASK;
1461 lp->isa_config = eeprom_buff[ISA_CNF_OFFSET / 2];
1525 i = lp->isa_config & INT_NO_MASK;