Lines Matching refs:fc_cell2int

1281 	if (fc_cell2int(cp->nargs) != 3)  in opl_map_in()
1284 if (fc_cell2int(cp->nresults) < 1) in opl_map_in()
1337 if (fc_cell2int(cp->nargs) != 2) in opl_map_out()
1391 if (fc_cell2int(cp->nargs) != 1) in opl_register_fetch()
1394 if (fc_cell2int(cp->nresults) < 1) in opl_register_fetch()
1508 if (fc_cell2int(cp->nargs) != 2) in opl_register_store()
1622 if (fc_cell2int(cp->nargs) != 3) in opl_claim_memory()
1625 if (fc_cell2int(cp->nresults) < 1) in opl_claim_memory()
1628 vhint = fc_cell2int(fc_arg(cp, 2)); in opl_claim_memory()
1629 size = fc_cell2int(fc_arg(cp, 1)); in opl_claim_memory()
1630 align = fc_cell2int(fc_arg(cp, 0)); in opl_claim_memory()
1689 if (fc_cell2int(cp->nargs) != 2) in opl_release_memory()
1692 if (fc_cell2int(cp->nresults) != 0) in opl_release_memory()
1695 vaddr = fc_cell2int(fc_arg(cp, 1)); in opl_release_memory()
1696 size = fc_cell2int(fc_arg(cp, 0)); in opl_release_memory()
1745 if (fc_cell2int(cp->nargs) != 1) in opl_vtop()
1748 if (fc_cell2int(cp->nresults) >= 3) in opl_vtop()
1751 vaddr = fc_cell2int(fc_arg(cp, 0)); in opl_vtop()
1789 if (fc_cell2int(cp->nargs) != 0) in opl_config_child()
1792 if (fc_cell2int(cp->nresults) < 1) in opl_config_child()
1810 if (fc_cell2int(cp->nargs) != 3) in opl_get_fcode()
1813 if (fc_cell2int(cp->nresults) < 1) in opl_get_fcode()
1820 fcode_len = fc_cell2int(fc_arg(cp, 2)); in opl_get_fcode()
1864 if (fc_cell2int(cp->nargs) != 1) in opl_get_fcode_size()
1867 if (fc_cell2int(cp->nresults) < 1) in opl_get_fcode_size()
1984 if (fc_cell2int(cp->nargs) != 2) in opl_get_hwd_va()
1987 if (fc_cell2int(cp->nresults) < 1) in opl_get_hwd_va()
2302 if (fc_cell2int(cp->nargs) != 2) in opl_master_interrupt()
2305 if (fc_cell2int(cp->nresults) < 1) in opl_master_interrupt()