tag | line | file | source code |
HP_CONFIGURE | 145 | drivers/net/hp.c | outb_p(irqmap[irq] | HP_RUN, ioaddr + HP_CONFIGURE); |
HP_CONFIGURE | 146 | drivers/net/hp.c | outb_p( 0x00 | HP_RUN, ioaddr + HP_CONFIGURE); |
HP_CONFIGURE | 194 | drivers/net/hp.c | int saved_config = inb_p(hp_base + HP_CONFIGURE); |
HP_CONFIGURE | 197 | 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 | 222 | drivers/net/hp.c | int saved_config = inb_p(nic_base - NIC_OFFSET + HP_CONFIGURE); |
HP_CONFIGURE | 225 | drivers/net/hp.c | outb_p(saved_config | HP_DATAON, nic_base - NIC_OFFSET + HP_CONFIGURE); |
HP_CONFIGURE | 249 | drivers/net/hp.c | outb_p(saved_config & (~HP_DATAON), nic_base - NIC_OFFSET + HP_CONFIGURE); |
HP_CONFIGURE | 258 | drivers/net/hp.c | int saved_config = inb_p(nic_base - NIC_OFFSET + HP_CONFIGURE); |
HP_CONFIGURE | 260 | drivers/net/hp.c | outb_p(saved_config | HP_DATAON, nic_base - NIC_OFFSET + HP_CONFIGURE); |
HP_CONFIGURE | 306 | drivers/net/hp.c | outb_p(saved_config & (~HP_DATAON), nic_base - NIC_OFFSET + HP_CONFIGURE); |
HP_CONFIGURE | 317 | drivers/net/hp.c | dev->base_addr - NIC_OFFSET + HP_CONFIGURE); |