Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/cardreader/
Drtsx_pcr.c408 if ((PCI_PID(pcr) == PID_5261) || (PCI_PID(pcr) == PID_5228)) { in rtsx_pci_add_sg_tbl()
711 if (PCI_PID(pcr) == PID_5261) in rtsx_pci_switch_clock()
714 if (PCI_PID(pcr) == PID_5228) in rtsx_pci_switch_clock()
733 PCI_PID(pcr) == RTS5227_DEVICE_ID) in rtsx_pci_switch_clock()
999 if (PCI_PID(pcr) == PID_5261) { in rtsx_pci_isr()
1162 if ((PCI_PID(pcr) != PID_525A) && (PCI_PID(pcr) != PID_5260)) { in rtsx_pci_enable_oobs_polling()
1178 if ((PCI_PID(pcr) != PID_525A) && (PCI_PID(pcr) != PID_5260)) { in rtsx_pci_disable_oobs_polling()
1220 if (PCI_PID(pcr) == PID_5228) in rtsx_pci_init_hw()
1229 if (PCI_PID(pcr) == PID_5261) { in rtsx_pci_init_hw()
1267 if (PCI_PID(pcr) == PID_5261) in rtsx_pci_init_hw()
[all …]
Drts5249.c214 rtsx_pci_write_register(pcr, 0xFF06, 0xFF, (u8)PCI_PID(pcr)); in rts52xa_save_content_from_efuse()
215 rtsx_pci_write_register(pcr, 0xFF07, 0xFF, (u8)(PCI_PID(pcr) >> 8)); in rts52xa_save_content_from_efuse()
269 rtsx_pci_write_register(pcr, 0xFF06, 0xFF, (u8)PCI_PID(pcr)); in rts52xa_save_content_to_autoload_space()
270 rtsx_pci_write_register(pcr, 0xFF07, 0xFF, (u8)(PCI_PID(pcr) >> 8)); in rts52xa_save_content_to_autoload_space()
/linux-6.1.9/include/linux/
Drtsx_pci.h1277 #define PCI_PID(pcr) ((pcr)->pci->device) macro
/linux-6.1.9/drivers/mmc/host/
Drtsx_pci_sdmmc.c950 if (PCI_PID(pcr) == PID_5261) { in sd_power_on()