Searched refs:status (Results 351 - 375 of 567) sorted by relevance

<<11121314151617181920>>

/u-boot/scripts/
H A Dsetlocalversion77 # First, with git-status, but --no-optional-locks is only
81 # git-update-index(1), git-diff-index(1), and git-status(1).
83 git --no-optional-locks status -uno --porcelain 2>/dev/null ||
/u-boot/board/xilinx/zynqmp/zynqmp-zcu106-rev1.0/
H A Dpsu_init_gpl.c787 int status = 1; local
789 status &= psu_resetin_init_data();
791 status &= serdes_fixcal_code();
792 status &= serdes_enb_coarse_saturation();
794 status &= psu_serdes_init_data();
795 status &= psu_resetout_init_data();
797 return status;
826 int status = 1; local
828 status &= psu_mio_init_data();
829 status
[all...]
/u-boot/drivers/mmc/
H A Dsunxi_mmc.h29 u32 mint; /* 0x34 masked interrupt status */
30 u32 rint; /* 0x38 raw interrupt status */
31 u32 status; /* 0x3c status */ member in struct:sunxi_mmc
43 u32 idst; /* 0x88 internal DMA status */
H A Dmxcmmc.c35 u32 status; member in struct:mxcmci_regs
208 printf("request failed. status: 0x%08x\n",
271 stat = readl(&host->base->status);
415 stat = readl(&host->base->status);
416 writel(stat, &host->base->status);
/u-boot/include/
H A Dusbdevice.h301 * get status bits
378 * Device status
462 urb_send_status_t status; member in struct:urb
478 int status; /* halted */ member in struct:usb_endpoint_instance
537 * device status
568 usb_device_status_t status; /* device status */ member in struct:usb_device_instance
649 serial_printf("\tstatus %d\n", u->status);
/u-boot/include/firmware/imx/sci/
H A Dsci.h88 void sc_misc_boot_status(sc_ipc_t ipc, sc_misc_boot_status_t status);
94 void sc_misc_get_button_status(sc_ipc_t ipc, sc_bool_t *status);
215 static inline void sc_misc_boot_status(sc_ipc_t ipc, sc_misc_boot_status_t status) argument
399 static inline void sc_misc_get_button_status(sc_ipc_t ipc, sc_bool_t *status) argument
/u-boot/drivers/net/ti/
H A Dicssg_config.h170 u8 status; member in struct:mgmt_cmd_rsp
/u-boot/drivers/clk/qcom/
H A Dclock-qcom.h26 uintptr_t status; member in struct:pll_vote_clk
H A Dclock-apq8016.c43 .status = GPLL0_STATUS,
H A Dclock-qcs404.c85 .status = GPLL0_STATUS,
92 .status = GPLL1_STATUS,
/u-boot/drivers/spi/
H A Dpic32_spi.c30 struct pic32_reg_atomic status; member in struct:pic32_reg_spi
97 u32 sr = readl(&priv->regs->status.raw);
104 u32 sr = readl(&priv->regs->status.raw);
375 writel(PIC32_SPI_STAT_RX_OV, &priv->regs->status.clr);
H A Duniphier_spi.c223 u32 ts, status; local
251 status = readl(priv->base + SSI_SR);
253 if (tx_len && (status & SSI_SR_TNF)) {
260 if (rx_len && (status & SSI_SR_RNE)) {
/u-boot/drivers/adc/
H A Dexynos-adc.c29 if (ADC_V2_GET_STATUS_FLAG(readl(&regs->status)) != FLAG_CONV_END)
90 /* Disable INT - will read status only */
/u-boot/cmd/
H A Dpinmux.c122 /* stop when the status of requested pin is displayed */
158 U_BOOT_CMD_MKENT(status, 2, 1, do_status, "", ""),
180 "pinmux status [-a | pin-name] - print pin-controller muxing [for all | for pin-name]\n"
/u-boot/drivers/mtd/onenand/
H A Donenand_base.c441 * onenand_read_ecc - return ecc status
808 * @param status return value from onenand_wait
817 static int onenand_recover_lsb(struct mtd_info *mtd, loff_t addr, int status) argument
824 return status;
827 if (!mtd_is_eccerr(status) && status != ONENAND_BBT_READ_ECC_ERROR)
828 return status;
833 return status;
1180 /* To get correct interrupt status in timeout case */
1294 int status, local
1955 int start, end, block, value, status; local
2066 unsigned int value, block, status; local
[all...]
/u-boot/test/fs/
H A Dfat-noncontig-test.sh142 echo U-Boot exit status indicates an error
/u-boot/drivers/mtd/nand/spi/
H A Dmicron.c148 u8 status)
150 switch (status & MICRON_STATUS_ECC_MASK) {
147 micron_8_ecc_get_status(struct spinand_device *spinand, u8 status) argument
H A Dmacronix.c71 u8 status)
76 switch (status & STATUS_ECC_MASK) {
70 mx35lf1ge4ab_ecc_get_status(struct spinand_device *spinand, u8 status) argument
H A Dtoshiba.c75 u8 status)
81 switch (status & STATUS_ECC_MASK) {
74 tx58cxgxsxraix_ecc_get_status(struct spinand_device *spinand, u8 status) argument
/u-boot/drivers/mtd/nand/raw/
H A Dfsl_elbc_nand.c76 unsigned int status; /* status read from LTESR after last op */ member in struct:fsl_elbc_ctrl
235 ctrl->status = ltesr & LTESR_NAND_MASK;
236 out_be32(&lbc->ltesr, ctrl->status);
246 ctrl->status, ctrl->mdr, in_be32(&lbc->fmr));
249 return ctrl->status == LTESR_CC ? 0 : -EIO;
460 /* CMD_STATUS must read the status byte while CEB is active */
512 ctrl->status = 0;
586 if (ctrl->status != LTESR_CC)
601 if (ctrl->status !
[all...]
/u-boot/drivers/usb/musb-new/
H A Domap2430.c63 int status = 0; local
107 return status;
/u-boot/drivers/usb/dwc3/
H A Dep0.c119 req->request.status = -EINPROGRESS;
165 dev_dbg(dwc->dev, "too early for delayed status");
187 * the wire, with the TRB's status set to "SETUP_PENDING". Such status
781 u32 status; local
798 status = DWC3_TRB_SIZE_TRBSTS(trb->size);
799 if (status == DWC3_TRBSTS_SETUP_PENDING) {
872 u32 status; local
895 status = DWC3_TRB_SIZE_TRBSTS(trb->size);
896 if (status
[all...]
/u-boot/drivers/video/
H A Domap3_dss.c40 writel(venc_cfg->status, &venc->status);
/u-boot/arch/x86/include/asm/
H A Dme_common.h100 u32 status:4; member in struct:me_did
318 * intel_me_status() - Check Intel Management Engine status
345 * @status: Status result (ME_INIT_...)
350 uint status);
/u-boot/drivers/video/rockchip/
H A Drk_edp.c231 /* Check AUX CH error access status */
492 u8 status[DP_LINK_STATUS_SIZE]; local
518 ret = rk_edp_dpcd_read_link_status(edp, status);
520 printf("displayport link status failed, ret=%d\n", ret);
524 clock_recovery = rk_edp_clock_recovery(status,
552 edp_get_adjust_train(status, edp->link_train.lane_count,
573 u8 status[DP_LINK_STATUS_SIZE]; local
594 if (rk_edp_dpcd_read_link_status(edp, status) < 0) {
595 printf("displayport link status failed\n");
599 channel_eq = rk_edp_channel_eq(status,
[all...]

Completed in 195 milliseconds

<<11121314151617181920>>