Searched refs:mod_index (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/arch/parisc/kernel/ |
D | inventory.c | 171 pat_query_module(ulong pcell_loc, ulong mod_index) in pat_query_module() argument 184 status = pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index, in pat_query_module() 206 dev->mod_index = mod_index; in pat_query_module() 248 pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index, in pat_query_module() 352 ulong mod_index = 0; in pat_inventory() local 369 while (PDC_OK == pat_query_module(cell_info.cell_loc, mod_index)) { in pat_inventory() 370 mod_index++; in pat_inventory() 373 return mod_index; in pat_inventory()
|
D | firmware.c | 377 struct pdc_module_path *mod_path, long mod_index) in pdc_system_map_find_mods() argument 384 __pa(pdc_result2), mod_index); in pdc_system_map_find_mods() 404 long mod_index, long addr_index) in pdc_system_map_find_addrs() argument 411 mod_index, addr_index); in pdc_system_map_find_addrs()
|
D | processor.c | 134 dev->mod_index, PA_VIEW, pa_pdc_cell); in processor_probe()
|
/linux-2.6.39/drivers/media/dvb/frontends/ |
D | stv0900_core.c | 1225 s32 mod_index = 0; in stv0900_get_optim_short_carr_loop() local 1236 mod_index = 0; in stv0900_get_optim_short_carr_loop() 1239 mod_index = 1; in stv0900_get_optim_short_carr_loop() 1242 mod_index = 2; in stv0900_get_optim_short_carr_loop() 1245 mod_index = 3; in stv0900_get_optim_short_carr_loop() 1251 aclc_value = s2sclc30[mod_index].car_loop_2; in stv0900_get_optim_short_carr_loop() 1253 aclc_value = s2sclc30[mod_index].car_loop_5; in stv0900_get_optim_short_carr_loop() 1255 aclc_value = s2sclc30[mod_index].car_loop_10; in stv0900_get_optim_short_carr_loop() 1257 aclc_value = s2sclc30[mod_index].car_loop_20; in stv0900_get_optim_short_carr_loop() 1259 aclc_value = s2sclc30[mod_index].car_loop_30; in stv0900_get_optim_short_carr_loop() [all …]
|
/linux-2.6.39/arch/parisc/include/asm/ |
D | parisc-device.h | 21 unsigned long mod_index; /* PAT specific - Misc Module info */ member
|
D | pdc.h | 615 struct pdc_module_path *mod_path, long mod_index); 617 long mod_index, long addr_index);
|
/linux-2.6.39/drivers/parisc/ |
D | lba_pci.c | 1001 status = pdc_pat_cell_module(&bytecnt, pa_dev->pcell_loc, pa_dev->mod_index, in lba_pat_resources() 1005 status |= pdc_pat_cell_module(&bytecnt, pa_dev->pcell_loc, pa_dev->mod_index, in lba_pat_resources()
|
/linux-2.6.39/drivers/net/cxgb4/ |
D | t4fw_api.h | 287 u8 mod_index; member
|