Searched refs:omap3_l3_readll (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/bus/ |
H A D | omap_l3_smx.c | 22 static inline u64 omap3_l3_readll(void __iomem *base, u16 reg) in omap3_l3_readll() function 170 status = omap3_l3_readll(l3->rt, L3_SI_FLAG_STATUS_0); in omap3_l3_app_irq() 179 status = omap3_l3_readll(l3->rt, L3_SI_FLAG_STATUS_1); in omap3_l3_app_irq() 187 error = omap3_l3_readll(base, L3_ERROR_LOG); in omap3_l3_app_irq() 189 error_addr = omap3_l3_readll(base, L3_ERROR_LOG_ADDR); in omap3_l3_app_irq()
|
/kernel/linux/linux-6.6/drivers/bus/ |
H A D | omap_l3_smx.c | 21 static inline u64 omap3_l3_readll(void __iomem *base, u16 reg) in omap3_l3_readll() function 169 status = omap3_l3_readll(l3->rt, L3_SI_FLAG_STATUS_0); in omap3_l3_app_irq() 171 status = omap3_l3_readll(l3->rt, L3_SI_FLAG_STATUS_1); in omap3_l3_app_irq() 177 error = omap3_l3_readll(base, L3_ERROR_LOG); in omap3_l3_app_irq() 179 error_addr = omap3_l3_readll(base, L3_ERROR_LOG_ADDR); in omap3_l3_app_irq()
|
Completed in 2 milliseconds