/linux-6.12.1/drivers/scsi/qla4xxx/ |
D | ql4_dbg.c | 83 (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 …]
|
D | ql4_def.h | 943 &ha->reg->u2.isp4010.ext_hw_conf : in isp_ext_hw_conf() 944 &ha->reg->u2.isp4022.p0.ext_hw_conf); in isp_ext_hw_conf() 950 &ha->reg->u2.isp4010.port_status : in isp_port_status() 951 &ha->reg->u2.isp4022.p0.port_status); in isp_port_status() 957 &ha->reg->u2.isp4010.port_ctrl : in isp_port_ctrl() 958 &ha->reg->u2.isp4022.p0.port_ctrl); in isp_port_ctrl() 964 &ha->reg->u2.isp4010.port_err_status : in isp_port_error_status() 965 &ha->reg->u2.isp4022.p0.port_err_status); in isp_port_error_status() 971 &ha->reg->u2.isp4010.gp_out : in isp_gp_out() 972 &ha->reg->u2.isp4022.p0.gp_out); in isp_gp_out()
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | mediatek,tphy.yaml | 24 u2 port0 0x0800 U2PHY_COM 29 u2 port1 0x1000 U2PHY_COM 34 u2 port2 0x1800 U2PHY_COM 39 u2 port0 0x0000 MISC 48 u2 port1 0x1000 MISC 57 u2 port2 0x2000 MISC 60 SPLLC shared by u3 ports and FMREG shared by u2 ports on V1 are put back 61 into each port; a new bank MISC for u2 ports and CHIP for u3 ports are 171 - description: internal R efuse for U2 PHY or U3/PCIe PHY 176 Available only for U2 PHY or U3/PCIe PHY of version 2/3, these [all …]
|
D | mediatek,xsphy.yaml | 20 u2 port0 0x0000 MISC 23 u2 port1 0x1000 MISC 26 u2 port2 0x2000 MISC 57 if only U2 ports provided, shouldn't use the property. 113 The value of slew rate calibrate (U2 phy) 120 The selection of VRT reference voltage (U2 phy) 127 The selection of HS_TX TERM reference voltage (U2 phy) 134 The selection of Internal Resistor (U2/U3 phy)
|
/linux-6.12.1/include/linux/ |
D | uuid.h | 46 static inline bool guid_equal(const guid_t *u1, const guid_t *u2) in guid_equal() argument 48 return memcmp(u1, u2, sizeof(guid_t)) == 0; in guid_equal() 71 static inline bool uuid_equal(const uuid_t *u1, const uuid_t *u2) in uuid_equal() argument 73 return memcmp(u1, u2, sizeof(uuid_t)) == 0; in uuid_equal()
|
/linux-6.12.1/fs/smb/server/mgmt/ |
D | user_config.c | 100 bool ksmbd_compare_user(struct ksmbd_user *u1, struct ksmbd_user *u2) in ksmbd_compare_user() argument 102 if (strcmp(u1->name, u2->name)) in ksmbd_compare_user() 104 if (memcmp(u1->passkey, u2->passkey, u1->passkey_sz)) in ksmbd_compare_user()
|
/linux-6.12.1/crypto/ |
D | ecdsa.c | 92 u64 u2[ECC_MAX_DIGITS]; in _ecdsa_verify() local 110 /* u2 = (r * s1) mod n */ in _ecdsa_verify() 111 vli_mod_mult_slow(u2, r, s1, curve->n, ndigits); in _ecdsa_verify() 112 /* res = u1*G + u2 * pub_key */ in _ecdsa_verify() 113 ecc_point_mult_shamir(&res, u1, &curve->g, u2, &ctx->pub_key, curve); in _ecdsa_verify()
|
/linux-6.12.1/drivers/media/rc/keymaps/ |
D | rc-kaiomy.c | 11 /* Kaiomy TVnPC U2 84 MODULE_DESCRIPTION("Kaiomy TVnPC U2 remote controller keytable");
|
/linux-6.12.1/drivers/usb/mtu3/ |
D | mtu3_host.c | 186 /* power on and enable all u2 ports */ in ssusb_host_enable() 222 /* power down and disable u2 ports except skipped ones */ in ssusb_host_disable() 267 /* power on all u2 ports except skipped ones */ in ssusb_host_resume() 299 /* power down u2 ports except skipped ones */ in ssusb_host_suspend()
|
D | mtu3_core.c | 95 /* only port0 of U2/U3 supports device mode */ 182 /* Clear U2 USB common interrupts status */ in mtu3_intr_status_clear() 212 /* Enable U2 common USB interrupts */ in mtu3_intr_enable() 277 /* disable LGO_U1/U2 by default */ in mtu3_csr_init() 280 /* enable accept LGO_U1/U2 link command from host */ in mtu3_csr_init() 285 /* automatically build U2 link when U3 detect fail */ in mtu3_csr_init() 297 /* reset: u2 - data toggle, u3 - SeqN, flow control status etc */ 660 /* U2/U3 detected by HW */ in mtu3_regs_init() 869 mtu->u3_capable ? "U3" : "U2"); in mtu3_hw_init()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | uninorth.h | 5 * This also includes U2 used on more recent MacRISC2/3 109 #define UNI_N_VERSION_INTREPID 0x00D2 /* Integrated U2 + K */ 117 #define UNI_N_CLOCK_CNTL_ATA100 0x00000010 /* ATA-100 clock control (U2) */
|
/linux-6.12.1/include/uapi/linux/usb/ |
D | ch9.h | 153 #define USB_DEVICE_U2_ENABLE 49 /* dev may initiate U2 transition */ 174 #define USB_DEV_STAT_U2_ENABLED 3 /* transition into U2 state */ 1236 * A U2 timeout of 0x0 means the parent hub will reject any transitions to U2. 1237 * 0xff means the parent hub will accept transitions to U2, but will not 1240 * A U2 timeout of 0x1 to 0xFE also causes the hub to initiate a transition to 1241 * U2 after N*256 microseconds. Therefore a U2 timeout value of 0x1 means a U2 1259 * U1 SEL and U1 PEL, so the max exit latency is 0xFF. U2 SEL and U2 PEL each
|
/linux-6.12.1/arch/arm64/boot/dts/amlogic/ |
D | meson-g12a-u200.dts | 27 sound-name-prefix = "10U2"; 236 "10U2 INL", "ACODEC LOLP", 237 "10U2 INR", "ACODEC LORP", 238 "Lineout", "10U2 OUTL", 239 "Lineout", "10U2 OUTR";
|
/linux-6.12.1/drivers/parisc/ |
D | ccio-dma.c | 5 ** Program U2/Uturn in "Virtual Mode" and use the I/O MMU. 11 ** "Real Mode" operation refers to U2/Uturn chip operation. 12 ** U2/Uturn were designed to perform coherency checks w/o using 16 ** o outbound DMA is slower - U2 won't prefetch data (GSC+ XQL signal). 17 ** o Inbound DMA less efficient - U2 can't use DMA_FAST attribute. 474 ** This bit tells U2 to do R/M/W for partial cachelines. "Streaming" 480 ** According to the U2 ERS, STOP_MOST enabled pages hurt performance. 501 #define HINT_UDPATE_ENB 0x08UL /* not used/supported by U2 */ 599 ** the real mode coherence index generation of U2, the PDIR entry in ccio_io_pdir_entry() 1175 /* GRANT - is this needed for U2 or not? */ [all …]
|
D | Kconfig | 24 bool "U2/Uturn I/O MMU" 29 U2/Uturn chip in "Virtual Mode" and use the I/O MMU.
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-usb | 115 and U2 exit latencies have been set in the BOS descriptor; if 121 or not USB3 hardware LPM U1 or U2 is enabled for the device. 226 values are "0" if both u1 and u2 are NOT permitted, "u1" if only u1 227 is permitted, "u2" if only u2 is permitted, "u1_u2" if both u1 and 228 u2 are permitted.
|
/linux-6.12.1/drivers/usb/cdns3/ |
D | cdns3-gadget.h | 177 /* U2 state entry enable (used in SS mode). */ 179 /* U2 state entry disable (used in SS mode). */ 185 /* U2 state entry request (used in SS mode). */ 338 * U2 state enable status (used in SS mode). 339 * 0 - Entering to U2 state disabled. 340 * 1 - Entering to U2 state enabled. 364 * 1 - DMA clock turn-off in U1, U2 and U3 (SS mode) is enabled. 441 /* SS link U2 state enter interrupt enable.*/ 443 /* SS link U2 state exit interrupt enable.*/ 494 /* U2 link state enter detected.*/ [all …]
|
/linux-6.12.1/drivers/usb/core/ |
D | hub.c | 183 * However, there are some that don't, and they set the U1/U2 exit in usb_device_supports_lpm() 207 * U1/U2, send a PING to the device and receive a PING_RESPONSE. 255 * a transition from either U1 or U2. 378 * U2, it's tHubPort2PortExitLat + U2DevExitLat - U1DevExitLat. I in usb_set_lpm_parameters() 382 * What do we do if the U2 exit latency is less than the U1 exit in usb_set_lpm_parameters() 4047 "U2", 4053 * device-initiated U1 or U2. This lets the device know the exit latencies from 4054 * the time the device initiates a U1 or U2 exit, to the time it will receive a 4084 * U1/U2 when the exit latencies are too high. in usb_req_set_sel() 4090 dev_dbg(&udev->dev, "Device-initiated U1/U2 disabled due to long SEL or PEL\n"); in usb_req_set_sel() [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | snps,dwc3.yaml | 151 description: Set if we enable P3 OK for U2/SS Inactive quirk 211 snps,dis-u2-entry-quirk: 212 description: Set if link entering into U2 needs to be disabled 220 snps,dis-u2-freeclk-exists-quirk:
|
/linux-6.12.1/drivers/infiniband/core/ |
D | uverbs_ioctl.c | 187 if (array_len < spec->u2.objs_arr.min_len || in uverbs_process_idrs_array() 188 array_len > spec->u2.objs_arr.max_len) in uverbs_process_idrs_array() 216 spec->u2.objs_arr.obj_type, spec->u2.objs_arr.access, in uverbs_process_idrs_array() 239 spec->u2.objs_arr.access, false, commit, in uverbs_free_idrs_array() 262 val_spec = &spec->u2.enum_def.ids[uattr->attr_data.enum_data.elem_id]; in uverbs_process_attr()
|
/linux-6.12.1/include/rdma/ |
D | uverbs_ioctl.h | 102 } u2; member 497 .u2.objs_arr.obj_type = _idr_type, \ 498 .u2.objs_arr.access = _access, \ 499 .u2.objs_arr.min_len = _min_len, \ 500 .u2.objs_arr.max_len = _max_len, \ 551 .u2.enum_def.ids = _enum_arr, \
|
/linux-6.12.1/arch/arm/boot/dts/st/ |
D | stm32mp15xx-dhcor-io1v8.dtsi | 9 /* Enpirion EP3A8LQI U2 on the DHCOR */
|
/linux-6.12.1/arch/arm64/boot/dts/ti/ |
D | k3-am65-iot2050-usb3.dtsi | 26 snps,dis-u2-entry-quirk;
|
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/ |
D | icp_qat_fw_la.h | 303 } u2; member 314 } u2; member
|
/linux-6.12.1/arch/parisc/include/asm/ |
D | dma-mapping.h | 11 ** b) U2/Uturn cachable host memory NOP
|