Home
last modified time | relevance | path

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

/freebsd/sys/dev/ichwd/
H A Dichwd.c483 status = pci_read_config(sc->ich, ICH_GEN_STA, 1); in ichwd_clear_noreboot()
485 pci_write_config(sc->ich, ICH_GEN_STA, status, 1); in ichwd_clear_noreboot()
486 status = pci_read_config(sc->ich, ICH_GEN_STA, 1); in ichwd_clear_noreboot()
H A Dichwd.h285 #define ICH_GEN_STA 0xd4 macro