tag | line | file | source code |
saved_config | 184 | 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 | 221 | drivers/net/hp.c | int saved_config = inb_p(nic_base - NIC_OFFSET + HP_CONFIGURE); |
saved_config | 224 | drivers/net/hp.c | outb_p(saved_config | HP_DATAON, nic_base - NIC_OFFSET + HP_CONFIGURE); |
saved_config | 248 | drivers/net/hp.c | outb_p(saved_config & (~HP_DATAON), nic_base - NIC_OFFSET + HP_CONFIGURE); |
saved_config | 257 | drivers/net/hp.c | int saved_config = inb_p(nic_base - NIC_OFFSET + HP_CONFIGURE); |
saved_config | 259 | drivers/net/hp.c | outb_p(saved_config | HP_DATAON, nic_base - NIC_OFFSET + HP_CONFIGURE); |
saved_config | 305 | drivers/net/hp.c | outb_p(saved_config & (~HP_DATAON), nic_base - NIC_OFFSET + HP_CONFIGURE); |