Searched refs:conf2 (Results 1 – 13 of 13) 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()
97 hw->conf2.val = 0; in i2s_ll_enable_clock()891 hw->conf2.lcd_en = enable; in i2s_ll_enable_lcd()902 hw->conf2.camera_en = enable; in i2s_ll_enable_camera()913 hw->conf2.lcd_en = enable; in i2s_ll_enable_builtin_adc()914 hw->conf2.camera_en = 0; in i2s_ll_enable_builtin_adc()931 hw->conf2.lcd_en = enable; in i2s_ll_enable_builtin_dac()932 hw->conf2.camera_en = 0; in i2s_ll_enable_builtin_dac()
252 pcnt_un_conf2_reg_t 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 pcnt_un_conf2_reg_t 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 pcnt_un_conf2_reg_t conf2_reg = hw->conf_unit[unit].conf2; in pcnt_ll_get_high_limit_value()313 pcnt_un_conf2_reg_t conf2_reg = hw->conf_unit[unit].conf2; in pcnt_ll_get_low_limit_value()
96 hw->conf2.val = 0; in i2s_ll_enable_clock()843 hw->conf2.lcd_en = enable; in i2s_ll_enable_lcd()
248 pcnt_un_conf2_reg_t conf2_reg = hw->conf_unit[unit].conf2; in pcnt_ll_set_high_limit_value()250 hw->conf_unit[unit].conf2 = conf2_reg; in pcnt_ll_set_high_limit_value()262 pcnt_un_conf2_reg_t conf2_reg = hw->conf_unit[unit].conf2; in pcnt_ll_set_low_limit_value()264 hw->conf_unit[unit].conf2 = conf2_reg; in pcnt_ll_set_low_limit_value()295 pcnt_un_conf2_reg_t conf2_reg = hw->conf_unit[unit].conf2; in pcnt_ll_get_high_limit_value()309 pcnt_un_conf2_reg_t conf2_reg = hw->conf_unit[unit].conf2; in pcnt_ll_get_low_limit_value()
395 pcnt_un_conf2_reg_t conf2; member
363 } conf2; member
166 uint32_t conf2 : 8; member
58 } conf2; member
391 } conf2; member
241 uint32_t conf2: 8; member
4261 struct wpabuf *conf, *conf2 = NULL; in dpp_build_conf_resp() local4273 conf2 = dpp_build_conf_obj(auth, netrole, 1); in dpp_build_conf_resp()4282 if (conf2) in dpp_build_conf_resp()4283 clear_len += 4 + wpabuf_len(conf2); in dpp_build_conf_resp()4334 if (auth->peer_version >= 2 && conf2) { in dpp_build_conf_resp()4336 wpabuf_put_le16(clear, wpabuf_len(conf2)); in dpp_build_conf_resp()4337 wpabuf_put_buf(clear, conf2); in dpp_build_conf_resp()4338 } else if (conf2) { in dpp_build_conf_resp()4397 wpabuf_free(conf2); in dpp_build_conf_resp()