Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ichwd/
Dichwd.c373 status = pci_read_config(sc->ich, ICH_GEN_STA, 1); in ichwd_clear_noreboot()
375 pci_write_config(sc->ich, ICH_GEN_STA, status, 1); in ichwd_clear_noreboot()
376 status = pci_read_config(sc->ich, ICH_GEN_STA, 1); in ichwd_clear_noreboot()
Dichwd.h186 #define ICH_GEN_STA 0xd4 macro