Home
last modified time | relevance | path

Searched refs:scl (Results 1 – 25 of 253) sorted by relevance

1234567891011

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa_misc.c479 spa_config_lock_t *scl = &spa->spa_config_lock[i]; in spa_config_lock_init() local
480 mutex_init(&scl->scl_lock, NULL, MUTEX_DEFAULT, NULL); in spa_config_lock_init()
481 cv_init(&scl->scl_cv, NULL, CV_DEFAULT, NULL); in spa_config_lock_init()
482 refcount_create_untracked(&scl->scl_count); in spa_config_lock_init()
483 scl->scl_writer = NULL; in spa_config_lock_init()
484 scl->scl_write_wanted = 0; in spa_config_lock_init()
492 spa_config_lock_t *scl = &spa->spa_config_lock[i]; in spa_config_lock_destroy() local
493 mutex_destroy(&scl->scl_lock); in spa_config_lock_destroy()
494 cv_destroy(&scl->scl_cv); in spa_config_lock_destroy()
495 refcount_destroy(&scl->scl_count); in spa_config_lock_destroy()
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dstih407-pinctrl.dtsi164 scl = <&pio4 5 ALT1 BIDIR>;
173 scl = <&pio5 0 ALT1 BIDIR>;
322 scl = <&pio4 5 ALT1 OUT>;
329 scl = <&pio4 5 ALT1 OUT>;
339 scl = <&pio3 2 ALT2 OUT>;
346 scl = <&pio3 2 ALT2 OUT>;
356 scl = <&pio3 7 ALT2 OUT>;
363 scl = <&pio3 7 ALT2 OUT>;
519 scl = <&pio10 5 ALT2 BIDIR>;
528 scl = <&pio11 0 ALT2 BIDIR>;
[all …]
H A Dstm32mp15xx-dhcom-picoitx.dtsi82 i2c-scl-rising-time-ns = <185>;
83 i2c-scl-falling-time-ns = <20>;
93 i2c-scl-rising-time-ns = <185>;
94 i2c-scl-falling-time-ns = <20>;
H A Dstm32mp15xx-dhcom-drc02.dtsi75 i2c-scl-rising-time-ns = <185>;
76 i2c-scl-falling-time-ns = <20>;
99 i2c-scl-rising-time-ns = <185>;
100 i2c-scl-falling-time-ns = <20>;
H A Drk3288-veyron.dtsi184 i2c-scl-falling-time-ns = <50>; /* 2.5ns measured */
185 i2c-scl-rising-time-ns = <100>; /* 45ns measured */
320 i2c-scl-falling-time-ns = <50>; /* 2.5ns measured */
321 i2c-scl-rising-time-ns = <100>; /* 40ns measured */
335 i2c-scl-falling-time-ns = <50>; /* 10ns measured */
336 i2c-scl-rising-time-ns = <800>; /* 600ns measured */
343 i2c-scl-falling-time-ns = <50>; /* 11ns measured */
344 i2c-scl-rising-time-ns = <300>; /* 225ns measured */
H A Dkirkwood-km_common.dtsi17 pmx_i2c_gpio_scl: pmx-gpio-scl {
31 &gpio0 9 GPIO_ACTIVE_HIGH>; /* scl */
H A Dstm32mp15xx-dhcom-pdk2.dtsi158 i2c-scl-rising-time-ns = <185>;
159 i2c-scl-falling-time-ns = <20>;
170 i2c-scl-rising-time-ns = <185>;
171 i2c-scl-falling-time-ns = <20>;
H A Dstm32mp157a-stinger96.dtsi89 i2c-scl-rising-time-ns = <1000>;
90 i2c-scl-falling-time-ns = <300>;
99 i2c-scl-rising-time-ns = <185>;
100 i2c-scl-falling-time-ns = <20>;
H A Dstihxxx-b2120.dtsi90 st,i2c-min-scl-pulse-width-us = <0>;
97 st,i2c-min-scl-pulse-width-us = <0>;
127 st,i2c-min-scl-pulse-width-us = <0>;
H A Dbcm2711.dtsi607 pin-scl {
619 pin-scl {
631 pin-scl {
643 pin-scl {
655 pin-scl {
667 pin-scl {
679 pin-scl {
691 pin-scl {
703 pin-scl {
715 pin-scl {
H A Dstm32mp157c-ev1.dts179 i2c-scl-rising-time-ns = <185>;
180 i2c-scl-falling-time-ns = <20>;
233 i2c-scl-rising-time-ns = <185>;
234 i2c-scl-falling-time-ns = <20>;
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_vega10_processpptables.c384 static void get_scl_sda_value(uint8_t line, uint8_t *scl, uint8_t* sda) in get_scl_sda_value() argument
388 *scl = Vega10_I2C_DDC1CLK; in get_scl_sda_value()
392 *scl = Vega10_I2C_DDC2CLK; in get_scl_sda_value()
396 *scl = Vega10_I2C_DDC3CLK; in get_scl_sda_value()
400 *scl = Vega10_I2C_DDC4CLK; in get_scl_sda_value()
404 *scl = Vega10_I2C_DDC5CLK; in get_scl_sda_value()
408 *scl = Vega10_I2C_DDC6CLK; in get_scl_sda_value()
412 *scl = Vega10_I2C_SCL; in get_scl_sda_value()
416 *scl = Vega10_I2C_DDCVGACLK; in get_scl_sda_value()
420 *scl = 0; in get_scl_sda_value()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Damdgpu_dce_hwseq.c57 uint32_t dcp_grph, scl, blnd, update_lock_mode, val; in dce_pipe_control_lock() local
67 BLND_SCL_V_UPDATE_LOCK, &scl, in dce_pipe_control_lock()
72 scl = lock_val; in dce_pipe_control_lock()
78 BLND_SCL_V_UPDATE_LOCK, scl); in dce_pipe_control_lock()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
H A Drk3399-sapphire-excavator.dts161 i2c-scl-rising-time-ns = <300>;
162 i2c-scl-falling-time-ns = <15>;
177 i2c-scl-rising-time-ns = <600>;
178 i2c-scl-falling-time-ns = <20>;
H A Drk3399-leez-p710.dts176 i2c-scl-rising-time-ns = <168>;
177 i2c-scl-falling-time-ns = <4>;
385 i2c-scl-rising-time-ns = <300>;
386 i2c-scl-falling-time-ns = <15>;
391 i2c-scl-rising-time-ns = <450>;
392 i2c-scl-falling-time-ns = <15>;
397 i2c-scl-rising-time-ns = <600>;
398 i2c-scl-falling-time-ns = <20>;
H A Drk3399-roc-pc.dtsi286 i2c-scl-rising-time-ns = <168>;
287 i2c-scl-falling-time-ns = <4>;
515 i2c-scl-rising-time-ns = <300>;
516 i2c-scl-falling-time-ns = <15>;
521 i2c-scl-rising-time-ns = <450>;
522 i2c-scl-falling-time-ns = <15>;
527 i2c-scl-rising-time-ns = <600>;
528 i2c-scl-falling-time-ns = <20>;
544 i2c-scl-rising-time-ns = <600>;
545 i2c-scl-falling-time-ns = <20>;
H A Drk3399-rock-pi-4.dtsi195 i2c-scl-rising-time-ns = <168>;
196 i2c-scl-falling-time-ns = <4>;
422 i2c-scl-rising-time-ns = <300>;
423 i2c-scl-falling-time-ns = <15>;
428 i2c-scl-rising-time-ns = <450>;
429 i2c-scl-falling-time-ns = <15>;
434 i2c-scl-rising-time-ns = <600>;
435 i2c-scl-falling-time-ns = <20>;
H A Drk3399pro-vmarc-som.dtsi67 i2c-scl-falling-time-ns = <30>;
68 i2c-scl-rising-time-ns = <180>;
291 i2c-scl-falling-time-ns = <30>;
292 i2c-scl-rising-time-ns = <140>;
314 i2c-scl-rising-time-ns = <450>;
315 i2c-scl-falling-time-ns = <15>;
H A Drk3399-hugsun-x99.dts206 i2c-scl-rising-time-ns = <180>;
207 i2c-scl-falling-time-ns = <30>;
436 i2c-scl-rising-time-ns = <300>;
437 i2c-scl-falling-time-ns = <15>;
442 i2c-scl-rising-time-ns = <450>;
443 i2c-scl-falling-time-ns = <15>;
448 i2c-scl-rising-time-ns = <600>;
449 i2c-scl-falling-time-ns = <40>;
H A Drk3399-gru-kevin.dts185 i2c-scl-falling-time-ns = <50>;
186 i2c-scl-rising-time-ns = <300>;
201 i2c-scl-falling-time-ns = <50>;
202 i2c-scl-rising-time-ns = <300>;
H A Drk3399-rockpro64.dtsi286 i2c-scl-rising-time-ns = <168>;
287 i2c-scl-falling-time-ns = <4>;
513 i2c-scl-rising-time-ns = <300>;
514 i2c-scl-falling-time-ns = <15>;
519 i2c-scl-rising-time-ns = <450>;
520 i2c-scl-falling-time-ns = <15>;
525 i2c-scl-rising-time-ns = <600>;
526 i2c-scl-falling-time-ns = <20>;
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ia32/
H A Dsetjmp.S22 .def setjmp; .scl 2; .type 32; .endef
39 .def longjmp; .scl 2; .type 32; .endef
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/x86_64/
H A Dsetjmp.S8 .def setjmp; .scl 2; .type 32; .endef
28 .def longjmp; .scl 2; .type 32; .endef
/netbsd-src/usr.bin/xlint/lint1/
H A Ddecl.c1577 new_tag(sym_t *tag, scl_t scl, bool decl, bool semi) in new_tag()
1587 warning(44, tag_name(scl), in new_tag()
1590 } else if (tag->s_scl != scl) in new_tag()
1601 } else if (tag->s_scl != scl) { in new_tag()
1607 warning(44, tag_name(scl), tag->s_name); in new_tag()
1612 if (tag->s_scl != scl ||
1616 tag->s_name, tag_name(scl));
1638 scl_t scl; in make_tag_type()
1642 scl = STRUCT_TAG; in make_tag_type()
1644 scl in make_tag_type()
1560 new_tag(sym_t * tag,scl_t scl,bool decl,bool semi) new_tag() argument
1621 scl_t scl; make_tag_type() local
3103 scl_t scl = sym->s_scl; check_global_variable() local
[all...]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/config/mingw/
H A Dswitchcontext.S32 .scl 2
75 .scl 2

1234567891011