Searched refs:mod_index (Results 1 – 5 of 5) sorted by relevance
/arch/parisc/kernel/ |
D | inventory.c | 180 pat_query_module(ulong pcell_loc, ulong mod_index) in pat_query_module() argument 193 status = pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index, in pat_query_module() 217 dev->mod_index = mod_index; in pat_query_module() 260 pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index, in pat_query_module() 364 ulong mod_index = 0; in pat_inventory() local 381 while (PDC_OK == pat_query_module(cell_info.cell_loc, mod_index)) { in pat_inventory() 382 mod_index++; in pat_inventory() 385 return mod_index; in pat_inventory()
|
D | firmware.c | 408 struct pdc_module_path *mod_path, long mod_index) in pdc_system_map_find_mods() argument 415 __pa(pdc_result2), mod_index); in pdc_system_map_find_mods() 435 long mod_index, long addr_index) in pdc_system_map_find_addrs() argument 442 mod_index, addr_index); in pdc_system_map_find_addrs()
|
D | processor.c | 130 dev->mod_index, PA_VIEW, pa_pdc_cell); in processor_probe()
|
/arch/parisc/include/asm/ |
D | parisc-device.h | 22 unsigned long mod_index; /* PAT specific - Misc Module info */ member
|
D | pdc.h | 293 struct pdc_module_path *mod_path, long mod_index); 295 long mod_index, long addr_index);
|