tag | line | file | source code |
HP_CONFIGURE | 135 | drivers/net/hp.c | outb_p(irqmap[irq] | HP_RUN, ioaddr + HP_CONFIGURE); |
HP_CONFIGURE | 136 | drivers/net/hp.c | outb_p( 0x00 | HP_RUN, ioaddr + HP_CONFIGURE); |
HP_CONFIGURE | 184 | drivers/net/hp.c | int saved_config = inb_p(hp_base + HP_CONFIGURE); |
HP_CONFIGURE | 188 | drivers/net/hp.c | outb_p(0x00, hp_base + HP_CONFIGURE); |
HP_CONFIGURE | 203 | drivers/net/hp.c | outb_p(saved_config, hp_base + HP_CONFIGURE); |
HP_CONFIGURE | 221 | drivers/net/hp.c | int saved_config = inb_p(nic_base - NIC_OFFSET + HP_CONFIGURE); |
HP_CONFIGURE | 224 | drivers/net/hp.c | outb_p(saved_config | HP_DATAON, nic_base - NIC_OFFSET + HP_CONFIGURE); |
HP_CONFIGURE | 248 | drivers/net/hp.c | outb_p(saved_config & (~HP_DATAON), nic_base - NIC_OFFSET + HP_CONFIGURE); |
HP_CONFIGURE | 257 | drivers/net/hp.c | int saved_config = inb_p(nic_base - NIC_OFFSET + HP_CONFIGURE); |
HP_CONFIGURE | 259 | drivers/net/hp.c | outb_p(saved_config | HP_DATAON, nic_base - NIC_OFFSET + HP_CONFIGURE); |
HP_CONFIGURE | 305 | drivers/net/hp.c | outb_p(saved_config & (~HP_DATAON), nic_base - NIC_OFFSET + HP_CONFIGURE); |
HP_CONFIGURE | 316 | drivers/net/hp.c | dev->base_addr - NIC_OFFSET + HP_CONFIGURE); |