| tag | line | file | source code |
| saved_config | 179 | drivers/net/hp.c | int saved_config = inb_p(hp_base + HP_CONFIGURE); |
| saved_config | 188 | drivers/net/hp.c | outb_p(saved_config, hp_base + HP_CONFIGURE); |
| saved_config | 207 | drivers/net/hp.c | int saved_config = inb_p(nic_base - NIC_OFFSET + HP_CONFIGURE); |
| saved_config | 210 | drivers/net/hp.c | outb_p(saved_config | HP_DATAON, nic_base - NIC_OFFSET + HP_CONFIGURE); |
| saved_config | 234 | drivers/net/hp.c | outb_p(saved_config & (~HP_DATAON), nic_base - NIC_OFFSET + HP_CONFIGURE); |
| saved_config | 243 | drivers/net/hp.c | int saved_config = inb_p(nic_base - NIC_OFFSET + HP_CONFIGURE); |
| saved_config | 245 | drivers/net/hp.c | outb_p(saved_config | HP_DATAON, nic_base - NIC_OFFSET + HP_CONFIGURE); |
| saved_config | 291 | drivers/net/hp.c | outb_p(saved_config & (~HP_DATAON), nic_base - NIC_OFFSET + HP_CONFIGURE); |