Searched refs:intr_cfg (Results 1 – 2 of 2) sorted by relevance
99 MSM_ACCESSOR(intr_cfg) in MSM_ACCESSOR()1239 u32 intr_cfg; in msm_gpio_irq_reqres() local1243 intr_cfg = msm_readl_intr_cfg(pctrl, g); in msm_gpio_irq_reqres()1244 if (intr_cfg & BIT(g->intr_wakeup_present_bit)) { in msm_gpio_irq_reqres()1245 intr_cfg |= BIT(g->intr_wakeup_enable_bit); in msm_gpio_irq_reqres()1246 msm_writel_intr_cfg(intr_cfg, pctrl, g); in msm_gpio_irq_reqres()1267 u32 intr_cfg; in msm_gpio_irq_relres() local1271 intr_cfg = msm_readl_intr_cfg(pctrl, g); in msm_gpio_irq_relres()1272 if (intr_cfg & BIT(g->intr_wakeup_present_bit)) { in msm_gpio_irq_relres()1273 intr_cfg &= ~BIT(g->intr_wakeup_enable_bit); in msm_gpio_irq_relres()[all …]
2002 struct oct_intrmod_cfg *intr_cfg) in octnet_get_intrmod_cfg() argument2051 memcpy(intr_cfg, &resp->intrmod, sizeof(struct oct_intrmod_cfg)); in octnet_get_intrmod_cfg()2059 struct oct_intrmod_cfg *intr_cfg) in octnet_set_intrmod_cfg() argument2077 memcpy(cfg, intr_cfg, sizeof(struct oct_intrmod_cfg)); in octnet_set_intrmod_cfg()2105 (intr_cfg->rx_enable) ? in octnet_set_intrmod_cfg()