Searched refs:pcode (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/mips/include/asm/txx9/ |
D | generic.h | 18 void txx9_reg_res_init(unsigned int pcode, unsigned long base,
|
/linux-4.1.27/sound/pci/asihpi/ |
D | hpi6000.c | 957 u32 *pcode; in hpi6000_adapter_boot_load_dsp() local 972 &pcode); in hpi6000_adapter_boot_load_dsp() 976 address, pcode, length); in hpi6000_adapter_boot_load_dsp() 992 u32 *pcode; in hpi6000_adapter_boot_load_dsp() local 1000 hpi_dsp_code_read_block(length, &dsp_code, &pcode); in hpi6000_adapter_boot_load_dsp() 1004 if (data != *pcode) { in hpi6000_adapter_boot_load_dsp() 1008 address, *pcode, data, in hpi6000_adapter_boot_load_dsp() 1012 pcode++; in hpi6000_adapter_boot_load_dsp()
|
D | hpi6205.c | 1406 u32 *pcode; in adapter_boot_load_dsp() local 1421 &pcode); in adapter_boot_load_dsp() 1426 *pcode); in adapter_boot_load_dsp() 1432 pcode++; in adapter_boot_load_dsp() 1448 u32 *pcode = NULL; in adapter_boot_load_dsp() local 1457 hpi_dsp_code_read_block(length, &dsp_code, &pcode); in adapter_boot_load_dsp() 1462 if (data != *pcode) { in adapter_boot_load_dsp() 1466 pcode++; in adapter_boot_load_dsp()
|
/linux-4.1.27/arch/mips/txx9/generic/ |
D | setup.c | 55 txx9_reg_res_init(unsigned int pcode, unsigned long base, unsigned long size) in txx9_reg_res_init() argument 65 txx9_pcode = pcode; in txx9_reg_res_init() 66 sprintf(txx9_pcode_str, "TX%x", pcode); in txx9_reg_res_init()
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_debug.c | 2004 int pcontrol, pcode, subpcode, bd_len; in resp_mode_sense() local 2014 pcode = cmd[2] & 0x3f; in resp_mode_sense() 2079 if ((subpcode > 0x0) && (subpcode < 0xff) && (0x19 != pcode)) { in resp_mode_sense() 2084 switch (pcode) { in resp_mode_sense() 2266 int ppc, sp, pcontrol, pcode, subpcode, alloc_len, len, n; in resp_log_sense() local 2278 pcode = cmd[2] & 0x3f; in resp_log_sense() 2281 arr[0] = pcode; in resp_log_sense() 2283 switch (pcode) { in resp_log_sense() 2304 switch (pcode) { in resp_log_sense()
|