Searched refs:pDev (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/video/fbdev/kyro/ |
D | STG4000InitDevice.c | 241 int SetCoreClockPLL(volatile STG4000REG __iomem *pSTGReg, struct pci_dev *pDev) in SetCoreClockPLL() argument 274 pci_read_config_word(pDev, PCI_CONFIG_SUBSYS_ID, &sub); in SetCoreClockPLL() 277 (u32)pDev->revision); in SetCoreClockPLL() 290 pci_write_config_word(pDev, CorePllControl, tmp); in SetCoreClockPLL() 297 pci_write_config_word(pDev, CorePllControl, tmp); in SetCoreClockPLL() 303 pci_write_config_word(pDev, CorePllControl, tmp); in SetCoreClockPLL() 307 pci_write_config_word(pDev, CorePllControl, tmp); in SetCoreClockPLL()
|
D | STG4000Interface.h | 38 extern int SetCoreClockPLL(volatile STG4000REG __iomem *pSTGReg, struct pci_dev *pDev);
|