Searched refs:mod_index (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/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 | 376 struct pdc_module_path *mod_path, long mod_index) in pdc_system_map_find_mods() argument 383 __pa(pdc_result2), mod_index); in pdc_system_map_find_mods() 403 long mod_index, long addr_index) in pdc_system_map_find_addrs() argument 410 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-3.4.99/drivers/media/dvb/frontends/ |
D | stv0900_core.c | 1209 s32 mod_index = 0; in stv0900_get_optim_short_carr_loop() local 1220 mod_index = 0; in stv0900_get_optim_short_carr_loop() 1223 mod_index = 1; in stv0900_get_optim_short_carr_loop() 1226 mod_index = 2; in stv0900_get_optim_short_carr_loop() 1229 mod_index = 3; in stv0900_get_optim_short_carr_loop() 1235 aclc_value = s2sclc30[mod_index].car_loop_2; in stv0900_get_optim_short_carr_loop() 1237 aclc_value = s2sclc30[mod_index].car_loop_5; in stv0900_get_optim_short_carr_loop() 1239 aclc_value = s2sclc30[mod_index].car_loop_10; in stv0900_get_optim_short_carr_loop() 1241 aclc_value = s2sclc30[mod_index].car_loop_20; in stv0900_get_optim_short_carr_loop() 1243 aclc_value = s2sclc30[mod_index].car_loop_30; in stv0900_get_optim_short_carr_loop() [all …]
|
/linux-3.4.99/arch/parisc/include/asm/ |
D | parisc-device.h | 21 unsigned long mod_index; /* PAT specific - Misc Module info */ member
|
D | pdc.h | 613 struct pdc_module_path *mod_path, long mod_index); 615 long mod_index, long addr_index);
|
/linux-3.4.99/drivers/parisc/ |
D | lba_pci.c | 956 status = pdc_pat_cell_module(&bytecnt, pa_dev->pcell_loc, pa_dev->mod_index, in lba_pat_resources() 960 status |= pdc_pat_cell_module(&bytecnt, pa_dev->pcell_loc, pa_dev->mod_index, in lba_pat_resources()
|
/linux-3.4.99/drivers/nfc/ |
D | pn533.c | 964 static void pn533_poll_add_mod(struct pn533 *dev, u8 mod_index) in pn533_poll_add_mod() argument 967 (struct pn533_poll_modulations *) &poll_mod[mod_index]; in pn533_poll_add_mod()
|
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4fw_api.h | 287 u8 mod_index; member
|