| /Linux-v5.4/drivers/scsi/qla4xxx/ |
| D | ql4_dbg.c | 84 (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 …]
|
| D | ql4_def.h | 935 &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-v5.4/include/linux/ |
| D | uuid.h | 36 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() 51 static inline bool uuid_equal(const uuid_t *u1, const uuid_t *u2) in uuid_equal() argument 53 return memcmp(u1, u2, sizeof(uuid_t)) == 0; in uuid_equal() 83 static inline int uuid_le_cmp(const guid_t u1, const guid_t u2) in uuid_le_cmp() argument 85 return memcmp(&u1, &u2, sizeof(guid_t)); in uuid_le_cmp()
|
| /Linux-v5.4/Documentation/devicetree/bindings/phy/ |
| D | phy-mtk-tphy.txt | 112 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.
|
| D | phy-mtk-xsphy.txt | 59 u2 port0 0x0000 MISC 62 u2 port1 0x1000 MISC 65 u2 port2 0x2000 MISC
|
| /Linux-v5.4/lib/ |
| D | stackdepot.c | 162 int stackdepot_memcmp(const unsigned long *u1, const unsigned long *u2, in stackdepot_memcmp() argument 165 for ( ; n-- ; u1++, u2++) { in stackdepot_memcmp() 166 if (*u1 != *u2) in stackdepot_memcmp()
|
| /Linux-v5.4/arch/x86/crypto/ |
| D | poly1305-avx2-x86_64.S | 34 #define u2 0x08(%r8) macro 118 # combine r2,u2,w2,y2 and s2=r2*5,v2=u2*5,x2=w2*5,z2=y2*5 122 vmovd u2,t1x 259 # t1 = [ hc0[3] * r2, hc0[2] * u2, hc0[1] * w2, hc0[0] * y2 ] 282 # t1 += [ hc1[3] * r2, hc1[2] * u2, hc1[1] * w2, hc1[0] * y2 ] 306 # t1 += [ hc2[3] * r2, hc2[2] * u2, hc2[1] * w2, hc2[0] * y2 ]
|
| D | poly1305-sse2-x86_64.S | 284 #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-v5.4/include/rdma/ |
| D | uverbs_ioctl.h | 128 } u2; member 522 .u2.objs_arr.obj_type = _idr_type, \ 523 .u2.objs_arr.access = _access, \ 524 .u2.objs_arr.min_len = _min_len, \ 525 .u2.objs_arr.max_len = _max_len, \ 571 .u2.enum_def.ids = _enum_arr, \
|
| /Linux-v5.4/drivers/infiniband/core/ |
| D | uverbs_ioctl.c | 181 if (array_len < spec->u2.objs_arr.min_len || in uverbs_process_idrs_array() 182 array_len > spec->u2.objs_arr.max_len) in uverbs_process_idrs_array() 210 spec->u2.objs_arr.obj_type, spec->u2.objs_arr.access, in uverbs_process_idrs_array() 234 spec->u2.objs_arr.access, in uverbs_free_idrs_array() 260 val_spec = &spec->u2.enum_def.ids[uattr->attr_data.enum_data.elem_id]; in uverbs_process_attr()
|
| D | uverbs_uapi.c | 150 u8 access = attr->attr.u2.objs_arr.access; in uapi_merge_method() 505 return spec->u2.objs_arr.obj_type; in uapi_get_obj_id() 727 elm->spec.u2.enum_def.ids = NULL; in uverbs_disassociate_api()
|
| /Linux-v5.4/drivers/scsi/ibmvscsi_tgt/ |
| D | ibmvscsi_tgt.h | 353 #define h_vioctl(u, o, a, u1, u2, u3, u4) \ argument 354 plpar_hcall_norets(H_VIOCTL, u, o, a, u1, u2)
|
| /Linux-v5.4/arch/arm/kernel/ |
| D | atags_compat.c | 77 } u2; member 213 build_tag_list(params, ¶ms->u2); in convert_to_tag_list()
|
| /Linux-v5.4/drivers/crypto/qat/qat_common/ |
| D | icp_qat_fw_la.h | 340 } u2; member 351 } u2; member
|
| /Linux-v5.4/arch/xtensa/variants/test_kc705_hifi/include/variant/ |
| D | tie.h | 155 XCHAL_SA_REG(s,0,0,2,0, u2, 8, 8, 8,0x1022, u,2 , 64,0,0,0) \
|
| D | tie-asm.h | 242 AE_SALIGN64.I u2, \ptr, .Lxchal_ofs_+40 299 AE_LALIGN64.I u2, \ptr, .Lxchal_ofs_+40
|
| /Linux-v5.4/drivers/video/fbdev/ |
| D | pxa168fb.h | 122 #define CFG_CKEY_U2(u2) ((u2) << 24) argument
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-bus-usb | 248 values are "0" if both u1 and u2 are NOT permitted, "u1" if only u1 249 is permitted, "u2" if only u2 is permitted, "u1_u2" if both u1 and 250 u2 are permitted.
|
| /Linux-v5.4/Documentation/devicetree/bindings/usb/ |
| D | dwc3.txt | 68 - snps,dis-u2-entry-quirk: set if link entering into U2 needs to be disabled. 71 - snps,dis-u2-freeclk-exists-quirk: when set, clear the u2_freeclk_exists
|
| /Linux-v5.4/net/ipv6/ |
| D | addrconf_core.c | 133 struct dst_entry **u2, in eafnosupport_ipv6_dst_lookup() argument
|
| /Linux-v5.4/crypto/ |
| D | ecc.c | 1230 const u64 *u2, const struct ecc_point *q, in ecc_point_mult_shamir() argument 1252 vli_num_bits(u2, ndigits)); in ecc_point_mult_shamir() 1254 idx = (!!vli_test_bit(u1, i)) | ((!!vli_test_bit(u2, i)) << 1); in ecc_point_mult_shamir() 1264 idx = (!!vli_test_bit(u1, i)) | ((!!vli_test_bit(u2, i)) << 1); in ecc_point_mult_shamir()
|
| /Linux-v5.4/drivers/video/fbdev/mmp/hw/ |
| D | mmp_ctrl.h | 295 #define CFG_CKEY_U2(u2) ((u2)<<24) argument
|
| /Linux-v5.4/drivers/pinctrl/nomadik/ |
| D | pinctrl-nomadik-db8500.c | 821 DB8500_FUNC_GROUPS(u2, "u2rxtx_b_1", "u2rxtx_c_1", "u2ctsrts_c_1", 905 FUNCTION(u2),
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | ste-href-family-pinctrl.dtsi | 80 function = "u2";
|
| /Linux-v5.4/arch/m68k/ifpsp060/src/ |
| D | ilsp.S | 335 lsl.l &0x1, %d6 # shift u4,u3 with overflow to u2 336 roxl.l &0x1, %d5 # shift u1,u2
|