Home
last modified time | relevance | path

Searched refs:negotiated (Results 1 – 25 of 53) sorted by relevance

123

/OK3568_Linux_fs/u-boot/include/linux/
H A Dmii.h168 static inline unsigned int mii_nway_result (unsigned int negotiated) in mii_nway_result() argument
172 if (negotiated & LPA_100FULL) in mii_nway_result()
174 else if (negotiated & LPA_100BASE4) in mii_nway_result()
176 else if (negotiated & LPA_100HALF) in mii_nway_result()
178 else if (negotiated & LPA_10FULL) in mii_nway_result()
196 unsigned int negotiated) in mii_duplex() argument
200 if (mii_nway_result(negotiated) & LPA_DUPLEX) in mii_duplex()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/
H A Dpnic2.c204 int negotiated = ((csr12 >> 16) & 0x01E0) & tp->sym_advertise; in pnic2_lnk_change() local
208 if (negotiated & 0x0100) dev->if_port = 5; in pnic2_lnk_change()
209 else if (negotiated & 0x0080) dev->if_port = 3; in pnic2_lnk_change()
210 else if (negotiated & 0x0040) dev->if_port = 4; in pnic2_lnk_change()
211 else if (negotiated & 0x0020) dev->if_port = 0; in pnic2_lnk_change()
234 negotiated); in pnic2_lnk_change()
H A D21142.c157 int negotiated = tp->sym_advertise & (csr12 >> 16); in t21142_lnk_change() local
162 else if (negotiated & 0x0100) dev->if_port = 5; in t21142_lnk_change()
163 else if (negotiated & 0x0080) dev->if_port = 3; in t21142_lnk_change()
164 else if (negotiated & 0x0040) dev->if_port = 4; in t21142_lnk_change()
165 else if (negotiated & 0x0020) dev->if_port = 0; in t21142_lnk_change()
179 negotiated); in t21142_lnk_change()
H A Dmedia.c400 unsigned int bmsr, lpa, negotiated, new_csr6; in tulip_check_duplex() local
419 negotiated = lpa & tp->advertising[0]; in tulip_check_duplex()
420 tp->full_duplex = mii_duplex(tp->full_duplex_lock, negotiated); in tulip_check_duplex()
424 if (negotiated & LPA_100) new_csr6 &= ~TxThreshold; in tulip_check_duplex()
H A Dwinbond-840.c701 int negotiated; in update_link() local
703 negotiated = mii_reg & np->mii_if.advertising; in update_link()
705 duplex = (negotiated & LPA_100FULL) || ((negotiated & 0x02C0) == LPA_10FULL); in update_link()
706 fasteth = negotiated & 0x380; in update_link()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmii.h70 static inline unsigned int mii_nway_result (unsigned int negotiated) in mii_nway_result() argument
74 if (negotiated & LPA_100FULL) in mii_nway_result()
76 else if (negotiated & LPA_100BASE4) in mii_nway_result()
78 else if (negotiated & LPA_100HALF) in mii_nway_result()
80 else if (negotiated & LPA_10FULL) in mii_nway_result()
98 unsigned int negotiated) in mii_duplex() argument
102 if (mii_nway_result(negotiated) & LPA_DUPLEX) in mii_duplex()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dfunc-select.rst51 When streaming I/O has been negotiated this function waits until a
66 When use of the :c:func:`read()` function has been negotiated and the
75 When use of the :c:func:`write()` function has been negotiated the
H A Dfunc-poll.rst35 When streaming I/O has been negotiated this function waits until a
66 When use of the :c:func:`read()` function has been negotiated and the
73 When use of the :c:func:`write()` function has been negotiated and the
H A Dpixfmt.rst13 version (see :ref:`planar-apis`). Image formats are negotiated with
H A Dpixfmt-z16.rst18 can vary and has to be negotiated with the device separately. Each pixel
H A Dvidioc-g-fbuf.rst294 and negotiated with the :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>`
297 clip rectangles or a bitmap. These methods are negotiated with the
312 :c:type:`v4l2_window` and negotiated with the
326 :c:type:`v4l2_window` and negotiated with the
H A Ddev-overlay.rst174 When chroma-keying has been negotiated with
184 When chroma-keying has *not* been negotiated and
207 When chroma-keying has *not* been negotiated and
236 images, if global alpha blending has been negotiated
H A Dio.rst18 Other methods must be negotiated. To select the streaming I/O method
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.link-local18 take approximately 5 seconds while the address is negotiated.
25 negotiated address and is preferred in future negotiations.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-mei36 Description: Display the negotiated HBM protocol version.
38 The HBM protocol version negotiated
/OK3568_Linux_fs/kernel/Documentation/misc-devices/
H A Duacce.rst163 c. Succeed with the negotiated flags, for example
167 So user driver need check return value as well as the negotiated uacce->flags.
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sgi/
H A Dmeth.c179 unsigned long negotiated = mii_advertising & mii_partner; in meth_check_link() local
185 speed = (negotiated & 0x0380) ? METH_100MBIT : 0; in meth_check_link()
186 duplex = ((negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040) ? in meth_check_link()
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0005-kmssink-Request-window-handle.patch45 GST_DEBUG_OBJECT (self, "negotiated caps = %" GST_PTR_FORMAT, caps);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0005-kmssink-Request-window-handle.patch45 GST_DEBUG_OBJECT (self, "negotiated caps = %" GST_PTR_FORMAT, caps);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0005-kmssink-Request-window-handle.patch45 GST_DEBUG_OBJECT (self, "negotiated caps = %" GST_PTR_FORMAT, caps);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22/
H A D0012-v4l2-Support-disabling-buffer-sharing.patch95 * the caps to reflect what was negotiated during fixation */
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/
H A D0012-v4l2-Support-disabling-buffer-sharing.patch95 * the caps to reflect what was negotiated during fixation */
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20/
H A D0012-v4l2-Support-disabling-buffer-sharing.patch95 * the caps to reflect what was negotiated during fixation */
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-class-udc30 Indicates the current negotiated speed at this port.
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/amazon/
H A Dena.rst19 a negotiated and extendable feature set.
150 Note: Not all ENA devices support LLQ, and this feature is negotiated
236 negotiated with the device. The driver configures MTU using the

123