Lines Matching defs:isa_config
143 int isa_config; /* ISA configuration from EEPROM */
344 lp->isa_config |= ISA_RxDMA;
346 if ((lp->isa_config & ANY_ISA_DMA) == 0)
348 dev->dma = lp->isa_config & DMA_NO_MASK;
352 lp->isa_config &= ~ANY_ISA_DMA;
362 if ((lp->isa_config & ANY_ISA_DMA) == 0)
376 if ((lp->isa_config & ANY_ISA_DMA) == 0) {
380 if (lp->isa_config & ISA_RxDMA) {
395 return (lp->isa_config & ANY_ISA_DMA) ? RX_DMA_ENBL : 0;
406 if (lp->isa_config & ANY_ISA_DMA)
408 if (lp->isa_config & DMA_BURST)
886 if (lp->use_dma && (lp->isa_config & ANY_ISA_DMA)) {
1049 if (lp->isa_config & STREAM_TRANSFER)
1432 lp->isa_config = readreg(dev, PP_CS8900_ISAINT) & INT_NO_MASK;
1464 lp->isa_config = eeprom_buff[ISA_CNF_OFFSET / 2];
1529 i = lp->isa_config & INT_NO_MASK;