Home
last modified time | relevance | path

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

/trueos/sys/dev/ichwd/
HDichwd.c374 status = pci_read_config(sc->ich, ICH_GEN_STA, 1); in ichwd_clear_noreboot()
376 pci_write_config(sc->ich, ICH_GEN_STA, status, 1); in ichwd_clear_noreboot()
377 status = pci_read_config(sc->ich, ICH_GEN_STA, 1); in ichwd_clear_noreboot()
HDichwd.h218 #define ICH_GEN_STA 0xd4 macro