Home
last modified time | relevance | path

Searched full:mode2 (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_pwm.c69 uint32_t mode2; member
107 if (sc->mode == 0 && sc->mode2 == 0) /* both modes are zero */ in bcm_pwm_reconf()
126 * 9 MODE2 chan 2 PWM/Serializer mode (0 PWM, 1 Serializer) in bcm_pwm_reconf()
160 if (sc->mode2 != 0) { in bcm_pwm_reconf()
168 if (sc->mode2 == 1) in bcm_pwm_reconf()
272 if (sc->mode2 == 1) in bcm_pwm_pwm_freq2_proc()
288 r = sc->mode2; in bcm_pwm_mode2_proc()
294 sc->mode2 = r; in bcm_pwm_mode2_proc()
403 SYSCTL_ADD_PROC(ctx, tree, OID_AUTO, "mode2", in bcm_pwm_sysctl_init()
476 sc->mode2 = 0; in bcm_pwm_detach()
/freebsd/sys/dev/drm2/
H A Ddrm_modes.c743 * @mode2: second mode
748 * Check to see if @mode1 and @mode2 are equivalent.
753 bool drm_mode_equal(const struct drm_display_mode *mode1, const struct drm_display_mode *mode2) in drm_mode_equal() argument
757 if (mode1->clock && mode2->clock) { in drm_mode_equal()
758 if (KHZ2PICOS(mode1->clock) != KHZ2PICOS(mode2->clock)) in drm_mode_equal()
760 } else if (mode1->clock != mode2->clock) in drm_mode_equal()
763 if (mode1->hdisplay == mode2->hdisplay && in drm_mode_equal()
764 mode1->hsync_start == mode2->hsync_start && in drm_mode_equal()
765 mode1->hsync_end == mode2->hsync_end && in drm_mode_equal()
766 mode1->htotal == mode2->htotal && in drm_mode_equal()
[all …]
H A Ddrm_crtc.h897 …rn bool drm_mode_equal(const struct drm_display_mode *mode1, const struct drm_display_mode *mode2);
/freebsd/lib/libc/tests/stdio/
H A Dfreopen_test.c37 const char *mode2, bool success) in runtest() argument
46 fp2 = freopen(fname2, mode2, fp1); in runtest()
50 "unexpectedly", fname2_print, mode2, fname1, mode1); in runtest()
55 fname2_print, mode2, fname1, mode1, errno); in runtest()
/freebsd/contrib/ntp/sntp/libevent/
H A Devthread-internal.h314 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
315 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
350 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) \ argument
357 EVLOCK_LOCK(lock2_tmplock_,mode2); \
360 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) \ argument
366 EVLOCK_UNLOCK(lock2_tmplock_,mode2); \
/freebsd/contrib/libevent/
H A Devthread-internal.h314 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
315 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
350 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) \ argument
357 EVLOCK_LOCK(lock2_tmplock_,mode2); \
360 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) \ argument
366 EVLOCK_UNLOCK(lock2_tmplock_,mode2); \
/freebsd/share/man/man4/man4.arm/
H A Dbcm283x_pwm.446 dev.pwm.0.mode2: 1
56 .It Va dev.pwm.0.mode , dev.pwm.0.mode2
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs4271.txt30 in the MODE2 register. This workaround can be enabled with this DT
H A Dcirrus,cs4271.yaml66 in the MODE2 register. This workaround can be enabled with this DT
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm66 ; __kmp_x86_cpuid( int mode, int mode2, struct kmp_cpuid *p );
627 ; __kmp_x86_cpuid( int mode, int mode2, struct kmp_cpuid *p );
631 ; mode2: edx
649 mov ecx, edx ; mode2 parameter
H A Dkmp.h1458 extern void __kmp_x86_cpuid(int mode, int mode2, struct kmp_cpuid *p);
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mq-zii-ultra.dtsi265 usb-mode2-hog {
269 line-name = "usb-mode2";
/freebsd/contrib/bzip2/
H A Dbzlib.c1398 char mode2[10] = ""; in bzopen_or_bzdopen() local
1422 strcat(mode2, writing ? "w" : "r" ); in bzopen_or_bzdopen()
1423 strcat(mode2,"b"); /* binary mode */ in bzopen_or_bzdopen()
1430 fp = fopen(path,mode2); in bzopen_or_bzdopen()
1436 fp = fdopen(fd,mode2); in bzopen_or_bzdopen()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_hash.c175 /* CPM2.0 has a dedicated bit for HMAC mode2 */ in LacSymQat_HashContentDescInit()
261 * nested hash. For HMAC mode2 use inner algorithm again */ in LacSymQat_HashContentDescInit()
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qdl-zii-rdu2.dtsi354 usb-mode2-hog {
358 line-name = "usb-mode2";
/freebsd/contrib/ntp/html/drivers/
H A Ddriver8.html87 <li><a name="mode2"></a><strong>server 127.127.8.0-3 mode 2</strong>
123 …etch%3EUID%3E.INBOX%3E67132?part=1.3&type=text/html&filename=driver8.html#mode2">mode 2</a> instea…
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_hash.c117 /* For mode2 HMAC the key gets copied into both the inner and in LacHash_StatePrefixAadBufferInit()
H A Dlac_sym_alg_chain.c1123 * precompute, force MODE2 for AUTH */ in LacAlgChain_SessionInit()
/freebsd/sys/dev/iavf/
H A Diavf_type.h234 * Mode2: Filter for non-tunneled traffic
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dlink_control.c856 "\t\t2 Optional page scan mode2\n" \
/freebsd/sys/dev/ixl/
H A Di40e_type.h373 * Mode2: Filter for non-tunneled traffic
/freebsd/sys/dev/isp/
H A Dispmbox.h799 #define ICB2400_VPGOPT_MID_DISABLE 0x02 /* when set, connection mode2 will work with NPIV-capable s…
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_hw.h110 * configures it to do SHA1 HMAC with precomputes and mode2 sets up the
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c6469 enum hostapd_hw_mode mode1, mode2; in wpas_same_band() local
6473 mode2 = ieee80211_freq_to_chan(freq2, &chan2); in wpas_same_band()
6476 return mode1 == mode2; in wpas_same_band()