Home
last modified time | relevance | path

Searched refs:readl_le (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/mixart/
H A Dmixart_hwdep.h23 #ifndef readl_le
24 #define readl_le(x) le32_to_cpu((__force __le32)__raw_readl(x)) macro
H A Dmixart_core.c399 it_reg = readl_le(MIXART_REG(mgr, MIXART_PCI_OMISR_OFFSET)); in snd_mixart_interrupt()
/kernel/linux/linux-6.6/sound/pci/mixart/
H A Dmixart_hwdep.h23 #ifndef readl_le
24 #define readl_le(x) le32_to_cpu((__force __le32)__raw_readl(x)) macro
H A Dmixart_core.c397 it_reg = readl_le(MIXART_REG(mgr, MIXART_PCI_OMISR_OFFSET)); in snd_mixart_interrupt()

Completed in 3 milliseconds