Home
last modified time | relevance | path

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

/freebsd/sys/dev/vr/
H A Dif_vr.c1746 uint16_t pcis; in vr_error() local
1754 pcis = pci_read_config(sc->vr_dev, PCIR_STATUS, 2); in vr_error()
1756 "resetting\n", pcis); in vr_error()
1757 pci_write_config(sc->vr_dev, PCIR_STATUS, pcis, 2); in vr_error()