tag | line | file | source code |
---|---|---|---|
INT_NO_REG | 478 | drivers/net/eepro.c | temp_reg = inb(ioaddr + INT_NO_REG); |
INT_NO_REG | 479 | drivers/net/eepro.c | outb((temp_reg & 0xf8) | irqrmap[*irqp], ioaddr + INT_NO_REG); |
INT_NO_REG | 569 | drivers/net/eepro.c | temp_reg = inb(ioaddr + INT_NO_REG); |
INT_NO_REG | 570 | drivers/net/eepro.c | outb((temp_reg & 0xf8) | irqrmap[dev->irq], ioaddr + INT_NO_REG); |