Home
last modified time | relevance | path

Searched full:sbu (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dgpio-sbu-mux.yaml4 $id: http://devicetree.org/schemas/usb/gpio-sbu-mux.yaml#
7 title: GPIO-based SBU mux
13 In USB Type-C applications the SBU lines needs to be connected, disconnected
26 - const: gpio-sbu-mux
43 A port node to link the SBU mux to a TypeC controller for the purpose of
99 sbu-mux {
100 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
H A Dfcs,fsa4480.yaml55 Default AUX/SBU layout (FSA4480)
58 Default AUX/SBU layout (OCP96011)
65 Swapped AUX/SBU layout (FSA4480)
68 Swapped AUX/SBU layout (OCP96011)
H A Dnxp,ptn36502.yaml40 Sideband Use (SBU) AUX lines endpoint to the Type-C connector for the purpose of
H A Donnn,nb7vpq904m.yaml85 Sideband Use (SBU) AUX lines endpoint to the Type-C connector for the purpose of
/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dsdk.h68 * @param vid SBU Vendor ID
69 * @param pid SBU Product ID
70 * Any SBU-specific initialization should happen at this stage
78 * SBU-specific cleanup should happen at this stage
202 * mlx5_fpga_sbu_conn_create() - Initialize a new FPGA SBU connection
206 * Sets up a new FPGA SBU connection with the specified attributes.
220 * mlx5_fpga_sbu_conn_destroy() - Destroy an FPGA SBU connection
221 * @conn: The FPGA SBU connection to destroy
223 * Cleans up an FPGA SBU connection which was previously created with
230 * @fdev: An FPGA SBU connection
[all …]
H A Dmlx5fpga_core.c193 mlx5_fpga_err(fdev, "Failed to reset SBU: %d\n", err); in mlx5_fpga_device_brb()
234 mlx5_fpga_info(fdev, "%s(%d) image, version %u; SBU %06x:%04x version %d\n", in mlx5_fpga_device_start()
387 mlx5_fpga_err(fdev, "Failed to re-set SBU bypass on: %d\n", in mlx5_fpga_device_stop()
H A Dmlx5fpga_cmd.c101 mlx5_core_warn(dev, "Not enough buffer %u for FPGA SBU caps %u", in mlx5_fpga_sbu_caps()
112 mlx5_core_warn(dev, "Error reading FPGA SBU caps %u bytes at address %#jx: %d", in mlx5_fpga_sbu_caps()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc8180x-lenovo-flex-5g.dts185 usbprim-sbu-mux {
186 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
204 usbsec-sbu-mux {
205 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
784 usbprim_sbu_default: usbprim-sbu-state {
801 usbsec_sbu_default: usbsec-sbu-state {
H A Dsc8280xp-crd.dts226 usb0-sbu-mux {
227 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
245 usb1-sbu-mux {
246 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
984 usb0_sbu_default: usb0-sbu-state {
1009 usb1_sbu_default: usb1-sbu-state {
H A Dsc8180x-primus.dts252 usbprim-sbu-mux {
253 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
271 usbsec-sbu-mux {
272 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
867 usbprim_sbu_default: usbprim-sbu-state {
884 usbsec_sbu_default: usbsec-sbu-state {
H A Dsc8280xp-lenovo-thinkpad-x13s.dts366 usb0-sbu-mux {
367 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
385 usb1-sbu-mux {
386 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
1723 usb0_sbu_default: usb0-sbu-state {
1740 usb1_sbu_default: usb1-sbu-state {
/freebsd/sys/contrib/device-tree/include/dt-bindings/usb/
H A Dpd.h280 * <8> :: SBU supported (0b == supported, 1b == not supported)
281 * <7> :: SBU type (0b == passive, 1b == active)
319 /* Active Cable SBU Supported/Type */
350 #define VDO_ACABLE1(hw, fw, ver, conn, lat, term, vbm, sbu, sbut, cur, vbt, sopp, spd) \ argument
353 | ((vbm) & 0x3) << 9 | (sbu) << 8 | (sbut) << 7 | ((cur) & 0x3) << 5 \
/freebsd/sys/contrib/device-tree/Bindings/connector/
H A Dusb-connector.yaml207 description: Sideband Use (SBU), present in USB-C. This describes the
208 alternate mode connection of which SBU is a part.
341 # to companion PMIC (max77865), SS lines to USB3 PHY and SBU to DisplayPort.
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8qxp-mek.dts33 gpio-sbu-mux {
34 compatible = "nxp,cbdtu02043", "gpio-sbu-mux";
H A Dimx8qm-mek.dts114 compatible = "nxp,cbdtu02043", "gpio-sbu-mux";
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c1151 int sbu; in t4_push_pdus() local
1161 sbu = sbused(sb); in t4_push_pdus()
1162 if (sbu > 0) { in t4_push_pdus()
1169 sbdrop_locked(sb, min(sbu, drop)); in t4_push_pdus()
1170 drop -= min(sbu, drop); in t4_push_pdus()
1908 int sbu; in do_fw4_ack() local
1911 sbu = sbused(sb); in do_fw4_ack()
1913 if (__predict_false(sbu > 0)) { in do_fw4_ack()
1920 sbdrop_locked(sb, min(sbu, plen)); in do_fw4_ack()
1921 plen -= min(sbu, plen); in do_fw4_ack()
/freebsd/share/doc/usd/21.troff/
H A Dm3351 the total \fIheight\fR of the string is \fB\en(stu\-\en(sbu\fR.
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_kas.txt6772 twrJXFjmIUa+tiu2aP1X+SA45Fhc3h+R7oxSUmr+sbU=