Home
last modified time | relevance | path

Searched full:via (Results 1 – 25 of 4039) sorted by relevance

12345678910>>...162

/freebsd/sys/dev/sound/pci/
H A Dvia8233.c35 * comments, machine time, testing patches, and patience. VIA for
141 via_chan_active(struct via_info *via) in via_chan_active() argument
145 if (via == NULL) in via_chan_active()
149 ret += via->pch[i].active; in via_chan_active()
152 ret += via->rch[i].active; in via_chan_active()
160 struct via_info *via; in sysctl_via8233_spdif_enable() local
166 via = pcm_getdevinfo(dev); in sysctl_via8233_spdif_enable()
167 snd_mtxlock(via->lock); in sysctl_via8233_spdif_enable()
169 snd_mtxunlock(via->lock); in sysctl_via8233_spdif_enable()
182 snd_mtxlock(via->lock); in sysctl_via8233_spdif_enable()
[all …]
H A Dvia82c686.c107 via_rd(struct via_info *via, int regno, int size) in via_rd() argument
112 return bus_space_read_1(via->st, via->sh, regno); in via_rd()
114 return bus_space_read_2(via->st, via->sh, regno); in via_rd()
116 return bus_space_read_4(via->st, via->sh, regno); in via_rd()
123 via_wr(struct via_info *via, int regno, u_int32_t data, int size) in via_wr() argument
128 bus_space_write_1(via->st, via->sh, regno, data); in via_wr()
131 bus_space_write_2(via->st, via->sh, regno, data); in via_wr()
134 bus_space_write_4(via->st, via->sh, regno, data); in via_wr()
143 via_waitready_codec(struct via_info *via) in via_waitready_codec() argument
149 (via_rd(via, VIA_CODEC_CTL, 4) & VIA_CODEC_BUSY); i++) in via_waitready_codec()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/vt8500/
H A Dwm8505.dtsi45 compatible = "via,vt8500-intc";
53 compatible = "via,vt8500-intc";
70 compatible = "via,vt8500-pmc";
90 compatible = "via,vt8500-pll-clock";
97 compatible = "via,vt8500-pll-clock";
104 compatible = "via,vt8500-pll-clock";
111 compatible = "via,vt8500-pll-clock";
118 compatible = "via,vt8500-device-clock";
125 compatible = "via,vt8500-device-clock";
132 compatible = "via,vt8500-device-clock";
[all …]
H A Dwm8750.dtsi47 compatible = "via,vt8500-intc";
55 compatible = "via,vt8500-intc";
72 compatible = "via,vt8500-pmc";
128 compatible = "via,vt8500-device-clock";
135 compatible = "via,vt8500-device-clock";
142 compatible = "via,vt8500-device-clock";
149 compatible = "via,vt8500-device-clock";
156 compatible = "via,vt8500-device-clock";
164 compatible = "via,vt8500-device-clock";
172 compatible = "via,vt8500-device-clock";
[all …]
H A Dvt8500.dtsi3 * vt8500.dtsi - Device tree file for VIA VT8500 SoC
11 compatible = "via,vt8500";
43 compatible = "via,vt8500-intc";
50 compatible = "via,vt8500-pinctrl";
59 compatible = "via,vt8500-pmc";
74 compatible = "via,vt8500-device-clock";
82 compatible = "via,vt8500-device-clock";
90 compatible = "via,vt8500-device-clock";
98 compatible = "via,vt8500-device-clock";
107 compatible = "via,vt8500-timer";
[all …]
H A Dwm8850.dtsi44 compatible = "via,vt8500-intc";
52 compatible = "via,vt8500-intc";
69 compatible = "via,vt8500-pmc";
139 compatible = "via,vt8500-device-clock";
146 compatible = "via,vt8500-device-clock";
153 compatible = "via,vt8500-device-clock";
160 compatible = "via,vt8500-device-clock";
167 compatible = "via,vt8500-device-clock";
175 compatible = "via,vt8500-device-clock";
183 compatible = "via,vt8500-device-clock";
[all …]
H A Dwm8650.dtsi41 compatible = "via,vt8500-intc";
49 compatible = "via,vt8500-intc";
66 compatible = "via,vt8500-pmc";
122 compatible = "via,vt8500-device-clock";
129 compatible = "via,vt8500-device-clock";
136 compatible = "via,vt8500-device-clock";
143 compatible = "via,vt8500-device-clock";
150 compatible = "via,vt8500-device-clock";
158 compatible = "via,vt8500-device-clock";
166 compatible = "via,vt8500-device-clock";
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_new.3180 .IP "any tmp_dh settings set via \fBSSL_set_tmp_dh\fR\|(3), \fBSSL_set_tmp_dh_callback\fR\|(3), or …
181 .IX Item "any tmp_dh settings set via SSL_set_tmp_dh, SSL_set_tmp_dh_callback, or SSL_set_dh_auto"
188 .IP "any Options set via \fBSSL_set_options\fR\|(3)" 4
189 .IX Item "any Options set via SSL_set_options"
190 .IP "any Mode set via \fBSSL_set_mode\fR\|(3)" 4
191 .IX Item "any Mode set via SSL_set_mode"
192 .IP "any minimum or maximum protocol settings set via \fBSSL_set_min_proto_version\fR\|(3) or \fBSS…
193 .IX Item "any minimum or maximum protocol settings set via SSL_set_min_proto_version or SSL_set_max…
194 .IP "any verify mode, callback or depth set via \fBSSL_set_verify\fR\|(3) or \fBSSL_set_verify_dept…
195 .IX Item "any verify mode, callback or depth set via SSL_set_verify or SSL_set_verify_depth or any …
[all …]
H A DOSSL_CMP_MSG_get0_header.3187 .IP "any subject name in \fIctx\fR set via \fBOSSL_CMP_CTX_set1_subjectName\fR\|(3) \- if it is the…
188 .IX Item "any subject name in ctx set via OSSL_CMP_CTX_set1_subjectName - if it is the NULL-DN (i.e…
190 .IP "the subject field of any PKCS#10 \s-1CSR\s0 set in \fIctx\fR via \fBOSSL_CMP_CTX_set1_p10CSR\f…
191 .IX Item "the subject field of any PKCS#10 CSR set in ctx via OSSL_CMP_CTX_set1_p10CSR,"
197 .IP "the public key derived from any key set via \fBOSSL_CMP_CTX_set0_newPkey\fR\|(3)," 4
198 .IX Item "the public key derived from any key set via OSSL_CMP_CTX_set0_newPkey,"
204 .IP "the public key derived from any client's private key set via \fBOSSL_CMP_CTX_set1_pkey\fR\|(3)…
205 .IX Item "the public key derived from any client's private key set via OSSL_CMP_CTX_set1_pkey."
215 same OIDs included in the \fIctx\fR via \fBOSSL_CMP_CTX_set0_reqExtensions\fR\|(3).
216 The SANs are further overridden by any SANs included in \fIctx\fR via
[all …]
/freebsd/sys/dev/agp/
H A Dagp_via.c76 return ("VIA 8763 (P4X600) host to PCI bridge"); in agp_via_match()
78 return ("VIA PM800/PN800/PM880/PN880 host to PCI bridge"); in agp_via_match()
80 return ("VIA KT880 host to PCI bridge"); in agp_via_match()
82 return ("VIA 3296 (P4M800) host to PCI bridge"); in agp_via_match()
84 return ("VIA 82C8363 (Apollo KT133x/KM133) host to PCI bridge"); in agp_via_match()
86 return ("VIA 3314 (P4M800CE) host to PCI bridge"); in agp_via_match()
88 return ("VIA VT3324 (CX700) host to PCI bridge"); in agp_via_match()
90 return ("VIA 3327 (P4M890) host to PCI bridge"); in agp_via_match()
92 return ("VIA 3364 (P4M900) host to PCI bridge"); in agp_via_match()
94 return ("VIA 8371 (Apollo KX133) host to PCI bridge"); in agp_via_match()
[all …]
/freebsd/libexec/rc/
H A Drc.firewall47 # closed - totally disables IP services except via lo0 interface
84 ${fwcmd} add 100 pass all from any to any via lo0
165 ${fwcmd} add 50 divert natd ip4 from any to any via ${natd_interface}
179 ${fwcmd} add 50 nat 123 ip4 from any to any via ${firewall_nat_interface}
288 ${fwcmd} add deny all from ${inet} to any in via ${oif}
289 ${fwcmd} add deny all from ${onet} to any in via ${iif}
291 ${fwcmd} add deny all from ${inet6} to any in via ${oif6}
294 via ${iif6}
314 ${fwcmd} add deny all from any to "table($BAD_ADDR_TBL)" via ${oif}
326 ${fwcmd} add divert natd ip4 from any to any via ${natd_interface}
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dcond-func-make.mk4 # the argument has been passed as a target via the command line or later
5 # via the .MAKEFLAGS special dependency target.
7 .if !make(via-cmdline)
10 .if make(via-dot-makeflags)
14 .MAKEFLAGS: via-dot-makeflags
16 .if !make(via-cmdline)
19 .if !make(via-dot-makeflags)
28 via-cmdline via-dot-makeflags:
H A Dhanoi-include.mk22 VIA?= B # ... via this stack ...
37 _:= ${N::=${N:[1..-2]}} ${TMP::=${VIA}} ${VIA::=${TO}} ${TO::=${TMP}}
39 _:= ${N::+=D} ${TMP::=${VIA}} ${VIA::=${TO}} ${TO::=${TMP}}
46 _:= ${N::=${N:[1..-2]}} ${TMP::=${VIA}} ${VIA::=${FROM}} ${FROM::=${TMP}}
48 _:= ${N::+=D} ${TMP::=${VIA}} ${VIA::=${FROM}} ${FROM::=${TMP}}
/freebsd/sys/dev/sound/pci/hda/
H A Dhdacc.c302 { HDA_CODEC_VT1708_8, 0, "VIA VT1708_8" },
303 { HDA_CODEC_VT1708_9, 0, "VIA VT1708_9" },
304 { HDA_CODEC_VT1708_A, 0, "VIA VT1708_A" },
305 { HDA_CODEC_VT1708_B, 0, "VIA VT1708_B" },
306 { HDA_CODEC_VT1709_0, 0, "VIA VT1709_0" },
307 { HDA_CODEC_VT1709_1, 0, "VIA VT1709_1" },
308 { HDA_CODEC_VT1709_2, 0, "VIA VT1709_2" },
309 { HDA_CODEC_VT1709_3, 0, "VIA VT1709_3" },
310 { HDA_CODEC_VT1709_4, 0, "VIA VT1709_4" },
311 { HDA_CODEC_VT1709_5, 0, "VIA VT1709_5" },
[all …]
H A Dhdac.h202 /* VIA */
204 #define HDA_VIA_VT82XX HDA_MODEL_CONSTRUCT(VIA, 0x3288)
205 #define HDA_VIA_ALL HDA_MODEL_CONSTRUCT(VIA, 0xffff)
805 /* VIA */
806 #define HDA_CODEC_VT1708_8 HDA_CODEC_CONSTRUCT(VIA, 0x1708)
807 #define HDA_CODEC_VT1708_9 HDA_CODEC_CONSTRUCT(VIA, 0x1709)
808 #define HDA_CODEC_VT1708_A HDA_CODEC_CONSTRUCT(VIA, 0x170a)
809 #define HDA_CODEC_VT1708_B HDA_CODEC_CONSTRUCT(VIA, 0x170b)
810 #define HDA_CODEC_VT1709_0 HDA_CODEC_CONSTRUCT(VIA, 0xe710)
811 #define HDA_CODEC_VT1709_1 HDA_CODEC_CONSTRUCT(VIA, 0xe711)
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_new.pod47 =item any tmp_dh settings set via L<SSL_set_tmp_dh(3)>,
56 =item any Options set via L<SSL_set_options(3)>
58 =item any Mode set via L<SSL_set_mode(3)>
60 =item any minimum or maximum protocol settings set via
64 =item any verify mode, callback or depth set via L<SSL_set_verify(3)> or
67 =item any msg callback or info callback set via L<SSL_set_msg_callback(3)> or
70 =item any default password callback set via L<SSL_set_default_passwd_cb(3)>
72 =item any session id generation callback set via L<SSL_set_generate_session_id(3)>
78 =item the max cert list value set via L<SSL_set_max_cert_list(3)>
80 =item the read_ahead value set via L<SSL_set_read_ahead(3)>
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/
H A Dprojecttree_002_pos.ksh37 # Check project ID/flag can be operated via "zfs project"
42 # 2. Set project ID on both directory and regular file via
44 # 3. Check the project ID via "zfs project".
46 # descendants for some)) via "zfs project -s [-r]".
47 # 5. Check the project ID and inherit flag via "zfs project -r".
49 # descendants for some) via "zfs project -C [-r]".
50 # 7. Check the project ID and inherit flag via "zfs project -r".
60 log_assert "Check project ID/flag can be operated via 'zfs project'"
119 log_pass "Check project ID/flag can be operated via 'zfs project'"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_016_pos.ksh38 # Verify renamed snapshots via mv can be destroyed
42 # 2. Rename the snapshot via mv command
43 # 2. Verify destroying the renamed snapshot via 'zfs destroy' succeeds
61 log_assert "Verify renamed snapshots via mv can be destroyed."
70 log_fail "rename snapshot via mv in .zfs/snapshot fails."
80 log_fail "rename snapshot via mv in .zfs/snapshot fails."
96 log_pass "Verify renamed snapshots via mv can be destroyed."
/freebsd/contrib/openbsm/libbsm/
H A Dau_control.398 returns the name of the directory where log data is stored via the passed
138 returns the audit system flags via the the passed character buffer
146 returns the local systems's audit host information via the the passed character
155 returns the minimum free disk space for the audit log target file system via
163 returns the non-attributable flags via the passed character buffer
171 returns the audit policy flags via the passed character buffer
202 to a numeric audit policy mask returned via
258 The implementation should be changed to return an error via
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/avr/
H A Ddivmodhi4.S12 // The sint16 quotient is returned via R23:R22, and the sint16 remainder is
13 // returned via R25:R24, while registers R21/R26/27/Rtmp and bit T in SREG
49 ret ; Return quotient via R23:R22 and remainder via R25:R24.
57 ret ; Return quotient via R23:R22 and remainder via R25:r24.
/freebsd/tests/sys/cddl/zfs/tests/snapshot/
H A Dsnapshot_016_pos.ksh36 # Verify renamed snapshots via mv can be destroyed
40 # 2. Rename the snapshot via mv command
41 # 2. Verify destroying the renamed snapshot via 'zfs destroy' succeeds
73 log_assert "Verify renamed snapshots via mv can be destroyed."
85 log_fail "rename snapshot via mv in $(get_snapdir_name) fails."
95 log_fail "rename snapshot via mv in $(get_snapdir_name) fails."
111 log_pass "Verify renamed snapshots via mv can be destroyed."
/freebsd/tools/debugscripts/
H A Ddot.gdbinit31 # Connect to remote target via a serial port.
38 Debug a remote system via serial or firewire interface. For example, specify 'tr /dev/cuau0' to us…
42 # debug via cuau0
55 Debug a remote system via serial interface /dev/cuau0. See also tr, tr1 and trf commands.
58 Debug a remote system via serial interface /dev/cuau1. See also tr, tr0 and trf commands.
61 Debug a remote system via firewire interface at default port 5556. See also tr, tr0 and tr1 comman…
67 # When debugging the same machine (via /dev/mem), we can get the
/freebsd/share/man/man9/
H A Dsocket.9179 arguments specify the requested domain, type, and protocol via
183 The socket is returned via
187 socket will be passed via
190 performing the operation via
389 Data may be retrieved directly to kernel or user memory via the
391 argument, or as an mbuf chain returned to the caller via
409 capability by providing storage via
413 The caller may optionally retrieve control data mbufs via a
430 system call, and attempts to send bytes of data via the socket
433 Data may be sent directly from kernel or user memory via the
[all …]
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dvia-mont.pl17 # Wrapper around 'rep montmul', VIA-specific instruction accessing
22 # different software configurations on 1.5GHz VIA Esther processor.
26 # OpenSSL 0.9.9. "Hardware VIA SDK" refers to padlock_pmm routine from
27 # Padlock SDK 2.0.1 available for download from VIA, which naturally
34 # rsa 512 bits 0.006136s 0.000201s 163.0 4974.5 hardware VIA SDK
39 # rsa 1024 bits 0.012136s 0.000260s 82.4 3844.5 hardware VIA SDK
44 # rsa 2048 bits 0.030833s 0.000976s 32.4 1025.1 hardware VIA SDK
49 # rsa 4096 bits 0.233953s 0.003274s 4.3 305.4 hardware VIA SDK
54 # dsa 512 bits 0.001902s 0.002247s 525.6 444.9 hardware VIA SDK
59 # dsa 1024 bits 0.002397s 0.002823s 417.1 354.3 hardware VIA SDK
[all …]
/freebsd/share/man/man4/
H A Dktr.452 The size of the buffer in the currently running kernel can be found via the
59 First, a mask of events is specified at compile time via the
65 masked via the run time event mask.
74 It can also be examined and set after booting via the
81 Furthermore, there is a CPU event mask whose default value can be changed via
95 It can also be examined and set after booting via the
108 This flag can also be set from the loader via the
110 environment variable, or it can be examined and set after booting via the

12345678910>>...162