Home
last modified time | relevance | path

Searched refs:of_flags (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/kernel/
H A Dperf_event_xscale.c475 ret = of_flags & XSCALE2_CCOUNT_OVERFLOW; in xscale2_pmnc_counter_has_overflowed()
478 ret = of_flags & XSCALE2_COUNT0_OVERFLOW; in xscale2_pmnc_counter_has_overflowed()
481 ret = of_flags & XSCALE2_COUNT1_OVERFLOW; in xscale2_pmnc_counter_has_overflowed()
484 ret = of_flags & XSCALE2_COUNT2_OVERFLOW; in xscale2_pmnc_counter_has_overflowed()
487 ret = of_flags & XSCALE2_COUNT3_OVERFLOW; in xscale2_pmnc_counter_has_overflowed()
499 unsigned long pmnc, of_flags; in xscale2pmu_handle_irq() local
610 of_flags = XSCALE2_CCOUNT_OVERFLOW; in xscale2pmu_disable_event()
616 of_flags = XSCALE2_COUNT0_OVERFLOW; in xscale2pmu_disable_event()
622 of_flags = XSCALE2_COUNT1_OVERFLOW; in xscale2pmu_disable_event()
628 of_flags = XSCALE2_COUNT2_OVERFLOW; in xscale2pmu_disable_event()
[all …]
/openbmc/linux/drivers/gpio/
H A Dgpiolib-of.c457 enum of_gpio_flags *of_flags) in of_find_gpio_rename() argument
575 desc = of_get_named_gpiod_flags(np, legacy_id, idx, of_flags); in of_find_gpio_rename()
589 enum of_gpio_flags *of_flags) in of_find_mt2701_gpio() argument
610 desc = of_get_named_gpiod_flags(np, legacy_id, 0, of_flags); in of_find_mt2701_gpio()
621 enum of_gpio_flags *of_flags);
632 enum of_gpio_flags of_flags; in of_find_gpio() local
646 desc = of_get_named_gpiod_flags(np, prop_name, idx, &of_flags); in of_find_gpio()
654 desc = (*q)(np, con_id, idx, &of_flags); in of_find_gpio()
659 *flags = of_convert_gpio_flags(of_flags); in of_find_gpio()