Lines Matching refs:sysctl
507 u32 sysctl; in ti12xx_tie_interrupts() local
510 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_tie_interrupts()
511 if (sysctl & TI122X_SCR_INTRTIE) in ti12xx_tie_interrupts()
520 sysctl |= TI122X_SCR_INTRTIE; in ti12xx_tie_interrupts()
521 config_writel(socket, TI113X_SYSTEM_CONTROL, sysctl); in ti12xx_tie_interrupts()
529 u32 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_untie_interrupts() local
530 sysctl &= ~TI122X_SCR_INTRTIE; in ti12xx_untie_interrupts()
531 config_writel(socket, TI113X_SYSTEM_CONTROL, sysctl); in ti12xx_untie_interrupts()
543 u32 mfunc, mfunc_old, devctl, sysctl; in ti12xx_irqroute_func1() local
552 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_irqroute_func1()
553 if (sysctl & TI122X_SCR_INTRTIE) in ti12xx_irqroute_func1()
658 u32 sysctl; in ti12xx_2nd_slot_empty() local
694 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_2nd_slot_empty()
695 if (sysctl & TIXX21_SCR_TIEALL) in ti12xx_2nd_slot_empty()
747 u32 mfunc, devctl, sysctl; in ti12xx_power_hook() local
755 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_power_hook()
790 ((sysctl & TI122X_SCR_INTRTIE) && in ti12xx_power_hook()