HomeSort by: relevance | last modified time | path
    Searched defs:pcistate (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_bge.c 4356 * To modify the PCISTATE register, BGE_PCIMISCCTL_PCISTATE_RW must be
4738 uint32_t pcistate, statusword, statustag; local in function:bge_intr
4757 pcistate = CSR_READ_4(sc, BGE_PCI_PCISTATE);
4769 (~pcistate & intrmask)) {
4777 !(~pcistate & intrmask)) {
if_bge.c 4356 * To modify the PCISTATE register, BGE_PCIMISCCTL_PCISTATE_RW must be
4738 uint32_t pcistate, statusword, statustag; local in function:bge_intr
4757 pcistate = CSR_READ_4(sc, BGE_PCI_PCISTATE);
4769 (~pcistate & intrmask)) {
4777 !(~pcistate & intrmask)) {

Completed in 104 milliseconds