Searched refs:status (Results 401 - 425 of 567) sorted by relevance

<<11121314151617181920>>

/u-boot/drivers/video/
H A Dmali_dp.c129 u32 status, tries = 300; local
132 status = readl(malidp->dc_status_addr);
133 if ((status >> malidp->config_bit_shift) & 1)
/u-boot/drivers/mmc/
H A Ddavinci_mmc.c78 dmmc_wait_fifo_status(volatile struct davinci_mmc_regs *regs, uint status) argument
82 while (--wdog && ((get_val(&regs->mmcst1) & status) != status))
162 /* Clear status registers */
351 /* Clear status registers explicitly - soft reset doesn't clear it
352 * If Uboot is invoked from UBL with SDMMC Support, the status
H A Darm_pl180_mmci.h162 u32 status; /* 0x34*/ member in struct:sdi_registers
H A Dmmc.c132 int status; local
134 status = (cmd->response[0] & MMC_STATUS_CURR_STATE) >> 9;
135 printf("CURR STATE:%d\n", status);
257 int mmc_send_status(struct mmc *mmc, unsigned int *status) argument
270 *status = cmd.response[0];
277 unsigned int status; local
285 err = mmc_send_status(mmc, &status);
289 if ((status & MMC_STATUS_RDY_FOR_DATA) &&
290 (status & MMC_STATUS_CURR_STATE) !=
294 if (status
812 unsigned int status, start; local
[all...]
/u-boot/drivers/i2c/
H A Di2c-microchip.c86 * @isr_status: cached copy of local ISR status.
243 u32 status; local
246 status = bus->isr_status;
248 switch (status) {
/u-boot/drivers/clk/at91/
H A Dclk-sam9x60-pll.c52 unsigned int status; local
54 pmc_read(base, AT91_PMC_PLL_ISR0, &status);
56 return !!(status & BIT(id));
H A Dclk-master.c59 unsigned int status; local
61 pmc_read(master->base, AT91_PMC_SR, &status);
63 return !!(status & bit);
/u-boot/cmd/
H A Dregulator.c194 printf("Regulator %s status:\n", uc_pdata->name);
210 static void do_status_line(struct udevice *dev, int status) argument
236 printf(" %i", status);
435 U_BOOT_CMD_MKENT(status, 2, 1, do_status, "", ""),
463 "regulator status [-a] - print operating status [for all]\n"
/u-boot/scripts/
H A Dget_maintainer.pl57 my $status = 0;
266 'status!' => \$status,
315 $status = 0;
321 my $selections = $email + $scm + $status + $subsystem + $web;
323 die "$P: Missing required option: email, scm, status, subsystem or web\n";
631 my @status = ();
646 if ($status) {
647 @status = uniq(@status);
[all...]
/u-boot/drivers/mtd/nand/raw/
H A Dtegra_nand.h214 u32 status; /* offset 04h */ member in struct:nand_ctlr
/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dp2wi.h124 u32 status; /* 0x0c status */ member in struct:sunxi_p2wi_reg
/u-boot/include/faraday/
H A Dftsdc010.h27 unsigned int status; /* 0x28 - status reg */ member in struct:ftsdc010_mmc
43 unsigned int sdio_status; /* 0x74 - SDIO status regi */
114 /* 0x28 - status register */
240 /* 0x74 - sdio status register */
/u-boot/arch/nios2/cpu/
H A Dstart.S24 wrctl status, r0 /* Disable interrupts */
/u-boot/drivers/net/ldpaa_eth/
H A Dldpaa_eth.h57 /* Frame annotation status */
62 __le32 status; member in struct:ldpaa_fas
/u-boot/arch/arm/mach-zynqmp/include/mach/
H A Dhardware.h159 u32 status; member in struct:csu_regs
/u-boot/drivers/net/
H A Ddesignware.h74 u32 status; /* 0x14 */ member in struct:eth_dma_regs
125 /* tx status bits definitions */
147 /* rx status bits definitions */
H A Dfsl_enetc.c650 u32 status; local
656 status = le32_to_cpu(priv->enetc_rxbd[pi].r.lstatus);
658 rdy = ENETC_RXBD_STATUS_R(status);
668 ENETC_RXBD_STATUS_ERRORS(status),
/u-boot/include/
H A Dahci.h33 #define HOST_IRQ_STAT 0x08 /* interrupt status */
48 #define PORT_IRQ_STAT 0x10 /* interrupt status */
76 #define PORT_IRQ_CONNECT (1 << 6) /* port connect change status */
123 u32 status; member in struct:ahci_cmd_hdr
182 * port_status() - get the status of a SATA port
210 * sata_port_status() - get the status of a SATA port
/u-boot/drivers/net/fm/
H A Dfm.h36 u16 status; member in struct:fm_port_bd
47 /* Rx BD status flags */
55 /* Tx BD status flags */
/u-boot/drivers/spi/
H A Dmxc_spi.c310 int status; local
372 status = reg_read(&regs->stat);
374 while ((status & MXC_CSPICTRL_TC) == 0) {
379 status = reg_read(&regs->stat);
/u-boot/arch/arm/mach-omap2/omap3/
H A Dsys_info.c207 return (readl(&ctrl_base->status) & SYSBOOT_MASK);
H A Dsdrc.c157 wait_on_value(RESETDONE, RESETDONE, &sdrc_base->status,
/u-boot/drivers/mtd/spi/
H A Dspi-nor-tiny.c29 /* Define max times to check status register before we give up. */
146 * Write status register 1 byte
214 int status; local
229 status = spi_nor_write_reg(nor, cmd, NULL, 0);
233 if (!status && !enable &&
248 return status;
260 * Read the status register, returning its value in the location
261 * Return the status register value.
279 * Read the flag status register, returning its value in the location
280 * Return the status registe
[all...]
/u-boot/drivers/ufs/
H A Dufs.h104 /* Overall command status values */
761 bool status)
764 return hba->ops->hce_enable_notify(hba, status);
770 bool status)
773 return hba->ops->link_startup_notify(hba, status);
760 ufshcd_ops_hce_enable_notify(struct ufs_hba *hba, bool status) argument
769 ufshcd_ops_link_startup_notify(struct ufs_hba *hba, bool status) argument
/u-boot/arch/x86/cpu/quark/
H A Ddram.c143 if (mrc_params.status)

Completed in 708 milliseconds

<<11121314151617181920>>