Searched refs:fc_cell2uint (Results 1 – 3 of 3) sorted by relevance
83 #define fc_cell2uint(u) ((unsigned int)((fc_cell_t)(u))) macro
563 p.pci_phys_hi = fc_cell2uint(fc_arg(cp, 1)); in pfc_map_in()564 p.pci_phys_mid = fc_cell2uint(fc_arg(cp, 2)); in pfc_map_in()565 p.pci_phys_low = fc_cell2uint(fc_arg(cp, 3)); in pfc_map_in()850 p.pci_phys_hi = fc_cell2uint(fc_arg(cp, 0)); in pfc_config_fetch()982 p.pci_phys_hi = fc_cell2uint(fc_arg(cp, 0)); in pfc_config_store()
1288 rspec.regspec_bustype = fc_cell2uint(fc_arg(cp, 1)); in opl_map_in()1289 rspec.regspec_addr = fc_cell2uint(fc_arg(cp, 2)); in opl_map_in()