HomeSort by: relevance | last modified time | path
    Searched defs:scl (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_hwseq.c 57 uint32_t dcp_grph, scl, blnd, update_lock_mode, val; local
67 BLND_SCL_V_UPDATE_LOCK, &scl,
72 scl = lock_val;
78 BLND_SCL_V_UPDATE_LOCK, scl);
amdgpu_dce_hwseq.c 57 uint32_t dcp_grph, scl, blnd, update_lock_mode, val; local
67 BLND_SCL_V_UPDATE_LOCK, &scl,
72 scl = lock_val;
78 BLND_SCL_V_UPDATE_LOCK, scl);
  /src/sys/dev/pci/
igma.c 563 int sda, scl; local
568 scl = reg & GPIO_CLOCK_VAL_IN;
570 reg = (sda ? 1 : 0) | (scl ? 2 : 0);
igma.c 563 int sda, scl; local
568 scl = reg & GPIO_CLOCK_VAL_IN;
570 reg = (sda ? 1 : 0) | (scl ? 2 : 0);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
amdgpu_display_mode_vba.c 376 scaler_ratio_depth_st *scl = &pipes[j].pipe.scale_ratio_depth; local
411 mode_lib->vba.HRatio[mode_lib->vba.NumberOfActivePlanes] = scl->hscl_ratio;
412 mode_lib->vba.HRatioChroma[mode_lib->vba.NumberOfActivePlanes] = scl->hscl_ratio_c;
413 mode_lib->vba.VRatio[mode_lib->vba.NumberOfActivePlanes] = scl->vscl_ratio;
414 mode_lib->vba.VRatioChroma[mode_lib->vba.NumberOfActivePlanes] = scl->vscl_ratio_c;
415 mode_lib->vba.ScalerEnabled[mode_lib->vba.NumberOfActivePlanes] = scl->scl_enable;
526 switch (scl->lb_depth) {
amdgpu_display_mode_vba.c 376 scaler_ratio_depth_st *scl = &pipes[j].pipe.scale_ratio_depth; local
411 mode_lib->vba.HRatio[mode_lib->vba.NumberOfActivePlanes] = scl->hscl_ratio;
412 mode_lib->vba.HRatioChroma[mode_lib->vba.NumberOfActivePlanes] = scl->hscl_ratio_c;
413 mode_lib->vba.VRatio[mode_lib->vba.NumberOfActivePlanes] = scl->vscl_ratio;
414 mode_lib->vba.VRatioChroma[mode_lib->vba.NumberOfActivePlanes] = scl->vscl_ratio_c;
415 mode_lib->vba.ScalerEnabled[mode_lib->vba.NumberOfActivePlanes] = scl->scl_enable;
526 switch (scl->lb_depth) {
  /src/sys/arch/sparc64/dev/
fire_i2c.c 180 * SCL frequency: sampling frequency divided by (M + 1) * 10 (bits 3:6)
181 * i2c SCL is max 100kHz, so find the closest frequency at or below that.
191 uint32_t sample, scl; local
203 scl = sample / ((f + 1) * 10);
204 if (scl <= FIREI2C_SCL_FREQ) {
205 if (FIREI2C_SCL_FREQ - scl < min) {
208 min = FIREI2C_SCL_FREQ - scl;
fire_i2c.c 180 * SCL frequency: sampling frequency divided by (M + 1) * 10 (bits 3:6)
181 * i2c SCL is max 100kHz, so find the closest frequency at or below that.
191 uint32_t sample, scl; local
203 scl = sample / ((f + 1) * 10);
204 if (scl <= FIREI2C_SCL_FREQ) {
205 if (FIREI2C_SCL_FREQ - scl < min) {
208 min = FIREI2C_SCL_FREQ - scl;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega10_processpptables.c 384 static void get_scl_sda_value(uint8_t line, uint8_t *scl, uint8_t* sda)
388 *scl = Vega10_I2C_DDC1CLK;
392 *scl = Vega10_I2C_DDC2CLK;
396 *scl = Vega10_I2C_DDC3CLK;
400 *scl = Vega10_I2C_DDC4CLK;
404 *scl = Vega10_I2C_DDC5CLK;
408 *scl = Vega10_I2C_DDC6CLK;
412 *scl = Vega10_I2C_SCL;
416 *scl = Vega10_I2C_DDCVGACLK;
420 *scl = 0
433 uint8_t scl; local
    [all...]
amdgpu_vega10_processpptables.c 384 static void get_scl_sda_value(uint8_t line, uint8_t *scl, uint8_t* sda)
388 *scl = Vega10_I2C_DDC1CLK;
392 *scl = Vega10_I2C_DDC2CLK;
396 *scl = Vega10_I2C_DDC3CLK;
400 *scl = Vega10_I2C_DDC4CLK;
404 *scl = Vega10_I2C_DDC5CLK;
408 *scl = Vega10_I2C_DDC6CLK;
412 *scl = Vega10_I2C_SCL;
416 *scl = Vega10_I2C_DDCVGACLK;
420 *scl = 0
433 uint8_t scl; local
    [all...]
  /src/sys/dev/
fss.c 992 struct fss_cache *scp, *scl; local
997 scl = sc->sc_cache+sc->sc_cache_size;
1007 for (scp = sc->sc_cache; scp < scl; scp++) {
1021 for (scp = sc->sc_cache; scp < scl; scp++)
1027 if (scp >= scl) {
1172 struct fss_cache *scp, *scl; local
1175 scl = sc->sc_cache+sc->sc_cache_size;
1344 for (scp = sc->sc_cache; scp < scl; scp++)
1348 if (scp < scl)
fss.c 992 struct fss_cache *scp, *scl; local
997 scl = sc->sc_cache+sc->sc_cache_size;
1007 for (scp = sc->sc_cache; scp < scl; scp++) {
1021 for (scp = sc->sc_cache; scp < scl; scp++)
1027 if (scp >= scl) {
1172 struct fss_cache *scp, *scl; local
1175 scl = sc->sc_cache+sc->sc_cache_size;
1344 for (scp = sc->sc_cache; scp < scl; scp++)
1348 if (scp < scl)
  /src/sys/net/
if_ppp.c 264 struct ppp_softc *sc, *sci, *scl = NULL; local
272 scl = sci;
287 scl = sci;
300 else if (scl != NULL)
301 LIST_INSERT_AFTER(scl, sc, sc_iflist);
if_ppp.c 264 struct ppp_softc *sc, *sci, *scl = NULL; local
272 scl = sci;
287 scl = sci;
300 else if (scl != NULL)
301 LIST_INSERT_AFTER(scl, sc, sc_iflist);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c 786 const scaler_ratio_depth_st *scl = &e2e_pipe_param[pipe_idx].pipe.scale_ratio_depth; local
978 hratio_l = scl->hscl_ratio;
979 hratio_c = scl->hscl_ratio_c;
980 vratio_l = scl->vscl_ratio;
981 vratio_c = scl->vscl_ratio_c;
982 scl_enable = scl->scl_enable;
985 // vinit_l = scl.vinit;
986 // vinit_c = scl.vinit_c;
987 // vinit_bot_l = scl.vinit_bot;
988 // vinit_bot_c = scl.vinit_bot_c
    [all...]
amdgpu_display_rq_dlg_calc_20v2.c 786 const scaler_ratio_depth_st *scl = &e2e_pipe_param[pipe_idx].pipe.scale_ratio_depth; local
979 hratio_l = scl->hscl_ratio;
980 hratio_c = scl->hscl_ratio_c;
981 vratio_l = scl->vscl_ratio;
982 vratio_c = scl->vscl_ratio_c;
983 scl_enable = scl->scl_enable;
986 // vinit_l = scl.vinit;
987 // vinit_c = scl.vinit_c;
988 // vinit_bot_l = scl.vinit_bot;
989 // vinit_bot_c = scl.vinit_bot_c
    [all...]
amdgpu_display_rq_dlg_calc_20.c 786 const scaler_ratio_depth_st *scl = &e2e_pipe_param[pipe_idx].pipe.scale_ratio_depth; local
978 hratio_l = scl->hscl_ratio;
979 hratio_c = scl->hscl_ratio_c;
980 vratio_l = scl->vscl_ratio;
981 vratio_c = scl->vscl_ratio_c;
982 scl_enable = scl->scl_enable;
985 // vinit_l = scl.vinit;
986 // vinit_c = scl.vinit_c;
987 // vinit_bot_l = scl.vinit_bot;
988 // vinit_bot_c = scl.vinit_bot_c
    [all...]
amdgpu_display_rq_dlg_calc_20v2.c 786 const scaler_ratio_depth_st *scl = &e2e_pipe_param[pipe_idx].pipe.scale_ratio_depth; local
979 hratio_l = scl->hscl_ratio;
980 hratio_c = scl->hscl_ratio_c;
981 vratio_l = scl->vscl_ratio;
982 vratio_c = scl->vscl_ratio_c;
983 scl_enable = scl->scl_enable;
986 // vinit_l = scl.vinit;
987 // vinit_c = scl.vinit_c;
988 // vinit_bot_l = scl.vinit_bot;
989 // vinit_bot_c = scl.vinit_bot_c
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c 832 const scaler_ratio_depth_st *scl = &e2e_pipe_param[pipe_idx].pipe.scale_ratio_depth; local
1030 hratio_l = scl->hscl_ratio;
1031 hratio_c = scl->hscl_ratio_c;
1032 vratio_l = scl->vscl_ratio;
1033 vratio_c = scl->vscl_ratio_c;
1034 scl_enable = scl->scl_enable;
1450 scl->hscl_ratio,
1467 scl->hscl_ratio,
amdgpu_display_rq_dlg_calc_21.c 832 const scaler_ratio_depth_st *scl = &e2e_pipe_param[pipe_idx].pipe.scale_ratio_depth; local
1030 hratio_l = scl->hscl_ratio;
1031 hratio_c = scl->hscl_ratio_c;
1032 vratio_l = scl->vscl_ratio;
1033 vratio_c = scl->vscl_ratio_c;
1034 scl_enable = scl->scl_enable;
1450 scl->hscl_ratio,
1467 scl->hscl_ratio,
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 150 int scl; local
260 scl = p->sclass;
264 printf(" previous class: %s\n", scnames(scl));
293 switch( scl ){
313 if (scl==USTATIC || (scl==EXTERN && blevel==0)) {
317 if (changed || (scl == STATIC && blevel == slev))
322 if (scl==STATIC || scl==USTATIC)
327 if (scl == class
    [all...]
pftn.c 150 int scl; local
260 scl = p->sclass;
264 printf(" previous class: %s\n", scnames(scl));
293 switch( scl ){
313 if (scl==USTATIC || (scl==EXTERN && blevel==0)) {
317 if (changed || (scl == STATIC && blevel == slev))
322 if (scl==STATIC || scl==USTATIC)
327 if (scl == class
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa_misc.c 479 spa_config_lock_t *scl = &spa->spa_config_lock[i]; local
480 mutex_init(&scl->scl_lock, NULL, MUTEX_DEFAULT, NULL);
481 cv_init(&scl->scl_cv, NULL, CV_DEFAULT, NULL);
482 refcount_create_untracked(&scl->scl_count);
483 scl->scl_writer = NULL;
484 scl->scl_write_wanted = 0;
492 spa_config_lock_t *scl = &spa->spa_config_lock[i]; local
493 mutex_destroy(&scl->scl_lock);
494 cv_destroy(&scl->scl_cv);
495 refcount_destroy(&scl->scl_count)
505 spa_config_lock_t *scl = &spa->spa_config_lock[i]; local
540 spa_config_lock_t *scl = &spa->spa_config_lock[i]; local
569 spa_config_lock_t *scl = &spa->spa_config_lock[i]; local
590 spa_config_lock_t *scl = &spa->spa_config_lock[i]; local
    [all...]
  /src/usr.bin/xlint/lint1/
lex.c 1514 scl_t scl; local
1518 scl = dcs->d_scl;
1519 if (scl == NO_SCL)
1520 scl = block_level > 0 ? AUTO : EXTERN;
1525 sym->s_scl = scl;
decl.c 1600 new_tag(sym_t *tag, scl_t scl, bool decl, bool semi)
1610 warning(44, tag_name(scl),
1613 } else if (tag->s_scl != scl)
1624 } else if (tag->s_scl != scl) {
1630 warning(44, tag_name(scl), tag->s_name);
1635 if (tag->s_scl != scl ||
1639 tag->s_name, tag_name(scl));
1661 scl_t scl; local
1665 scl = STRUCT_TAG;
1667 scl = UNION_TAG
3147 scl_t scl = sym->s_scl; local
    [all...]

Completed in 66 milliseconds

1 2