Lines Matching refs:sysctl
509 u32 sysctl; in ti12xx_tie_interrupts() local
512 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_tie_interrupts()
513 if (sysctl & TI122X_SCR_INTRTIE) in ti12xx_tie_interrupts()
522 sysctl |= TI122X_SCR_INTRTIE; in ti12xx_tie_interrupts()
523 config_writel(socket, TI113X_SYSTEM_CONTROL, sysctl); in ti12xx_tie_interrupts()
531 u32 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_untie_interrupts() local
532 sysctl &= ~TI122X_SCR_INTRTIE; in ti12xx_untie_interrupts()
533 config_writel(socket, TI113X_SYSTEM_CONTROL, sysctl); in ti12xx_untie_interrupts()
545 u32 mfunc, mfunc_old, devctl, sysctl; in ti12xx_irqroute_func1() local
555 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_irqroute_func1()
556 if (sysctl & TI122X_SCR_INTRTIE) in ti12xx_irqroute_func1()
661 u32 sysctl; in ti12xx_2nd_slot_empty() local
697 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_2nd_slot_empty()
698 if (sysctl & TIXX21_SCR_TIEALL) in ti12xx_2nd_slot_empty()
750 u32 mfunc, devctl, sysctl; in ti12xx_power_hook() local
758 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_power_hook()
793 ((sysctl & TI122X_SCR_INTRTIE) && in ti12xx_power_hook()