Searched refs:conf2 (Results 1 – 17 of 17) sorted by relevance
252 typeof(hw->conf_unit[unit].conf2) conf2_reg = hw->conf_unit[unit].conf2; in pcnt_ll_set_high_limit_value()254 hw->conf_unit[unit].conf2 = conf2_reg; in pcnt_ll_set_high_limit_value()266 typeof(hw->conf_unit[unit].conf2) conf2_reg = hw->conf_unit[unit].conf2; in pcnt_ll_set_low_limit_value()268 hw->conf_unit[unit].conf2 = conf2_reg; in pcnt_ll_set_low_limit_value()299 typeof(hw->conf_unit[unit].conf2) conf2_reg = hw->conf_unit[unit].conf2; in pcnt_ll_get_high_limit_value()313 typeof(hw->conf_unit[unit].conf2) conf2_reg = hw->conf_unit[unit].conf2; in pcnt_ll_get_low_limit_value()
103 hw->conf2.val = 0; in i2s_ll_enable_clock()919 hw->conf2.val = 0; in i2s_ll_tx_enable_std()931 hw->conf2.val = 0; in i2s_ll_rx_enable_std()944 hw->conf2.val = 0; in i2s_ll_tx_enable_pdm()956 hw->conf2.val = 0; in i2s_ll_rx_enable_pdm()1078 hw->conf2.lcd_en = enable; in i2s_ll_enable_lcd()1089 hw->conf2.camera_en = enable; in i2s_ll_enable_camera()1100 hw->conf2.lcd_en = enable; in i2s_ll_enable_builtin_adc()1101 hw->conf2.camera_en = 0; in i2s_ll_enable_builtin_adc()1118 hw->conf2.lcd_en = enable; in i2s_ll_enable_builtin_dac()[all …]
251 pcnt_un_conf2_reg_t conf2_reg = hw->conf_unit[unit].conf2; in pcnt_ll_set_high_limit_value()253 hw->conf_unit[unit].conf2 = conf2_reg; in pcnt_ll_set_high_limit_value()265 pcnt_un_conf2_reg_t conf2_reg = hw->conf_unit[unit].conf2; in pcnt_ll_set_low_limit_value()267 hw->conf_unit[unit].conf2 = conf2_reg; in pcnt_ll_set_low_limit_value()298 pcnt_un_conf2_reg_t conf2_reg = hw->conf_unit[unit].conf2; in pcnt_ll_get_high_limit_value()312 pcnt_un_conf2_reg_t conf2_reg = hw->conf_unit[unit].conf2; in pcnt_ll_get_low_limit_value()
101 hw->conf2.val = 0; in i2s_ll_enable_clock()466 hw->conf2.val = 0; in i2s_ll_tx_enable_std()476 hw->conf2.val = 0; in i2s_ll_rx_enable_std()945 hw->conf2.lcd_en = enable; in i2s_ll_enable_lcd()
383 pcnt_un_conf2_reg_t conf2; member
386 pcnt_un_conf2_reg_t conf2; member
166 uint32_t conf2 : 8; member
357 } conf2; member
49 } conf2; member
382 } conf2; member
241 uint32_t conf2: 8; member
4263 struct wpabuf *conf, *conf2 = NULL; in dpp_build_conf_resp() local4275 conf2 = dpp_build_conf_obj(auth, netrole, 1); in dpp_build_conf_resp()4284 if (conf2) in dpp_build_conf_resp()4285 clear_len += 4 + wpabuf_len(conf2); in dpp_build_conf_resp()4336 if (auth->peer_version >= 2 && conf2) { in dpp_build_conf_resp()4338 wpabuf_put_le16(clear, wpabuf_len(conf2)); in dpp_build_conf_resp()4339 wpabuf_put_buf(clear, conf2); in dpp_build_conf_resp()4340 } else if (conf2) { in dpp_build_conf_resp()4399 wpabuf_free(conf2); in dpp_build_conf_resp()