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