Searched refs:of_flags (Results 1 – 4 of 4) sorted by relevance
475 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() local610 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 …]
373 enum of_gpio_flags *of_flags) in of_find_spi_gpio() argument435 enum of_gpio_flags *of_flags) in of_find_regulator_gpio() argument476 enum of_gpio_flags *of_flags) in of_find_usb_gpio() argument496 enum of_gpio_flags of_flags; in of_find_gpio() local510 &of_flags); in of_find_gpio()542 if (of_flags & OF_GPIO_ACTIVE_LOW) in of_find_gpio()545 if (of_flags & OF_GPIO_SINGLE_ENDED) { in of_find_gpio()546 if (of_flags & OF_GPIO_OPEN_DRAIN) in of_find_gpio()552 if (of_flags & OF_GPIO_TRANSITORY) in of_find_gpio()555 if (of_flags & OF_GPIO_PULL_UP) in of_find_gpio()[all …]
305 enum of_gpio_flags of_flags; in histb_pcie_probe() local342 "reset-gpios", 0, &of_flags); in histb_pcie_probe()343 if (of_flags & OF_GPIO_ACTIVE_LOW) in histb_pcie_probe()
1580 enum of_gpio_flags of_flags; in s5c73m3_parse_gpios() local1583 0, &of_flags); in s5c73m3_parse_gpios()1590 state->gpio[i].level = !(of_flags & OF_GPIO_ACTIVE_LOW); in s5c73m3_parse_gpios()
Completed in 12 milliseconds