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

  /src/sys/arch/powerpc/booke/pci/
pq3pci.c 1082 // pcireg_t slot_status = pci_conf_read(pc, 0, 0x64);
1083 // printf("%s: tag 0x0 slot status: %#x\n",__func__, slot_status);
1084 // if ((slot_status & __BIT(6+16)) == 0)
1140 pcireg_t slot_status = pci_conf_read(&sc->sc_pc, 0, 0x64); local in function:pq3pci_conf_hook
1141 if ((slot_status & __BIT(6+16)) == 0)
pq3pci.c 1082 // pcireg_t slot_status = pci_conf_read(pc, 0, 0x64);
1083 // printf("%s: tag 0x0 slot status: %#x\n",__func__, slot_status);
1084 // if ((slot_status & __BIT(6+16)) == 0)
1140 pcireg_t slot_status = pci_conf_read(&sc->sc_pc, 0, 0x64); local in function:pq3pci_conf_hook
1141 if ((slot_status & __BIT(6+16)) == 0)

Completed in 62 milliseconds