Lines Matching defs:ppb_softc
47 struct ppb_softc { struct
48 device_t sc_dev; /* generic device glue */
49 pci_chipset_tag_t sc_pc; /* our PCI chipset... */
50 pcitag_t sc_tag; /* ...and tag. */
51 pci_intr_handle_t *sc_pihp;
52 void *sc_intrhand;
53 int sc_pciecapoff;
54 struct evcnt sc_ev_intr; /* interrupts */
55 struct evcnt sc_ev_abp; /* Attention Button Pressed */
56 struct evcnt sc_ev_pfd; /* Power Fault Detected */
57 struct evcnt sc_ev_msc; /* MRL Sensor Changed */
58 struct evcnt sc_ev_pdc; /* Presence Detect Changed */
59 struct evcnt sc_ev_cc; /* Command Completed */
60 struct evcnt sc_ev_lacs; /* Data Link Layer State Changed */
62 pcireg_t sc_pciconfext[48];