Home
last modified time | relevance | path

Searched refs:tc_type (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/ufs/host/
H A Dtc-dwc-g210-pci.c23 static int tc_type = TC_G210_INV; variable
24 module_param(tc_type, int, 0);
25 MODULE_PARM_DESC(tc_type, "Test Chip Type (20 = 20-bit, 40 = 40-bit)");
64 if (tc_type == TC_G210_20BIT) { in tc_dwc_g210_pci_probe()
67 } else if (tc_type == TC_G210_40BIT) { in tc_dwc_g210_pci_probe()
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H A Dtc-dwc-g210-pci.c22 static int tc_type = TC_G210_INV; variable
23 module_param(tc_type, int, 0);
24 MODULE_PARM_DESC(tc_type, "Test Chip Type (20 = 20-bit, 40 = 40-bit)");
97 if (tc_type == TC_G210_20BIT) { in tc_dwc_g210_pci_probe()
100 } else if (tc_type == TC_G210_40BIT) { in tc_dwc_g210_pci_probe()
/kernel/linux/linux-5.10/drivers/iio/temperature/
H A Dmax31856.c286 int tc_type = -1; in max31856_write_raw() local
291 tc_type = i; in max31856_write_raw()
295 if (tc_type < 0) in max31856_write_raw()
298 data->thermocouple_type = tc_type; in max31856_write_raw()
H A Dmaxim_thermocouple.c127 char tc_type; member
215 *val = data->tc_type; in maxim_thermocouple_read_raw()
251 data->tc_type = maxim_tc_types[id->driver_data]; in maxim_thermocouple_probe()
/kernel/linux/linux-6.6/drivers/iio/temperature/
H A Dmax31856.c288 int tc_type = -1; in max31856_write_raw() local
293 tc_type = i; in max31856_write_raw()
297 if (tc_type < 0) in max31856_write_raw()
300 data->thermocouple_type = tc_type; in max31856_write_raw()
H A Dmaxim_thermocouple.c126 char tc_type; member
214 *val = data->tc_type; in maxim_thermocouple_read_raw()
250 data->tc_type = maxim_tc_types[id->driver_data]; in maxim_thermocouple_probe()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dpal.h1597 ia64_pal_vm_info (u64 tc_level, u64 tc_type, pal_tc_info_u_t *tc_info, u64 *tc_pages) in ia64_pal_vm_info() argument
1600 PAL_CALL(iprv, PAL_VM_INFO, tc_level, tc_type, 0); in ia64_pal_vm_info()
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dpal.h1598 ia64_pal_vm_info (u64 tc_level, u64 tc_type, pal_tc_info_u_t *tc_info, u64 *tc_pages) in ia64_pal_vm_info() argument
1601 PAL_CALL(iprv, PAL_VM_INFO, tc_level, tc_type, 0); in ia64_pal_vm_info()

Completed in 11 milliseconds