Home
last modified time | relevance | path

Searched refs:ICH_GEN_STA (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ichwd/
Dichwd.c484 status = pci_read_config(sc->ich, ICH_GEN_STA, 1); in ichwd_clear_noreboot()
486 pci_write_config(sc->ich, ICH_GEN_STA, status, 1); in ichwd_clear_noreboot()
487 status = pci_read_config(sc->ich, ICH_GEN_STA, 1); in ichwd_clear_noreboot()
Dichwd.h283 #define ICH_GEN_STA 0xd4 macro