Searched refs:mod_index (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/parisc/kernel/ |
D | inventory.c | 168 pat_query_module(ulong pcell_loc, ulong mod_index) in pat_query_module() argument 178 status = pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index, in pat_query_module() 200 dev->mod_index = mod_index; in pat_query_module() 241 pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index, in pat_query_module() 342 ulong mod_index = 0; in pat_inventory() local 359 while (PDC_OK == pat_query_module(cell_info.cell_loc, mod_index)) { in pat_inventory() 360 mod_index++; in pat_inventory() 363 return mod_index; in pat_inventory()
|
D | firmware.c | 278 struct pdc_module_path *mod_path, long mod_index) in pdc_system_map_find_mods() argument 284 __pa(pdc_result2), mod_index); in pdc_system_map_find_mods() 304 long mod_index, long addr_index) in pdc_system_map_find_addrs() argument 310 mod_index, addr_index); in pdc_system_map_find_addrs()
|
D | processor.c | 105 dev->mod_index, PA_VIEW, &pa_pdc_cell); in processor_probe()
|
D | lba_pci.c | 1000 status = pdc_pat_cell_module(&bytecnt, pa_dev->pcell_loc, pa_dev->mod_index, in lba_pat_resources() 1004 status |= pdc_pat_cell_module(&bytecnt, pa_dev->pcell_loc, pa_dev->mod_index, in lba_pat_resources()
|
/linux-2.4.37.9/include/asm-parisc/ |
D | hardware.h | 44 unsigned long mod_index; /* PAT specific - Misc Module info */ member
|
D | pdc.h | 923 struct pdc_module_path *mod_path, long mod_index); 925 long mod_index, long addr_index);
|