Searched full:clkreq (Results 1 – 4 of 4) sorted by relevance
26 clkreq-gpios:29 This clkreq gpio is used to send the XO32MHz clock request to host from
72 uint32_t clkreq, cnt; in soc_deep_sleep_wait_clk_idle() local76 clkreq = PCR_REGS->CLK_REQ0 | PCR_REGS->CLK_REQ1 in soc_deep_sleep_wait_clk_idle()79 } while ((clkreq != (1ul << MCHP_PCR1_CPU_POS)) && (cnt-- != 0)); in soc_deep_sleep_wait_clk_idle()
75 LOG_DBG("CLKREQ Pin: %d", pin_state); in clkreq_pin_state()235 /* Configure CLKREQ pin and register the callback */ in bt_hci_transport_setup()247 /* Configure the interrupt edge for CLKREQ pin */ in bt_hci_transport_setup()361 LOG_ERR("CLKREQ GPIO device not ready"); in bt_apollo_dev_init()
180 clkreq-gpios = <&gpio32_63 20 GPIO_ACTIVE_HIGH>;