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