Searched refs:of_flags (Results 1 – 5 of 5) sorted by relevance
454 xscale2_pmnc_counter_has_overflowed(unsigned long of_flags, in xscale2_pmnc_counter_has_overflowed() argument461 ret = of_flags & XSCALE2_CCOUNT_OVERFLOW; in xscale2_pmnc_counter_has_overflowed()464 ret = of_flags & XSCALE2_COUNT0_OVERFLOW; in xscale2_pmnc_counter_has_overflowed()467 ret = of_flags & XSCALE2_COUNT1_OVERFLOW; in xscale2_pmnc_counter_has_overflowed()470 ret = of_flags & XSCALE2_COUNT2_OVERFLOW; in xscale2_pmnc_counter_has_overflowed()473 ret = of_flags & XSCALE2_COUNT3_OVERFLOW; in xscale2_pmnc_counter_has_overflowed()485 unsigned long pmnc, of_flags; in xscale2pmu_handle_irq() local497 of_flags = xscale2pmu_read_overflow_flags(); in xscale2pmu_handle_irq()498 if (!(of_flags & XSCALE2_OVERFLOWED_MASK)) in xscale2pmu_handle_irq()502 xscale2pmu_write_overflow_flags(of_flags); in xscale2pmu_handle_irq()[all …]
155 enum of_gpio_flags of_flags; in of_clk_gpio_gate_delayed_register_get() local165 &of_flags); in of_clk_gpio_gate_delayed_register_get()177 of_flags & OF_GPIO_ACTIVE_LOW, 0); in of_clk_gpio_gate_delayed_register_get()
1584 enum of_gpio_flags of_flags; in s5c73m3_parse_gpios() local1587 0, &of_flags); in s5c73m3_parse_gpios()1594 state->gpio[i].level = !(of_flags & OF_GPIO_ACTIVE_LOW); in s5c73m3_parse_gpios()
1668 enum of_gpio_flags of_flags; in of_find_gpio() local1681 &of_flags); in of_find_gpio()1689 if (of_flags & OF_GPIO_ACTIVE_LOW) in of_find_gpio()
167 enum of_gpio_flags of_flags; in fbtft_request_one_gpio() local170 gpio = of_get_named_gpio_flags(node, name, index, &of_flags); in fbtft_request_one_gpio()182 flags = (of_flags & OF_GPIO_ACTIVE_LOW) ? GPIOF_OUT_INIT_LOW : in fbtft_request_one_gpio()