Home
last modified time | relevance | path

Searched refs:u2 (Results 1 – 25 of 85) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/
H A Dql4_dbg.c83 (uint8_t) offsetof(struct isp_reg, u2.isp4010.ext_hw_conf), in qla4xxx_dump_registers()
84 readw(&ha->reg->u2.isp4010.ext_hw_conf)); in qla4xxx_dump_registers()
86 (uint8_t) offsetof(struct isp_reg, u2.isp4010.port_ctrl), in qla4xxx_dump_registers()
87 readw(&ha->reg->u2.isp4010.port_ctrl)); in qla4xxx_dump_registers()
89 (uint8_t) offsetof(struct isp_reg, u2.isp4010.port_status), in qla4xxx_dump_registers()
90 readw(&ha->reg->u2.isp4010.port_status)); in qla4xxx_dump_registers()
92 (uint8_t) offsetof(struct isp_reg, u2.isp4010.req_q_out), in qla4xxx_dump_registers()
93 readw(&ha->reg->u2.isp4010.req_q_out)); in qla4xxx_dump_registers()
95 (uint8_t) offsetof(struct isp_reg, u2.isp4010.gp_out), in qla4xxx_dump_registers()
96 readw(&ha->reg->u2.isp4010.gp_out)); in qla4xxx_dump_registers()
[all …]
H A Dql4_def.h934 &ha->reg->u2.isp4010.ext_hw_conf : in isp_ext_hw_conf()
935 &ha->reg->u2.isp4022.p0.ext_hw_conf); in isp_ext_hw_conf()
941 &ha->reg->u2.isp4010.port_status : in isp_port_status()
942 &ha->reg->u2.isp4022.p0.port_status); in isp_port_status()
948 &ha->reg->u2.isp4010.port_ctrl : in isp_port_ctrl()
949 &ha->reg->u2.isp4022.p0.port_ctrl); in isp_port_ctrl()
955 &ha->reg->u2.isp4010.port_err_status : in isp_port_error_status()
956 &ha->reg->u2.isp4022.p0.port_err_status); in isp_port_error_status()
962 &ha->reg->u2.isp4010.gp_out : in isp_gp_out()
963 &ha->reg->u2.isp4022.p0.gp_out); in isp_gp_out()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/broken_overload_resolution/
H A Dstream_buffer.hpp66 stream_buffer(const U0& u0, const U1& u1, const U2& u2) in stream_buffer() argument
68 open_impl(detail::forward<T, U0>(), u0, u1, u2); in stream_buffer()
82 stream_buffer(U0& u0, const U1& u1, const U2& u2) in stream_buffer() argument
84 open_impl(detail::forward<T, U0>(), u0, u1, u2); in stream_buffer()
98 void open(const U0& u0, const U1& u1, const U2& u2) in open() argument
100 open_impl(detail::forward<T, U0>(), u0, u1, u2); in open()
114 void open(U0& u0, const U1& u1, const U2& u2) in open() argument
116 open_impl(detail::forward<T, U0>(), u0, u1, u2); in open()
164 void open_impl(mpl::false_, const U0& u0, const U1& u1, const U2& u2) in open_impl() argument
166 base_type::open(u0, u1, u2); in open_impl()
[all …]
H A Dstream.hpp51 stream(const U0& u0, const U1& u1, const U2& u2) in stream()
53 open_impl(detail::forward<Device, U0>(), u0, u1, u2); in stream()
67 stream(U0& u0, const U1& u1, const U2& u2) in stream()
69 open_impl(detail::forward<Device, U0>(), u0, u1, u2); in stream()
83 void open(const U0& u0, const U1& u1, const U2& u2) in open()
85 open_impl(detail::forward<Device, U0>(), u0, u1, u2); in open()
99 void open(U0& u0, const U1& u1, const U2& u2) in open()
101 open_impl(detail::forward<Device, U0>(), u0, u1, u2); in open()
161 void open_impl(mpl::false_, const U0& u0, const U1& u1, const U2& u2) in open_impl()
164 this->member.open(u0, u1, u2); in open_impl()
[all …]
/OK3568_Linux_fs/external/xserver/glx/
H A Drender2.c44 GLfloat u1, u2, *points; in __glXDisp_Map1f() local
50 u2 = *(GLfloat *) (pc + 8); in __glXDisp_Map1f()
54 glMap1f(target, u1, u2, k, order, points); in __glXDisp_Map1f()
61 GLfloat u1, u2, v1, v2, *points; in __glXDisp_Map2f() local
68 u2 = *(GLfloat *) (pc + 8); in __glXDisp_Map2f()
77 glMap2f(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); in __glXDisp_Map2f()
89 GLdouble u1, u2, *points; in __glXDisp_Map1d() local
105 __GLX_GET_DOUBLE(u2, pc + 8); in __glXDisp_Map1d()
123 glMap1d(target, u1, u2, k, order, points); in __glXDisp_Map1d()
129 GLdouble u1, u2, v1, v2, *points; in __glXDisp_Map2d() local
[all …]
H A Drender2swap.c44 GLfloat u1, u2, *points; in __glXDispSwap_Map1f() local
59 u2 = *(GLfloat *) (pc + 8); in __glXDispSwap_Map1f()
72 glMap1f(target, u1, u2, k, order, points); in __glXDispSwap_Map1f()
79 GLfloat u1, u2, v1, v2, *points; in __glXDispSwap_Map2f() local
98 u2 = *(GLfloat *) (pc + 8); in __glXDispSwap_Map2f()
116 glMap2f(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); in __glXDispSwap_Map2f()
124 GLdouble u1, u2, *points; in __glXDispSwap_Map1d() local
145 __GLX_GET_DOUBLE(u2, pc + 8); in __glXDispSwap_Map1d()
164 glMap1d(target, u1, u2, k, order, points); in __glXDispSwap_Map1d()
170 GLdouble u1, u2, v1, v2, *points; in __glXDispSwap_Map2d() local
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Duuid.h36 static inline bool guid_equal(const guid_t *u1, const guid_t *u2) in guid_equal() argument
38 return memcmp(u1, u2, sizeof(guid_t)) == 0; in guid_equal()
61 static inline bool uuid_equal(const uuid_t *u1, const uuid_t *u2) in uuid_equal() argument
63 return memcmp(u1, u2, sizeof(uuid_t)) == 0; in uuid_equal()
101 static inline int uuid_le_cmp(const guid_t u1, const guid_t u2) in uuid_le_cmp() argument
103 return memcmp(&u1, &u2, sizeof(guid_t)); in uuid_le_cmp()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/
H A Dstrcoll.c82 uint32_t u1 = 0, u2 = 0; in _nu_strcoll() local
89 rp = com2(rp, rhs_limit, it2, &u2, &rtailp); in _nu_strcoll()
96 if (u1 != u2) { in _nu_strcoll()
99 int32_t w2 = weight(u2, 0, context); in _nu_strcoll()
129 if (u1 == 0 || u2 == 0) { in _nu_strcoll()
194 uint32_t u2 = 0; in _nu_strchr() local
197 rp = casemap_read(rp, &u2); in _nu_strchr()
199 if (u2 == 0) { in _nu_strchr()
213 if (u != u2) { in _nu_strchr()
217 while (u2 != 0); in _nu_strchr()
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dmpi-inv.c33 MPI u, v, u1, u2 = NULL, u3, v1, v2 = NULL, v3, t1, t2 = NULL, t3; in mpi_invm() local
54 u2 = mpi_alloc_set_ui(0); in mpi_invm()
102 mpi_set(u2, t2); in mpi_invm()
116 mpi_sub(t2, u2, v2); in mpi_invm()
131 mpi_free(u2); in mpi_invm()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A Dphy-mtk-tphy.txt124 u2 port0 0x0800 U2PHY_COM
129 u2 port1 0x1000 U2PHY_COM
134 u2 port2 0x1800 U2PHY_COM
139 u2 port0 0x0000 MISC
148 u2 port1 0x1000 MISC
157 u2 port2 0x2000 MISC
160 SPLLC shared by u3 ports and FMREG shared by u2 ports on
162 u2 ports and CHIP for u3 ports are added on mt2712.
H A Dphy-mtk-xsphy.txt59 u2 port0 0x0000 MISC
62 u2 port1 0x1000 MISC
65 u2 port2 0x2000 MISC
H A Dphy-rockchip-inno-usb3.txt19 * "u3phy-u2-por" for the USB 2.0 logic of USB 3.0 PHY
68 reset-names = "u3phy-u2-por", "u3phy-u3-por",
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Drender2swap.c140 GLdouble u1, u2; in __glXDispSwap_Map1d() local
161 __GLX_GET_DOUBLE(u2, pc + 8); in __glXDispSwap_Map1d()
179 GLdouble u1, u2, v1, v2; in __glXDispSwap_Map2d() local
206 __GLX_GET_DOUBLE(u2, pc + 8); in __glXDispSwap_Map2d()
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Decdsa.c203 mbedtls_mpi e, s_inv, u1, u2; in mbedtls_ecdsa_verify() local
207 …edtls_mpi_init( &e ); mbedtls_mpi_init( &s_inv ); mbedtls_mpi_init( &u1 ); mbedtls_mpi_init( &u2 ); in mbedtls_ecdsa_verify()
241 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &u2, r, &s_inv ) ); in mbedtls_ecdsa_verify()
242 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &u2, &u2, &grp->N ) ); in mbedtls_ecdsa_verify()
250 MBEDTLS_MPI_CHK( mbedtls_ecp_muladd( grp, &R, &u1, &grp->G, &u2, Q ) ); in mbedtls_ecdsa_verify()
275 …edtls_mpi_free( &e ); mbedtls_mpi_free( &s_inv ); mbedtls_mpi_free( &u1 ); mbedtls_mpi_free( &u2 ); in mbedtls_ecdsa_verify()
/OK3568_Linux_fs/kernel/lib/
H A Dstackdepot.c191 int stackdepot_memcmp(const unsigned long *u1, const unsigned long *u2, in stackdepot_memcmp() argument
194 for ( ; n-- ; u1++, u2++) { in stackdepot_memcmp()
195 if (*u1 != *u2) in stackdepot_memcmp()
/OK3568_Linux_fs/kernel/include/rdma/
H A Duverbs_ioctl.h101 } u2; member
494 .u2.objs_arr.obj_type = _idr_type, \
495 .u2.objs_arr.access = _access, \
496 .u2.objs_arr.min_len = _min_len, \
497 .u2.objs_arr.max_len = _max_len, \
543 .u2.enum_def.ids = _enum_arr, \
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs_ioctl.c182 if (array_len < spec->u2.objs_arr.min_len || in uverbs_process_idrs_array()
183 array_len > spec->u2.objs_arr.max_len) in uverbs_process_idrs_array()
211 spec->u2.objs_arr.obj_type, spec->u2.objs_arr.access, in uverbs_process_idrs_array()
234 spec->u2.objs_arr.access, false, commit, in uverbs_free_idrs_array()
255 val_spec = &spec->u2.enum_def.ids[uattr->attr_data.enum_data.elem_id]; in uverbs_process_attr()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Du2-fmt.c21 RAW_FORMAT2(u2, "u16", "uw", 16, 0, UNSIGNED)
/OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.h353 #define h_vioctl(u, o, a, u1, u2, u3, u4) \ argument
354 plpar_hcall_norets(H_VIOCTL, u, o, a, u1, u2)
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/
H A Dintrin_sse.hpp1836 __m128i u2 = _mm_loadu_si128((const __m128i*)(ptr + 32)); // a8 b8 c8 d8 ... in v_load_deinterleave() local
1839 __m128i v0 = _mm_unpacklo_epi8(u0, u2); // a0 a8 b0 b8 ... in v_load_deinterleave()
1840 __m128i v1 = _mm_unpackhi_epi8(u0, u2); // a2 a10 b2 b10 ... in v_load_deinterleave()
1846 u2 = _mm_unpackhi_epi8(v0, v2); // a1 a5 a9 a13 ... in v_load_deinterleave()
1850 v1 = _mm_unpacklo_epi8(u2, u3); // a1 a3 a5 a7 ... in v_load_deinterleave()
1852 v3 = _mm_unpackhi_epi8(u2, u3); // c1 c3 c5 c7 ... in v_load_deinterleave()
1917 __m128i u2 = _mm_loadu_si128((const __m128i*)(ptr + 16)); // a4 b4 c4 d4 ... in v_load_deinterleave() local
1920 __m128i v0 = _mm_unpacklo_epi16(u0, u2); // a0 a4 b0 b4 ... in v_load_deinterleave()
1921 __m128i v1 = _mm_unpackhi_epi16(u0, u2); // a1 a5 b1 b5 ... in v_load_deinterleave()
1927 u2 = _mm_unpackhi_epi16(v0, v2); // c0 c2 c4 c6 ... in v_load_deinterleave()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/
H A Dintrin_sse.hpp1836 __m128i u2 = _mm_loadu_si128((const __m128i*)(ptr + 32)); // a8 b8 c8 d8 ... in v_load_deinterleave() local
1839 __m128i v0 = _mm_unpacklo_epi8(u0, u2); // a0 a8 b0 b8 ... in v_load_deinterleave()
1840 __m128i v1 = _mm_unpackhi_epi8(u0, u2); // a2 a10 b2 b10 ... in v_load_deinterleave()
1846 u2 = _mm_unpackhi_epi8(v0, v2); // a1 a5 a9 a13 ... in v_load_deinterleave()
1850 v1 = _mm_unpacklo_epi8(u2, u3); // a1 a3 a5 a7 ... in v_load_deinterleave()
1852 v3 = _mm_unpackhi_epi8(u2, u3); // c1 c3 c5 c7 ... in v_load_deinterleave()
1917 __m128i u2 = _mm_loadu_si128((const __m128i*)(ptr + 16)); // a4 b4 c4 d4 ... in v_load_deinterleave() local
1920 __m128i v0 = _mm_unpacklo_epi16(u0, u2); // a0 a4 b0 b4 ... in v_load_deinterleave()
1921 __m128i v1 = _mm_unpackhi_epi16(u0, u2); // a1 a5 b1 b5 ... in v_load_deinterleave()
1927 u2 = _mm_unpackhi_epi16(v0, v2); // c0 c2 c4 c6 ... in v_load_deinterleave()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/
H A Dintrin_sse.hpp1836 __m128i u2 = _mm_loadu_si128((const __m128i*)(ptr + 32)); // a8 b8 c8 d8 ... in v_load_deinterleave() local
1839 __m128i v0 = _mm_unpacklo_epi8(u0, u2); // a0 a8 b0 b8 ... in v_load_deinterleave()
1840 __m128i v1 = _mm_unpackhi_epi8(u0, u2); // a2 a10 b2 b10 ... in v_load_deinterleave()
1846 u2 = _mm_unpackhi_epi8(v0, v2); // a1 a5 a9 a13 ... in v_load_deinterleave()
1850 v1 = _mm_unpacklo_epi8(u2, u3); // a1 a3 a5 a7 ... in v_load_deinterleave()
1852 v3 = _mm_unpackhi_epi8(u2, u3); // c1 c3 c5 c7 ... in v_load_deinterleave()
1917 __m128i u2 = _mm_loadu_si128((const __m128i*)(ptr + 16)); // a4 b4 c4 d4 ... in v_load_deinterleave() local
1920 __m128i v0 = _mm_unpacklo_epi16(u0, u2); // a0 a4 b0 b4 ... in v_load_deinterleave()
1921 __m128i v1 = _mm_unpackhi_epi16(u0, u2); // a1 a5 b1 b5 ... in v_load_deinterleave()
1927 u2 = _mm_unpackhi_epi16(v0, v2); // c0 c2 c4 c6 ... in v_load_deinterleave()
[all …]
/OK3568_Linux_fs/kernel/include/dt-bindings/usb/
H A Dpd.h404 #define VDO_ACABLE2(mtemp, stemp, u3p, trans, phy, ele, u4, hops, u2, u32, lane, iso, gen) \ argument
407 | ((hops) & 0x3) << 6 | (u2) << 5 | (u32) << 4 | (lane) << 3 \
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dpd_vdo.h428 #define VDO_ACABLE2(mtemp, stemp, u3p, trans, phy, ele, u4, hops, u2, u32, lane, iso, gen) \ argument
431 | ((hops) & 0x3) << 6 | (u2) << 5 | (u32) << 4 | (lane) << 3 \
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Datags_compat.c77 } u2; member
213 build_tag_list(params, &params->u2); in convert_to_tag_list()

1234