Searched refs:tc_type (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/scsi/ufs/ |
D | tc-dwc-g210-pci.c | 22 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()
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | pal.h | 1597 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()
|