Home
last modified time | relevance | path

Searched refs:param0 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/s390x/
H A Dioinst.c389 uint32_t param0; member
419 uint32_t param0 = be32_to_cpu(req->param0); in ioinst_handle_chsc_scpd() local
428 rfmt = (param0 & CHSC_SCPD_0_RFMT) >> 8; in ioinst_handle_chsc_scpd()
430 rfmt = !!(param0 & CHSC_SCPD_0_C); in ioinst_handle_chsc_scpd()
432 if ((len != 0x0010) || (param0 & CHSC_SCPD_0_RES) || in ioinst_handle_chsc_scpd()
437 if (param0 & CHSC_SCPD_0_FMT) { in ioinst_handle_chsc_scpd()
441 cssid = (param0 & CHSC_SCPD_0_CSSID) >> 16; in ioinst_handle_chsc_scpd()
442 m = param0 & CHSC_SCPD_0_M; in ioinst_handle_chsc_scpd()
449 f_chpid = param0 & CHSC_SCPD_01_CHPID; in ioinst_handle_chsc_scpd()
476 uint32_t param0 = be32_to_cpu(req->param0); in ioinst_handle_chsc_scsc() local
[all …]
/openbmc/dbus-sensors/include/linux/
H A Dpeci-ioctl.h580 __u8 param0; member
600 __u16 param0; member
/openbmc/u-boot/drivers/usb/dwc3/
H A Dgadget.c298 dwc3_writel(dwc->regs, DWC3_DEPCMDPAR0(ep), params->param0); in dwc3_send_gadget_ep_cmd()
391 params.param0 = DWC3_DEPCFG_EP_TYPE(usb_endpoint_type(desc)) in dwc3_gadget_set_ep_config()
398 params.param0 |= DWC3_DEPCFG_BURST_SIZE(burst); in dwc3_gadget_set_ep_config()
402 params.param0 |= DWC3_DEPCFG_IGN_SEQ_NUM; in dwc3_gadget_set_ep_config()
405 params.param0 |= DWC3_DEPCFG_ACTION_RESTORE; in dwc3_gadget_set_ep_config()
434 params.param0 |= DWC3_DEPCFG_FIFO_NUMBER(dep->number >> 1); in dwc3_gadget_set_ep_config()
451 params.param0 = DWC3_DEPXFERCFG_NUM_XFER_RES(1); in dwc3_gadget_set_xfer_resource()
891 params.param0 = upper_32_bits(req->trb_dma); in __dwc3_gadget_kick_transfer()
H A Dcore.h981 u32 param0; member
H A Dep0.c90 params.param0 = upper_32_bits(dwc->ep0_trb_addr); in dwc3_ep0_start_trans()