Searched refs:PCI_PID (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/misc/cardreader/ |
D | rtsx_pcr.c | 410 if ((PCI_PID(pcr) == PID_5261) || (PCI_PID(pcr) == PID_5228)) { in rtsx_pci_add_sg_tbl() 713 if (PCI_PID(pcr) == PID_5261) in rtsx_pci_switch_clock() 716 if (PCI_PID(pcr) == PID_5228) in rtsx_pci_switch_clock() 719 if (PCI_PID(pcr) == PID_5264) in rtsx_pci_switch_clock() 738 PCI_PID(pcr) == RTS5227_DEVICE_ID) in rtsx_pci_switch_clock() 996 ((int_reg & SD_OVP_INT) && (PCI_PID(pcr) == PID_5264))) in rtsx_pci_isr() 1007 if ((PCI_PID(pcr) == PID_5261) || (PCI_PID(pcr) == PID_5264)) { in rtsx_pci_isr() 1170 if ((PCI_PID(pcr) != PID_525A) && in rtsx_pci_enable_oobs_polling() 1171 (PCI_PID(pcr) != PID_5260) && in rtsx_pci_enable_oobs_polling() 1172 (PCI_PID(pcr) != PID_5264)) { in rtsx_pci_enable_oobs_polling() [all …]
|
D | rts5249.c | 172 rtsx_pci_write_register(pcr, 0xFF06, 0xFF, (u8)PCI_PID(pcr)); in rts52xa_save_content_from_efuse() 173 rtsx_pci_write_register(pcr, 0xFF07, 0xFF, (u8)(PCI_PID(pcr) >> 8)); in rts52xa_save_content_from_efuse() 227 rtsx_pci_write_register(pcr, 0xFF06, 0xFF, (u8)PCI_PID(pcr)); in rts52xa_save_content_to_autoload_space() 228 rtsx_pci_write_register(pcr, 0xFF07, 0xFF, (u8)(PCI_PID(pcr) >> 8)); in rts52xa_save_content_to_autoload_space()
|
/linux-6.12.1/drivers/mmc/host/ |
D | rtsx_pci_sdmmc.c | 951 if ((PCI_PID(pcr) == PID_5261) || (PCI_PID(pcr) == PID_5264)) { in sd_power_on() 1368 if (PCI_PID(pcr) == PID_5264) { in sdmmc_init_sd_express() 1391 if (PCI_PID(pcr) == PID_5264) { in sdmmc_init_sd_express()
|
/linux-6.12.1/include/linux/ |
D | rtsx_pci.h | 1285 #define PCI_PID(pcr) ((pcr)->pci->device) macro
|