Searched refs:CELLS_1275_TO_BYTES (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dddipropdefs.h152 #define CELLS_1275_TO_BYTES(n) ((n) * PROP_1275_CELL_SIZE) macro
/opensolaris-onvv-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c510 match_req = kmem_alloc(CELLS_1275_TO_BYTES(addr_cells) +
511 CELLS_1275_TO_BYTES(intr_cells), KM_SLEEP);
588 CELLS_1275_TO_BYTES(new_intr_cells), KM_SLEEP);
595 kmem_free(intr, CELLS_1275_TO_BYTES(new_intr_cells));
629 kmem_free(match_req, CELLS_1275_TO_BYTES(addr_cells) +
630 CELLS_1275_TO_BYTES(intr_cells));
827 intr_sz = CELLS_1275_TO_BYTES(intr_cells);
889 intr_sz = CELLS_1275_TO_BYTES(intr_sz);
/opensolaris-onvv-gate/usr/src/uts/sun4/io/px/
H A Dpx_util.c91 i = CELLS_1275_TO_BYTES(i);
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/pci/
H A Dpcipsy.c260 i = CELLS_1275_TO_BYTES(i);
H A Dpcisch.c273 new_intr_buf = kmem_alloc(CELLS_1275_TO_BYTES(intr_cnt), KM_SLEEP);
279 pci_p->pci_inos_len = CELLS_1275_TO_BYTES(intr_cnt);
/opensolaris-onvv-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcicmu.c1117 i = CELLS_1275_TO_BYTES(i);

Completed in 135 milliseconds