Searched refs:status (Results 251 - 275 of 567) sorted by relevance

<<11121314151617181920>>

/u-boot/drivers/net/
H A Dzynq_gem.c112 /* Use MII register 1 (MII status register) to detect PHY */
127 /* TX BD status masks */
194 u32 status; member in struct:emac_bd
448 priv->rx_bd[i].status = 0xF0000000;
477 dummy_tx_bd->status = ZYNQ_GEM_TXBUF_WRAP_MASK |
486 dummy_rx_bd->status = 0;
618 priv->tx_bd->status = (len & ZYNQ_GEM_TXBUF_FRMLEN_MASK) |
625 current_bd->status = ZYNQ_GEM_TXBUF_WRAP_MASK |
644 /* Read TX BD status */
645 if (priv->tx_bd->status
[all...]
H A Drtl8139.c108 /* Transmit status (four 32bit registers). */
174 /* chip status and configuration register */
369 unsigned int status; local
390 status = inw(priv->ioaddr + RTL_REG_INTRSTATUS);
397 status &= RTL_REG_INTRSTATUS_TXOK | RTL_REG_INTRSTATUS_TXERR |
399 outw(status, priv->ioaddr + RTL_REG_INTRSTATUS);
400 if (status)
408 if (!(status & RTL_REG_INTRSTATUS_TXOK)) {
410 "tx timeout/error (%d usecs), status %hX txstatus %lX\n",
411 10 * i, status, txstatu
[all...]
/u-boot/drivers/usb/host/
H A Dxhci-ring.c480 * Port status change events always have a
536 event->event_cmd.status)) != COMP_SUCCESS);
582 comp = GET_COMP_CODE(le32_to_cpu(event->event_cmd.status));
598 event->event_cmd.status)) != COMP_SUCCESS);
613 udev->status = 0;
616 udev->status = USB_ST_STALLED;
620 udev->status = USB_ST_BUF_ERR;
623 udev->status = USB_ST_BABBLE_DET;
626 udev->status = 0x80; /* USB_ST_TOO_LAZY_TO_MAKE_A_NEW_MACRO */
813 udev->status
[all...]
/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget_ep0.c41 * the gadget driver, or adjusting endpoint halt status.
52 case MUSB_EP0_STAGE_STATUSIN: return "in/status";
53 case MUSB_EP0_STAGE_STATUSOUT: return "out/status";
225 /* change it after the status stage */
491 req->status = -EOVERFLOW;
670 * hence the status stage is not complete.
688 /* Transition into the early status phase */
705 * we need to handle nuances around status stages, and also the
706 * case where status and setup stages come back-to-back ...
730 * status phas
919 int status; local
1007 int status; local
[all...]
/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c114 static void done(struct dwc2_ep *ep, struct dwc2_request *req, int status);
121 static void nuke(struct dwc2_ep *ep, int status);
371 static void done(struct dwc2_ep *ep, struct dwc2_request *req, int status) argument
380 if (likely(req->req.status == -EINPROGRESS))
381 req->req.status = status;
383 status = req->req.status;
385 if (status && status !
422 nuke(struct dwc2_ep *ep, int status) argument
[all...]
H A Df_acm.c438 /* respond with data transfer or status phase? */
531 int status; local
547 status = udc_device_get_by_index(0, &f_acm->udc);
548 if (status)
549 return status;
551 status = usb_add_function(c, &f_acm->usb_function);
552 if (status) {
554 return status;
563 return status;
/u-boot/drivers/mtd/nand/spi/
H A Dwinbond.c110 u8 status)
116 switch (status & STATUS_ECC_MASK) {
109 w25n02kv_ecc_get_status(struct spinand_device *spinand, u8 status) argument
/u-boot/tools/patman/
H A Dcontrol.py190 """Check the status of patches in patchwork
228 raise ValueError('Please fix warnings before running status')
244 from patman import status namespace
245 status.check_patchwork_status(series, found[0], branch, dest_branch, force,
/u-boot/drivers/tee/broadcom/
H A Dchimp_optee.c77 printf("Handshake status command failed\n");
112 printf("Helath status command failed\n");
164 int chimp_handshake_status_optee(u32 timeout, u32 *status) argument
166 printf("ChiMP handshake status fail (OPTEE not enabled)\n");
171 int chimp_health_status_optee(u32 *status) argument
173 printf("ChiMP health status fail (OPTEE not enabled)\n");
/u-boot/drivers/fpga/
H A DstratixII.c101 (fns->config && fns->status && fns->done && fns->data
131 if (fns->status (cookie) != 1) {
/u-boot/drivers/w1-eeprom/
H A Dds2502.c6 * In addition it has 8 out of band status bytes that are used, by software,
135 static int ds2502_indirect_page(struct udevice *dev, u8 *status, int page) argument
140 u8 sb = status[page + 1];
149 "Illegal page redirection status byte %02x\n",
/u-boot/drivers/virtio/
H A Dvirtio_net.h45 /* virtio_net_config.status available */
76 __u16 status; member in struct:virtio_net_config
155 * and an ack/status response in the last entry. Data for the
229 * in the status field after it receives this command.
/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddsim.h15 unsigned int status; member in struct:exynos_mipi_dsim
/u-boot/include/net/
H A Dncsi-pkt.h184 __be32 status; /* Link status */ member in struct:ncsi_rsp_gls_pkt
186 __be32 oem_status; /* OEM link status */
318 /* Get package status */
321 __be32 status; /* Hardware arbitration status */ member in struct:ncsi_rsp_gps_pkt
335 __be32 status; /* Link status */ member in struct:ncsi_aen_lsc_pkt
336 __be32 oem_status; /* OEM link status */
351 __be32 status; /* Statu member in struct:ncsi_aen_hncdsc_pkt
[all...]
/u-boot/include/
H A Daltera.h106 Altera_status_fn status; member in struct:__anon175
/u-boot/arch/arm/include/asm/arch-rockchip/
H A Df_rockusb.h98 /* Command status Wrapper */
103 u8 status; /* See below */ member in struct:bulk_cs_wrap
/u-boot/drivers/mmc/
H A Dmmc_private.h15 int mmc_send_status(struct mmc *mmc, unsigned int *status);
/u-boot/drivers/net/octeontx2/
H A Dcgx.c140 int cgx_lmac_link_status(struct lmac *lmac, int lmac_id, u64 *status) argument
144 ret = cgx_intf_get_link_sts(lmac->cgx->cgx_id, lmac_id, status);
169 u64 *status)
174 status);
168 cgx_lmac_link_enable(struct lmac *lmac, int lmac_id, bool enable, u64 *status) argument
/u-boot/board/xilinx/zynqmp/zynqmp-zcu106-revA/
H A Dpsu_init_gpl.c738 int status = 1; local
740 status &= psu_resetin_init_data();
742 status &= serdes_fixcal_code();
743 status &= serdes_enb_coarse_saturation();
745 status &= psu_serdes_init_data();
746 status &= psu_resetout_init_data();
748 return status;
777 int status = 1; local
779 status &= psu_mio_init_data();
780 status
[all...]
/u-boot/board/xilinx/zynqmp/zynqmp-zcu102-revA/
H A Dpsu_init_gpl.c762 int status = 1; local
764 status &= psu_resetin_init_data();
766 status &= serdes_fixcal_code();
767 status &= serdes_enb_coarse_saturation();
769 status &= psu_serdes_init_data();
770 status &= psu_resetout_init_data();
772 return status;
801 int status = 1; local
803 status &= psu_mio_init_data();
804 status
[all...]
/u-boot/arch/arm/include/asm/mach-imx/
H A Dmodule_fuse.h74 u32 status; member in struct:fuse_entry_desc
/u-boot/drivers/usb/dwc3/
H A Dgadget.h79 int status);
/u-boot/drivers/rng/
H A Drockchip_rng.c176 u32 status, version; local
188 readl_poll_timeout(pdata->base + TRNG_V1_ISTAT, status,
189 (status & TRNG_V1_ISTAT_RAND_RDY),
193 trng_write(pdata, TRNG_V1_ISTAT, status);
/u-boot/arch/riscv/cpu/
H A Dcpu.c129 csr_set(MODE_PREFIX(status), MSTATUS_FS);
/u-boot/arch/arm/mach-imx/
H A Dtimer.c23 unsigned int status; member in struct:mxc_gpt

Completed in 193 milliseconds

<<11121314151617181920>>