Searched refs:fc_size2cell (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/efcode/fcdriver/ |
H A D | dma.c | 80 fc_int2cell(cacheable), fc_size2cell(len), fc_ptr2cell(va), in do_dma_map_in() 100 error = fc_run_priv(pd->common, "dma-map-out", 3, 0, fc_size2cell(len), in do_dma_map_out()
|
/titanic_41/usr/src/lib/efcode/packages/ |
H A D | memalloc.c | 55 fc_int2cell(align), fc_size2cell(size), fc_ptr2cell(hint), &vaddr); in claim() 73 fc_size2cell(size), fc_ptr2cell(addr)); in release()
|
/titanic_41/usr/src/lib/efcode/gp2/ |
H A D | gp2.c | 57 error = fc_run_priv(pdp->common, service, 3, 1, fc_size2cell(len), in mem_map_in() 106 error = fc_run_priv(pdp->common, service, 2, 0, fc_size2cell(len), in mem_map_out()
|
/titanic_41/usr/src/lib/efcode/pci/ |
H A D | pci.c | 57 fc_size2cell(requested_len), fc_uint32_t2cell(hi), in mem_map_in() 122 fc_size2cell(requested_len), requested_virt); in mem_map_out()
|
/titanic_41/usr/src/uts/sun4/sys/ |
H A D | fc_plat.h | 70 #define fc_size2cell(u) ((fc_cell_t)((size_t)(u))) macro
|
/titanic_41/usr/src/lib/efcode/jupiter/ |
H A D | jupiter.c | 69 error = fc_run_priv(pdp->common, service, 3, 1, fc_size2cell(len), in mem_map_in() 119 fc_size2cell(len), virt); in mem_map_out()
|