Home
last modified time | relevance | path

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

/linux/drivers/scsi/ufs/
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)");
72 if (tc_type == TC_G210_20BIT) { in tc_dwc_g210_pci_probe()
75 } else if (tc_type == TC_G210_40BIT) { in tc_dwc_g210_pci_probe()
/linux/drivers/iio/temperature/
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()
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()
/linux/arch/ia64/include/asm/
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 13 milliseconds