Searched refs:status (Results 226 - 250 of 567) sorted by relevance

1234567891011>>

/u-boot/drivers/timer/
H A Datmel_pit_timer.c19 u32 status; member in struct:atmel_pit_regs
H A Dast_timer.c40 * the status register.
58 return AST_TMC_RELOAD_VAL - readl(&priv->tmc->status);
/u-boot/drivers/i2c/
H A Dsun6i_p2wi.c38 reg = readl(&base->status);
52 writel(reg, &base->status); /* Clear status bits */
64 writel(P2WI_STAT_TRANS_DONE, &base->status);
79 writel(P2WI_STAT_TRANS_DONE, &base->status);
H A Ds3c24x0_i2c.c229 uint status; local
239 status = I2C_TXRX_ENA | I2C_START_STOP;
241 status |= I2C_MODE_MR;
243 status |= I2C_MODE_MT;
244 writel(status, &i2c->iicstat);
/u-boot/drivers/misc/
H A Dgdsys_rxaui_ctrl.c19 u16 status; member in struct:gdsys_rxaui_ctrl_regs
/u-boot/cmd/
H A Dpcap.c57 "pcap status\t\t\tprint status\n"
69 U_BOOT_SUBCMD_MKENT(status, 1, 0, do_pcap_status),
/u-boot/include/linux/mtd/
H A Domap_gpmc.h68 u32 status; /* 0x54 */ member in struct:gpmc
/u-boot/tools/binman/
H A Dbintool.py253 status = collections.defaultdict(list)
257 status[result].append(name)
266 show_status(col.GREEN, 'Already present', status[PRESENT])
267 show_status(col.GREEN, 'Tools fetched', status[FETCHED])
268 if status[FAIL]:
269 show_status(col.RED, 'Failures', status[FAIL])
270 return not status[FAIL]
/u-boot/drivers/video/sunxi/
H A Dsunxi_dw_hdmi.c43 u32 status; member in struct:sunxi_hdmi_phy
93 while ((readl(&phy->status) & 0x80) == 0) {
109 tmp = (readl(&phy->status) & 0x1f800) >> 11;
141 tmp = (readl(&phy->status) & 0x1f800) >> 11;
159 tmp = (readl(&phy->status) & 0x1f800) >> 11;
173 tmp = (readl(&phy->status) & 0x1f800) >> 11;
187 tmp = (readl(&phy->status) & 0x1f800) >> 11;
/u-boot/drivers/net/ti/
H A Dkeystone_net.c129 unsigned int i, status; local
149 status = readl(RGMII_STATUS_REG);
150 } while (!(status & RGMII_REG_STATUS_LINK));
159 unsigned int i, status, mask; local
204 status = __raw_readl(SGMII_STATUS_REG(port));
205 if ((status & SGMII_REG_STATUS_LOCK) != 0)
218 status = __raw_readl(SGMII_STATUS_REG(port));
219 if ((status & mask) == mask)
224 while ((status & mask) != mask) {
244 status
[all...]
H A Ddavinci_emac.c684 int status, ret = -1; local
690 status = rx_curr_desc->pkt_flag_len;
691 if ((status & EMAC_CPPI_OWNERSHIP_BIT) == 0) {
692 if (status & EMAC_CPPI_RX_ERROR_FRAME) {
710 if (status & EMAC_CPPI_EOQ_BIT) {
739 status = tail_desc->pkt_flag_len;
740 if (status & EMAC_CPPI_EOQ_BIT) {
743 status &= ~EMAC_CPPI_EOQ_BIT;
744 tail_desc->pkt_flag_len = status;
/u-boot/arch/arm/mach-apple/
H A Dboard.c778 u32 status = 0; local
785 status |= env_set_hex("loadaddr", lmb_alloc(&lmb, SZ_1G, SZ_2M));
786 status |= env_set_hex("fdt_addr_r", lmb_alloc(&lmb, SZ_2M, SZ_2M));
787 status |= env_set_hex("kernel_addr_r", lmb_alloc(&lmb, SZ_128M, SZ_2M));
788 status |= env_set_hex("ramdisk_addr_r", lmb_alloc(&lmb, SZ_1G, SZ_2M));
789 status |= env_set_hex("kernel_comp_addr_r",
791 status |= env_set_hex("kernel_comp_size", KERNEL_COMP_SIZE);
792 status |= env_set_hex("scriptaddr", lmb_alloc(&lmb, SZ_4M, SZ_2M));
793 status |= env_set_hex("pxefile_addr_r", lmb_alloc(&lmb, SZ_4M, SZ_2M));
795 if (status)
[all...]
/u-boot/drivers/spi/
H A Datmel_spi.c210 u32 status; local
253 status = readl(&reg_base->sr);
255 if (status & ATMEL_SPI_SR_OVRES)
258 if ((len_tx < len) && (status & ATMEL_SPI_SR_TDRE)) {
267 if (status & ATMEL_SPI_SR_RDRF) {
/u-boot/arch/arm/mach-stm32mp/stm32mp1/
H A Dfdt.c271 u32 addr, status, decprot[ETZPC_DECPROT_NB]; local
289 status = (decprot[offset] >> shift) & DECPROT_MASK;
292 log_debug("ETZPC: 0x%08x decprot %d=%d\n", addr, i, status);
295 status == DECPROT_NON_SECURED)
300 addr, i, status);
/u-boot/drivers/net/fm/
H A Deth.c283 muram_writew(&rxbd->status, RxBD_EMPTY);
356 muram_writew(&txbd->status, TxBD_LAST);
538 for (i = 0; muram_readw(&txbd->status) & TxBD_READY; i++) {
541 printf("%s: Tx buffer not ready, txbd->status = 0x%x\n",
542 dev->name, muram_readw(&txbd->status));
551 muram_writew(&txbd->status, TxBD_READY | TxBD_LAST);
563 for (i = 0; muram_readw(&txbd->status) & TxBD_READY; i++) {
566 printf("%s: Tx error, txbd->status = 0x%x\n",
567 dev->name, muram_readw(&txbd->status));
593 muram_writew(&rxbd->status, RxBD_EMPT
619 u16 status, len; local
[all...]
/u-boot/drivers/usb/host/
H A Dxhci.c155 * Return: status of the Handshake
183 * Return: -EBUSY if XHCI Controller is not halted else status of handshake
219 * than status until the "Controller Not Ready" flag is cleared.
460 switch (GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))) {
468 GET_COMP_CODE(le32_to_cpu(event->event_cmd.status)));
484 * Return: returns the status of xhci_init_ep_contexts_if
592 * Return: returns the status of the xhci_configure_endpoints
692 switch (GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))) {
710 udev->status = 0;
714 GET_COMP_CODE(le32_to_cpu(event->event_cmd.status)));
857 u32 status; local
[all...]
/u-boot/drivers/usb/musb-new/
H A Dmusb_core.c1406 int status = 0; local
1473 status = ep_config_from_table(musb);
1475 status = ep_config_from_hw(musb);
1477 if (status < 0)
1478 return status;
1717 int status; local
1721 status = musb_platform_set_mode(musb, MUSB_HOST);
1723 status = musb_platform_set_mode(musb, MUSB_PERIPHERAL);
1725 status = musb_platform_set_mode(musb, MUSB_OTG);
1727 status
1930 int status; local
2187 int status; local
[all...]
/u-boot/drivers/usb/mtu3/
H A Dmtu3_gadget.c13 struct usb_request *req, int status)
21 if (req->status == -EINPROGRESS)
22 req->status = status;
31 mep->name, req, req->status, req->actual, req->length);
37 static void nuke(struct mtu3_ep *mep, const int status) argument
44 dev_dbg(mep->mtu->dev, "abort %s's req: sts %d\n", mep->name, status);
53 mtu3_req_complete(mep, &mreq->request, status);
279 mreq->request.status = -EINPROGRESS;
/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_dqs.c134 int status; local
172 status = ddr3_find_adll_limits(dram_info, cs,
174 if (MV_OK != status)
175 return status;
179 status = ddr3_center_calc(dram_info, cs, ecc,
181 if (MV_OK != status)
182 return status;
216 int status; local
252 status = ddr3_find_adll_limits(dram_info, cs,
254 if (MV_OK != status)
[all...]
H A Dddr3_spd.c595 int status; local
610 status = ddr3_spd_init(&dimm_info[0], 0, *ddr_width);
611 if (MV_OK != status)
612 return status;
618 status = ddr3_spd_sum_init(&dimm_info[0], &sum_info, 0);
619 if (MV_OK != status)
620 return status;
638 status = ddr3_spd_init(&dimm_info[dimm], dimm_addr[dimm],
640 if (MV_OK != status)
641 return status;
[all...]
/u-boot/drivers/net/qe/
H A Ddm_qe_uec.c243 u16 status; local
261 status = BD_STATUS(bd);
262 status &= BD_WRAP;
263 status |= (TX_BD_READY | TX_BD_LAST);
264 BD_STATUS_SET(bd, status);
278 BD_ADVANCE(bd, status, uec->p_tx_bd_ring);
296 u16 status; local
307 status = BD_STATUS(bd);
309 while (!(status & RX_BD_EMPTY)) {
310 if (!(status
[all...]
/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c463 u8 status; local
471 ret = nand_status_op(chip, &status);
475 return status & NAND_STATUS_WP ? 0 : 1;
555 * nand_wait_status_ready - [GENERIC] Wait for the ready status after commands.
559 * Wait for status ready (i.e. command done) or timeout.
570 u8 status; local
572 ret = nand_read_data_op(chip, &status, sizeof(status), true);
576 if (status & NAND_STATUS_READY)
639 * Program and erase have their own busy handlers status an
849 u8 status; local
873 u8 status; local
1243 int status; local
1273 int status; local
1370 nand_status_op(struct nand_chip *chip, u8 *status) argument
1419 int status; local
1452 int i, status; local
3082 int status, subpage; local
3345 int chipnr, page, status, len; local
3501 int page, status, pages_per_block, ret, chipnr; local
[all...]
/u-boot/board/xilinx/zynqmp/zynqmp-zc1232-revA/
H A Dpsu_init_gpl.c696 int status = 1; local
698 status &= psu_resetin_init_data();
700 status &= serdes_fixcal_code();
701 status &= serdes_enb_coarse_saturation();
703 status &= psu_serdes_init_data();
704 status &= psu_resetout_init_data();
706 return status;
724 int status = 1; local
726 status &= psu_mio_init_data();
727 status
[all...]
/u-boot/drivers/net/
H A Dmacb.c456 u32 status; local
469 status = macb->rx_ring[next_rx_tail].ctrl;
470 if (status & MACB_BIT(RX_SOF)) {
481 if (status & MACB_BIT(RX_EOF)) {
484 length = status & RXBUF_FRMLEN_MASK;
530 u16 status, adv; local
539 status = macb_mdio_read(macb, macb->phy_addr, MII_BMSR);
540 if (status & BMSR_ANEGCOMPLETE)
545 if (status & BMSR_ANEGCOMPLETE)
548 printf("%s: Autonegotiation timed out (status
671 u16 phy_id, status, adv, lpa; local
[all...]
/u-boot/common/
H A Dusb.c47 bool usb_started; /* flag for the started/stopped USB status */
158 struct usb_port_status status; local
161 &status) < 0)
165 if (le16_to_cpu(status.wPortChange) &
219 * and the current status are stored in the dev->act_len and dev->status.
243 dev->status = USB_ST_NOT_PROC; /*not yet processed */
252 * Wait for status to update until timeout expires, USB driver
253 * interrupt handler may set the status when the USB operation has
257 if (!((volatile unsigned long)dev->status
[all...]

Completed in 161 milliseconds

1234567891011>>