Home
last modified time | relevance | path

Searched refs:catpt_readl_pci (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/intel/catpt/
H A Dregisters.h166 #define catpt_readl_pci(cdev, reg) \ macro
172 (catpt_readl_pci(cdev, reg) & ~(mask)) | (val))
H A Ddsp.c161 old = catpt_readl_pci(cdev, VDRTCTL0) & mask; in catpt_dsp_set_srampge()