Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_dbg.c84 (uint8_t) offsetof(struct isp_reg, u2.isp4010.ext_hw_conf), in qla4xxx_dump_registers()
85 readw(&ha->reg->u2.isp4010.ext_hw_conf)); in qla4xxx_dump_registers()
87 (uint8_t) offsetof(struct isp_reg, u2.isp4010.port_ctrl), in qla4xxx_dump_registers()
88 readw(&ha->reg->u2.isp4010.port_ctrl)); in qla4xxx_dump_registers()
90 (uint8_t) offsetof(struct isp_reg, u2.isp4010.port_status), in qla4xxx_dump_registers()
91 readw(&ha->reg->u2.isp4010.port_status)); in qla4xxx_dump_registers()
93 (uint8_t) offsetof(struct isp_reg, u2.isp4010.req_q_out), in qla4xxx_dump_registers()
94 readw(&ha->reg->u2.isp4010.req_q_out)); in qla4xxx_dump_registers()
96 (uint8_t) offsetof(struct isp_reg, u2.isp4010.gp_out), in qla4xxx_dump_registers()
97 readw(&ha->reg->u2.isp4010.gp_out)); in qla4xxx_dump_registers()
[all …]
Dql4_def.h935 &ha->reg->u2.isp4010.ext_hw_conf : in isp_ext_hw_conf()
936 &ha->reg->u2.isp4022.p0.ext_hw_conf); in isp_ext_hw_conf()
942 &ha->reg->u2.isp4010.port_status : in isp_port_status()
943 &ha->reg->u2.isp4022.p0.port_status); in isp_port_status()
949 &ha->reg->u2.isp4010.port_ctrl : in isp_port_ctrl()
950 &ha->reg->u2.isp4022.p0.port_ctrl); in isp_port_ctrl()
956 &ha->reg->u2.isp4010.port_err_status : in isp_port_error_status()
957 &ha->reg->u2.isp4022.p0.port_err_status); in isp_port_error_status()
963 &ha->reg->u2.isp4010.gp_out : in isp_gp_out()
964 &ha->reg->u2.isp4022.p0.gp_out); in isp_gp_out()
/Linux-v4.19/include/linux/
Duuid.h44 static inline bool guid_equal(const guid_t *u1, const guid_t *u2) in guid_equal() argument
46 return memcmp(u1, u2, sizeof(guid_t)) == 0; in guid_equal()
59 static inline bool uuid_equal(const uuid_t *u1, const uuid_t *u2) in uuid_equal() argument
61 return memcmp(u1, u2, sizeof(uuid_t)) == 0; in uuid_equal()
91 static inline int uuid_le_cmp(const guid_t u1, const guid_t u2) in uuid_le_cmp() argument
93 return memcmp(&u1, &u2, sizeof(guid_t)); in uuid_le_cmp()
/Linux-v4.19/Documentation/devicetree/bindings/phy/
Dphy-mtk-tphy.txt112 u2 port0 0x0800 U2PHY_COM
117 u2 port1 0x1000 U2PHY_COM
122 u2 port2 0x1800 U2PHY_COM
127 u2 port0 0x0000 MISC
136 u2 port1 0x1000 MISC
145 u2 port2 0x2000 MISC
148 SPLLC shared by u3 ports and FMREG shared by u2 ports on
150 u2 ports and CHIP for u3 ports are added on mt2712.
Dphy-mtk-xsphy.txt59 u2 port0 0x0000 MISC
62 u2 port1 0x1000 MISC
65 u2 port2 0x2000 MISC
/Linux-v4.19/arch/ia64/include/asm/sn/
Dioc3.h29 } u2; member
44 #define iu_ier u2.ier
45 #define iu_dlm u2.dlm
/Linux-v4.19/lib/
Dstackdepot.c171 int stackdepot_memcmp(const unsigned long *u1, const unsigned long *u2, in stackdepot_memcmp() argument
174 for ( ; n-- ; u1++, u2++) { in stackdepot_memcmp()
175 if (*u1 != *u2) in stackdepot_memcmp()
/Linux-v4.19/arch/x86/crypto/
Dpoly1305-avx2-x86_64.S38 #define u2 0x08(%r8) macro
122 # combine r2,u2,w2,y2 and s2=r2*5,v2=u2*5,x2=w2*5,z2=y2*5
126 vmovd u2,t1x
263 # t1 = [ hc0[3] * r2, hc0[2] * u2, hc0[1] * w2, hc0[0] * y2 ]
286 # t1 += [ hc1[3] * r2, hc1[2] * u2, hc1[1] * w2, hc1[0] * y2 ]
310 # t1 += [ hc2[3] * r2, hc2[2] * u2, hc2[1] * w2, hc2[0] * y2 ]
Dpoly1305-sse2-x86_64.S284 #define u2 0x08(%r8) macro
333 # combine r2,u2 and s2=r2*5,v2=u2*5
334 movd u2,ru2
448 # t1 = [ hc0[1] * r2, hc0[0] * u2 ]
476 # t1 += [ hc1[1] * r2, hc1[0] * u2 ]
505 # t1 += [ hc2[1] * r2, hc2[0] * u2 ]
/Linux-v4.19/drivers/scsi/ibmvscsi_tgt/
Dibmvscsi_tgt.h362 #define h_vioctl(u, o, a, u1, u2, u3, u4) \ argument
363 plpar_hcall_norets(H_VIOCTL, u, o, a, u1, u2)
/Linux-v4.19/arch/mips/include/asm/sn/
Dioc3.h21 } u2; member
36 #define iu_ier u2.ier
37 #define iu_dlm u2.dlm
/Linux-v4.19/arch/arm/kernel/
Datags_compat.c80 } u2; member
216 build_tag_list(params, &params->u2); in convert_to_tag_list()
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dicp_qat_fw_la.h340 } u2; member
351 } u2; member
/Linux-v4.19/arch/xtensa/variants/test_kc705_hifi/include/variant/
Dtie.h155 XCHAL_SA_REG(s,0,0,2,0, u2, 8, 8, 8,0x1022, u,2 , 64,0,0,0) \
Dtie-asm.h242 AE_SALIGN64.I u2, \ptr, .Lxchal_ofs_+40
299 AE_LALIGN64.I u2, \ptr, .Lxchal_ofs_+40
/Linux-v4.19/include/rdma/
Duverbs_ioctl.h114 } u2; member
363 .u2.enum_def.ids = _enum_arr, \
/Linux-v4.19/drivers/video/fbdev/
Dpxa168fb.h122 #define CFG_CKEY_U2(u2) ((u2) << 24) argument
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-usb231 values are "0" if both u1 and u2 are NOT permitted, "u1" if only u1
232 is permitted, "u2" if only u2 is permitted, "u1_u2" if both u1 and
233 u2 are permitted.
/Linux-v4.19/net/ipv6/
Daddrconf_core.c131 struct dst_entry **u2, in eafnosupport_ipv6_dst_lookup() argument
/Linux-v4.19/drivers/infiniband/core/
Duverbs_uapi.c344 elm->spec.u2.enum_def.ids = NULL; in uverbs_disassociate_api()
Duverbs_ioctl.c163 val_spec = &spec->u2.enum_def.ids[uattr->attr_data.enum_data.elem_id]; in uverbs_process_attr()
/Linux-v4.19/Documentation/devicetree/bindings/usb/
Ddwc3.txt64 - snps,dis-u2-freeclk-exists-quirk: when set, clear the u2_freeclk_exists
/Linux-v4.19/drivers/video/fbdev/mmp/hw/
Dmmp_ctrl.h309 #define CFG_CKEY_U2(u2) ((u2)<<24) argument
/Linux-v4.19/drivers/pinctrl/nomadik/
Dpinctrl-nomadik-db8500.c821 DB8500_FUNC_GROUPS(u2, "u2rxtx_b_1", "u2rxtx_c_1", "u2ctsrts_c_1",
905 FUNCTION(u2),
/Linux-v4.19/drivers/tty/serial/
Dioc4_serial.c264 } u2; member
278 #define i4u_ier u2.ier
279 #define i4u_dlm u2.dlm

12