| tag | line | file | source code |
| HP_CONFIGURE | 130 | drivers/net/hp.c | outb_p(irqmap[irq] | HP_RUN, ioaddr + HP_CONFIGURE); |
| HP_CONFIGURE | 131 | drivers/net/hp.c | outb_p( 0x00 | HP_RUN, ioaddr + HP_CONFIGURE); |
| HP_CONFIGURE | 179 | drivers/net/hp.c | int saved_config = inb_p(hp_base + HP_CONFIGURE); |
| HP_CONFIGURE | 182 | drivers/net/hp.c | outb_p(0x00, hp_base + HP_CONFIGURE); |
| HP_CONFIGURE | 188 | drivers/net/hp.c | outb_p(saved_config, hp_base + HP_CONFIGURE); |
| HP_CONFIGURE | 207 | drivers/net/hp.c | int saved_config = inb_p(nic_base - NIC_OFFSET + HP_CONFIGURE); |
| HP_CONFIGURE | 210 | drivers/net/hp.c | outb_p(saved_config | HP_DATAON, nic_base - NIC_OFFSET + HP_CONFIGURE); |
| HP_CONFIGURE | 234 | drivers/net/hp.c | outb_p(saved_config & (~HP_DATAON), nic_base - NIC_OFFSET + HP_CONFIGURE); |
| HP_CONFIGURE | 243 | drivers/net/hp.c | int saved_config = inb_p(nic_base - NIC_OFFSET + HP_CONFIGURE); |
| HP_CONFIGURE | 245 | drivers/net/hp.c | outb_p(saved_config | HP_DATAON, nic_base - NIC_OFFSET + HP_CONFIGURE); |
| HP_CONFIGURE | 291 | drivers/net/hp.c | outb_p(saved_config & (~HP_DATAON), nic_base - NIC_OFFSET + HP_CONFIGURE); |
| HP_CONFIGURE | 302 | drivers/net/hp.c | dev->base_addr - NIC_OFFSET + HP_CONFIGURE); |