Home
last modified time | relevance | path

Searched refs:tc_type (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/ufs/host/
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)");
73 if (tc_type == TC_G210_20BIT) { in tc_dwc_g210_pci_probe()
76 } else if (tc_type == TC_G210_40BIT) { in tc_dwc_g210_pci_probe()
/linux-6.1.9/drivers/iio/temperature/
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()
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()
/linux-6.1.9/arch/ia64/include/asm/
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()