Lines Matching refs:request

74 … gpio_pin.priority || gpio_pin.tx_line == gpio_pin.grant || gpio_pin.tx_line == gpio_pin.request) {  in is_legal_external_coex_gpio()
81 …io_pin.priority) || gpio_pin.priority == gpio_pin.grant || gpio_pin.priority == gpio_pin.request) { in is_legal_external_coex_gpio()
88 if(!GPIO_IS_VALID_GPIO(gpio_pin.grant) || gpio_pin.grant == gpio_pin.request) { in is_legal_external_coex_gpio()
95 if(!GPIO_IS_VALID_GPIO(gpio_pin.request)) { in is_legal_external_coex_gpio()
107 …rnal_coex_gpio_set_t *gpio_pin, external_coex_wire_t wire_type, uint32_t request, uint32_t priorit… in esp_external_coex_set_gpio_pin() argument
118 gpio_pin->request = request; in esp_external_coex_set_gpio_pin()
123 gpio_pin->request = request; in esp_external_coex_set_gpio_pin()
144 …l_coex_leader_role_set_gpio_pin(external_coex_wire_t wire_type, uint32_t request, uint32_t priorit… in esp_external_coex_leader_role_set_gpio_pin() argument
148 esp_external_coex_set_gpio_pin(&gpio_pin, wire_type, request, priority, grant); in esp_external_coex_leader_role_set_gpio_pin()
152 …coex_follower_role_set_gpio_pin(external_coex_wire_t wire_type, uint32_t request, uint32_t priorit… in esp_external_coex_follower_role_set_gpio_pin() argument
156 esp_external_coex_set_gpio_pin(&gpio_pin, wire_type, request, priority, grant); in esp_external_coex_follower_role_set_gpio_pin()
203 gpio_hal_iomux_func_sel(GPIO_PIN_MUX_REG[gpio_pin.request], PIN_FUNC_GPIO); in esp_enable_extern_coex_gpio_pin()
204 gpio_set_direction(gpio_pin.request, GPIO_MODE_INPUT); in esp_enable_extern_coex_gpio_pin()
205 … esp_rom_gpio_connect_in_signal(gpio_pin.request, EXTERNAL_COEX_SIGNAL_I0_IDX, false); in esp_enable_extern_coex_gpio_pin()
206 REG_SET_FIELD(GPIO_PIN_REG(gpio_pin.request), GPIO_PIN1_SYNC1_BYPASS, 2); in esp_enable_extern_coex_gpio_pin()
207 REG_SET_FIELD(GPIO_PIN_REG(gpio_pin.request), GPIO_PIN1_SYNC2_BYPASS, 2); in esp_enable_extern_coex_gpio_pin()
247 gpio_hal_iomux_func_sel(GPIO_PIN_MUX_REG[gpio_pin.request], PIN_FUNC_GPIO); in esp_enable_extern_coex_gpio_pin()
248 gpio_set_direction(gpio_pin.request, GPIO_MODE_OUTPUT); in esp_enable_extern_coex_gpio_pin()
249 REG_WRITE(GPIO_ENABLE_W1TC_REG, BIT(gpio_pin.request)); in esp_enable_extern_coex_gpio_pin()
250 … esp_rom_gpio_connect_out_signal(gpio_pin.request, EXTERNAL_COEX_SIGNAL_O0_IDX, false, false); in esp_enable_extern_coex_gpio_pin()