tag | line | file | source code |
saved_config | 194 | drivers/net/hp.c | int saved_config = inb_p(hp_base + HP_CONFIGURE); |
saved_config | 203 | drivers/net/hp.c | outb_p(saved_config, hp_base + HP_CONFIGURE); |
saved_config | 222 | drivers/net/hp.c | int saved_config = inb_p(nic_base - NIC_OFFSET + HP_CONFIGURE); |
saved_config | 225 | drivers/net/hp.c | outb_p(saved_config | HP_DATAON, nic_base - NIC_OFFSET + HP_CONFIGURE); |
saved_config | 249 | drivers/net/hp.c | outb_p(saved_config & (~HP_DATAON), nic_base - NIC_OFFSET + HP_CONFIGURE); |
saved_config | 258 | drivers/net/hp.c | int saved_config = inb_p(nic_base - NIC_OFFSET + HP_CONFIGURE); |
saved_config | 260 | drivers/net/hp.c | outb_p(saved_config | HP_DATAON, nic_base - NIC_OFFSET + HP_CONFIGURE); |
saved_config | 306 | drivers/net/hp.c | outb_p(saved_config & (~HP_DATAON), nic_base - NIC_OFFSET + HP_CONFIGURE); |