Searched refs:ppb (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/sun4u/io/pci/ |
H A D | pci_pci.c | 298 static void ppb_pwr_setup(ppb_devstate_t *ppb, dev_info_t *dip); 299 static void ppb_pwr_teardown(ppb_devstate_t *ppb, dev_info_t *dip); 300 static void ppb_init_hotplug(ppb_devstate_t *ppb); 372 ppb_devstate_t *ppb; in ppb_attach() local 392 ppb = (ppb_devstate_t *)ddi_get_soft_state(ppb_state, instance); in ppb_attach() 393 ppb->dip = devi; in ppb_attach() 394 mutex_init(&ppb->ppb_mutex, NULL, MUTEX_DRIVER, NULL); in ppb_attach() 395 ppb->ppb_soft_state = PCI_SOFT_STATE_CLOSED; in ppb_attach() 397 mutex_destroy(&ppb->ppb_mutex); in ppb_attach() 401 ppb_pwr_setup(ppb, devi); in ppb_attach() [all …]
|
/titanic_44/usr/src/uts/intel/io/pci/ |
H A D | pci_pci.c | 282 ppb_devstate_t *ppb; in ppb_attach() local 303 ppb = ddi_get_soft_state(ppb_state, instance); in ppb_attach() 304 ppb->dip = devi; in ppb_attach() 310 ppb->ppb_fmcap = DDI_FM_ERRCB_CAPABLE | in ppb_attach() 313 ppb->ppb_fmcap = DDI_FM_EREPORT_CAPABLE | in ppb_attach() 317 ddi_fm_init(devi, &ppb->ppb_fmcap, &ppb->ppb_fm_ibc); in ppb_attach() 318 mutex_init(&ppb->ppb_mutex, NULL, MUTEX_DRIVER, NULL); in ppb_attach() 319 mutex_init(&ppb->ppb_err_mutex, NULL, MUTEX_DRIVER, in ppb_attach() 320 (void *)ppb->ppb_fm_ibc); in ppb_attach() 321 mutex_init(&ppb->ppb_peek_poke_mutex, NULL, MUTEX_DRIVER, in ppb_attach() [all …]
|
H A D | pci_boot.c | 3108 memlist_to_ranges(void **rp, struct memlist *entry, uint_t type, int ppb) in memlist_to_ranges() argument 3121 if (ppb) { in memlist_to_ranges() 3147 add_ranges_prop(int bus, int ppb) in add_ranges_prop() argument 3175 (ppb ? sizeof (ppb_ranges_t) : sizeof (pci_ranges_t)); in add_ranges_prop() 3179 memlist_to_ranges(&next_rp, iolist, PCI_ADDR_IO | PCI_REG_REL_M, ppb); in add_ranges_prop() 3181 PCI_ADDR_MEM32 | PCI_REG_REL_M, ppb); in add_ranges_prop() 3183 PCI_ADDR_MEM32 | PCI_REG_REL_M | PCI_REG_PF_M, ppb); in add_ranges_prop()
|
/titanic_44/usr/src/lib/libc/port/fp/ |
H A D | decimal_bin.c | 54 __big_decimal_to_big_binary(_big_float *pd, int nsig, _big_float **ppb, in __big_decimal_to_big_binary() argument 61 pb = *ppb; in __big_decimal_to_big_binary() 137 __big_float_times_power(pb, 10, pd->bexponent, nsig, ppb); in __big_decimal_to_big_binary()
|