Searched refs:mod_index (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/parisc/kernel/
H A Dinventory.c188 pat_query_module(ulong pcell_loc, ulong mod_index) argument
201 status = pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index,
225 dev->mod_index = mod_index;
268 pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index,
372 ulong mod_index = 0; local
389 while (PDC_OK == pat_query_module(cell_info.cell_loc, mod_index)) {
390 mod_index++;
393 return mod_index;
H A Dfirmware.c455 * @mod_index: fixed address module index.
461 struct pdc_module_path *mod_path, long mod_index)
468 __pa(pdc_result2), mod_index);
481 * @mod_index: Fixed address module index.
488 long mod_index, long addr_index)
495 mod_index, addr_index);
460 pdc_system_map_find_mods(struct pdc_system_map_mod_info *pdc_mod_info, struct pdc_module_path *mod_path, long mod_index) argument
487 pdc_system_map_find_addrs(struct pdc_system_map_addr_info *pdc_addr_info, long mod_index, long addr_index) argument
H A Dprocessor.c118 dev->mod_index, PA_VIEW, pa_pdc_cell);
H A Ddrivers.c994 int mod_index; local
1013 mod_index = 0;
1016 &mod_path, mod_index++);
/linux-master/arch/parisc/include/asm/
H A Dpdc.h36 struct pdc_module_path *mod_path, long mod_index);
38 long mod_index, long addr_index);
H A Dparisc-device.h22 unsigned long mod_index; /* PAT specific - Misc Module info */ member in struct:parisc_device
/linux-master/drivers/media/dvb-frontends/
H A Dstv0900_core.c1192 s32 mod_index = 0; local
1203 mod_index = 0;
1206 mod_index = 1;
1209 mod_index = 2;
1212 mod_index = 3;
1218 aclc_value = s2sclc30[mod_index].car_loop_2;
1220 aclc_value = s2sclc30[mod_index].car_loop_5;
1222 aclc_value = s2sclc30[mod_index].car_loop_10;
1224 aclc_value = s2sclc30[mod_index].car_loop_20;
1226 aclc_value = s2sclc30[mod_index]
[all...]
/linux-master/drivers/parisc/
H A Dlba_pci.c1039 status = pdc_pat_cell_module(&bytecnt, pa_dev->pcell_loc, pa_dev->mod_index,
1043 status |= pdc_pat_cell_module(&bytecnt, pa_dev->pcell_loc, pa_dev->mod_index,
/linux-master/drivers/nfc/pn533/
H A Dpn533.c957 static void pn533_poll_add_mod(struct pn533 *dev, u8 mod_index) argument
960 (struct pn533_poll_modulations *)&poll_mod[mod_index];
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h995 u8 mod_index; member in struct:fw_ldst_cmd::fw_ldst::fw_ldst_func

Completed in 231 milliseconds