Searched refs:p1275_int2cell (Results 1 – 19 of 19) sorted by relevance
106 cif[3 + nargs] = p1275_int2cell(error); in ieee_sym_to_value()109 cif[2] = p1275_int2cell(2); /* there are 2 results */ in ieee_sym_to_value()111 cif[2] = p1275_int2cell(1); /* there is 1 result */ in ieee_sym_to_value()161 cif[3 + nargs] = p1275_int2cell((int)offset); in ieee_value_to_sym()165 cif[2] = p1275_int2cell(2); /* there are 2 results */ in ieee_value_to_sym()167 cif[2] = p1275_int2cell(1); /* there is 1 result */ in ieee_value_to_sym()
55 ci[6] = p1275_int2cell(status); in promif_set_sun4v_api_version()56 ci[7] = p1275_int2cell(supported_minor); in promif_set_sun4v_api_version()77 ci[4] = p1275_int2cell(status); in promif_get_sun4v_api_version()78 ci[5] = p1275_int2cell(major); in promif_get_sun4v_api_version()79 ci[6] = p1275_int2cell(minor); in promif_get_sun4v_api_version()
46 ci[3] = p1275_int2cell(-1); in promif_asr_list_keys_len()64 ci[3] = p1275_int2cell(-1); in promif_asr_export_len()
260 ci[7] = p1275_int2cell(len); in promif_setprop()284 ci[7] = p1275_int2cell(len); in promif_getprop()304 ci[5] = p1275_int2cell(len); in promif_getproplen()
55 ci[6] = p1275_int2cell(-1); in promif_get_security_key()
48 ci[4] = p1275_int2cell(rv); in promif_test()
119 ci[6] = p1275_int2cell(rv); in promif_start_cpu()
40 ci[3] = p1275_int2cell(cpuid); /* Arg1: cpuid to stop */ in prom_stopcpu_bycpuid()60 ci[5] = p1275_int2cell(arg); /* Arg3: cpuid */ in prom_startcpu()77 ci[3] = p1275_int2cell(cpuid); /* Arg1: cpuid to start */ in prom_startcpu_bycpuid()79 ci[5] = p1275_int2cell(arg); /* Arg3: cpuid */ in prom_startcpu_bycpuid()138 ci[3] = p1275_int2cell(cpuid); /* Arg1: cpuid to start */ in prom_hotaddcpu()155 ci[3] = p1275_int2cell(cpuid); /* Arg1: cpuid to start */ in prom_hotremovecpu()
136 ci[5] = p1275_int2cell(fd); /* Arg3: file desc */ in prom_fseek()175 ci[5] = p1275_int2cell(fd); /* Arg3: file desc */ in prom_fread()208 ci[5] = p1275_int2cell(fd); /* Arg3: file desc */ in prom_fsize()234 ci[5] = p1275_int2cell(fd); /* Arg3: file desc */ in prom_compinfo()259 ci[5] = p1275_int2cell(fd); /* Arg3: file desc */ in prom_fclose()
44 ci[3] = p1275_int2cell(msecs); /* Arg1: msecs */ in prom_heartbeat()
59 ci[9] = p1275_int2cell(syn_code); /* Arg7: bit # */ in prom_get_unum()
78 ci[5] = p1275_int2cell(mode); /* Arg3: SA1: mode */ in prom_map_phys()
146 ci[3] = p1275_int2cell(keystr_len); /* Arg2: key len */ in prom_asr_disable()148 ci[3] = p1275_int2cell(reason_len); /* Arg2: reason len */ in prom_asr_disable()167 ci[3] = p1275_int2cell(keystr_len); /* Arg2: key len */ in prom_asr_enable()248 ci[6] = p1275_int2cell(len); /* Arg4: buffer length */ in prom_bounded_getprop()306 ci[6] = p1275_int2cell(len); /* Arg4: New value len */ in prom_setprop()
54 ci[7] = p1275_int2cell(index); /* Arg5: SA3: index */ in prom_itlb_load()84 ci[7] = p1275_int2cell(index); /* Arg5: SA3: index */ in prom_dtlb_load()
127 ci[3] = p1275_int2cell(lsb_id); in prom_opl_switch_console()
183 ci[9] = p1275_int2cell(cpuid); /* Arg7: cpuid */ in prom_serengeti_get_ecacheunum()
773 ci[5] = p1275_int2cell(year); in todds1307_prom_setdate()774 ci[6] = p1275_int2cell(rtc->rtc_mon); in todds1307_prom_setdate()775 ci[7] = p1275_int2cell(rtc->rtc_dom); in todds1307_prom_setdate()776 ci[8] = p1275_int2cell(rtc->rtc_hrs); in todds1307_prom_setdate()777 ci[9] = p1275_int2cell(rtc->rtc_min); in todds1307_prom_setdate()778 ci[10] = p1275_int2cell(rtc->rtc_sec); in todds1307_prom_setdate()
1003 ci[5] = p1275_int2cell(year); in todds1337_prom_setdate()1004 ci[6] = p1275_int2cell(rtc->rtc_mon); in todds1337_prom_setdate()1005 ci[7] = p1275_int2cell(rtc->rtc_dom); in todds1337_prom_setdate()1006 ci[8] = p1275_int2cell(rtc->rtc_hrs); in todds1337_prom_setdate()1007 ci[9] = p1275_int2cell(rtc->rtc_min); in todds1337_prom_setdate()1008 ci[10] = p1275_int2cell(rtc->rtc_sec); in todds1337_prom_setdate()
55 #define p1275_int2cell(i) ((cell_t)((int)(i))) macro