Searched refs:isa_config (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/cirrus/
H A Dcs89x0.c217 int isa_config; /* ISA configuration from EEPROM */ member in struct:net_local
655 lp->isa_config = readreg(dev, PP_CS8900_ISAINT) & INT_NO_MASK;
684 lp->isa_config = eeprom_buff[ISA_CNF_OFFSET/2];
736 i = lp->isa_config & INT_NO_MASK;
816 lp->isa_config |= ISA_RxDMA;
818 if ((lp->isa_config & ANY_ISA_DMA) == 0)
820 dev->dma = lp->isa_config & DMA_NO_MASK;
824 lp->isa_config &= ~ANY_ISA_DMA;
834 if ((lp->isa_config & ANY_ISA_DMA) == 0)
849 if ((lp->isa_config
[all...]

Completed in 453 milliseconds