Searched refs:mod_index (Results 1 – 6 of 6) sorted by relevance
/arch/parisc/kernel/ |
D | inventory.c | 187 pat_query_module(ulong pcell_loc, ulong mod_index) in pat_query_module() argument 200 status = pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index, in pat_query_module() 224 dev->mod_index = mod_index; in pat_query_module() 267 pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index, in pat_query_module() 371 ulong mod_index = 0; in pat_inventory() local 388 while (PDC_OK == pat_query_module(cell_info.cell_loc, mod_index)) { in pat_inventory() 389 mod_index++; in pat_inventory() 392 return mod_index; in pat_inventory()
|
D | firmware.c | 416 struct pdc_module_path *mod_path, long mod_index) in pdc_system_map_find_mods() argument 423 __pa(pdc_result2), mod_index); in pdc_system_map_find_mods() 443 long mod_index, long addr_index) in pdc_system_map_find_addrs() argument 450 mod_index, addr_index); in pdc_system_map_find_addrs()
|
D | drivers.c | 993 int mod_index; in qemu_print_iodc_data() local 1009 mod_index = 0; in qemu_print_iodc_data() 1012 &mod_path, mod_index++); in qemu_print_iodc_data()
|
D | processor.c | 116 dev->mod_index, PA_VIEW, pa_pdc_cell); in processor_probe()
|
/arch/parisc/include/asm/ |
D | pdc.h | 39 struct pdc_module_path *mod_path, long mod_index); 41 long mod_index, long addr_index);
|
D | parisc-device.h | 22 unsigned long mod_index; /* PAT specific - Misc Module info */ member
|