Searched refs:status (Results 451 - 475 of 567) sorted by relevance

<<11121314151617181920>>

/u-boot/drivers/usb/host/
H A Dusb-uclass.c759 struct usb_port_status status; local
765 if (usb_get_port_status(udev, udev->portnr, &status)
770 if (le16_to_cpu(status.wPortChange) &
H A Dohci.h155 /* control and status registers */
180 __u32 status; member in struct:ohci_regs::ohci_roothub_regs
231 #define OHCI_INTR_RHSC (1 << 6) /* root hub status change */
302 #define RH_PS_CCS 0x00000001 /* current connect status */
303 #define RH_PS_PES 0x00000002 /* port enable status*/
304 #define RH_PS_PSS 0x00000004 /* port suspend status */
306 #define RH_PS_PRS 0x00000010 /* port reset status */
307 #define RH_PS_PPS 0x00000100 /* port power status */
309 #define RH_PS_CSC 0x00010000 /* connect status change */
310 #define RH_PS_PESC 0x00020000 /* port enable status chang
[all...]
/u-boot/drivers/video/exynos/
H A Dexynos_fb.c274 int status; local
279 status = (cfg & EXYNOS_I80STATUS_TRIG_DONE) ==
282 return status;
/u-boot/arch/arm/mach-mvebu/serdes/axp/
H A Dhigh_speed_env_lib.c258 int status = MV_OK; local
948 status = MV_OK;
972 status = MV_ERROR;
981 status = MV_ERROR;
1003 status = MV_ERROR;
1006 if (status == MV_OK)
1365 mdelay(10); /* We need to wait 10ms before reading the PEX_DBG_STATUS_REG in order not to read the status of the former state */
/u-boot/drivers/mtd/nand/raw/
H A Dmxs_nand.c690 uint8_t *status; local
796 /* Loop over status bytes, accumulating ECC status. */
797 status = nand_info->oob_buf + mxs_nand_aux_status_offset();
799 if (status[i] == 0x00)
802 if (status[i] == 0xff) {
811 if (status[i] == 0xfe) {
819 corrected += status[i];
822 /* Propagate ECC status to the owning MTD. */
H A Dsunxi_nand.c182 * @RB_GPIO: use a simple GPIO to handle Ready/Busy status. The Ready/Busy
326 u32 time_start, status; local
337 status = readl(nfc->regs + NFC_REG_ST);
338 if ((status & flags) == flags) {
346 writel(status & flags, nfc->regs + NFC_REG_ST);
417 dev_err(nfc->dev, "cannot check R/B NAND status!\n");
823 u32 status; local
849 status = readl(nfc->regs + NFC_REG_ECC_ST);
850 if (status & NFC_ECC_PAT_FOUND(0)) {
869 if (status
[all...]
/u-boot/include/
H A Dec_commands.h114 #define EC_MEMMAP_ACC_STATUS 0x90 /* Accelerometer status (8 bits )*/
130 /* Define the format of the accelerometer mapped memory status byte. */
450 /* LPC command status byte masks */
581 * raw event status via EC_MEMMAP_HOST_EVENTS but the LPC interface is
932 * Check EC communications status (busy). This is needed on i2c/spi but not
935 * lpc must read the status from the command register. Attempting this on
1355 * RO flash code protected now. If this bit is set, at-boot status cannot
1953 uint8_t status; /* enum ec_vboot_hash_status */ member in struct:ec_response_vboot_hash
1963 EC_VBOOT_HASH_GET = 0, /* Get current hash status */
2240 /* Query the current spoof mode status fo
2946 } status; member in union:ec_params_keyscan_seq_ctrl::__anon32
3850 } status; member in union:ec_response_sb_fw_update::__anon39
3887 uint8_t status; /* Status flags (0: unlocked, 1: locked) */ member in struct:ec_response_i2c_passthru_protect
3991 uint8_t status; /* EC status */ member in struct:ec_params_pd_status
4009 uint16_t status; /* PD MCU status */ member in struct:ec_response_pd_status
4022 uint32_t status; /* PD MCU host event status */ member in struct:ec_response_host_event_status
4379 uint32_t status; member in struct:ec_response_rwsig_check_status
[all...]
H A Dlibata.h106 ATA_BUSY = (1 << 7), /* BSY status bit */
623 static inline int ata_ok(u8 status) argument
625 return ((status & (ATA_BUSY | ATA_DRDY | ATA_DF | ATA_DRQ | ATA_ERR))
H A Dfsl_tgec.h13 /* 10GEC general control and status registers */
24 u32 status; /* MAC status register */ member in struct:tgec
177 u32 mdio_stat; /* MDIO configuration and status */
H A Dscsi.h20 * @status: SCSI Status
40 unsigned char status; member in struct:scsi_cmd
H A Dsmbios.h219 u8 status; member in struct:smbios_type4
H A Dremoteproc.h212 * status/features of this vdev have changes.
218 * @status is a place holder where the host will indicate its virtio progress.
248 u8 status; member in struct:fw_rsc_vdev
/u-boot/board/xilinx/zynqmp/zynqmp-e-a2197-00-revA/
H A Dpsu_init_gpl.c2002 int status = 1; local
2004 status &= psu_resetin_init_data();
2006 status &= serdes_fixcal_code();
2007 status &= serdes_enb_coarse_saturation();
2009 status &= psu_serdes_init_data();
2010 status &= psu_resetout_init_data();
2012 return status;
2022 int status = 1; local
2024 status &= psu_mio_init_data();
2025 status
[all...]
/u-boot/board/xilinx/zynqmp/zynqmp-e-a2197-00-revB/
H A Dpsu_init_gpl.c2002 int status = 1; local
2004 status &= psu_resetin_init_data();
2006 status &= serdes_fixcal_code();
2007 status &= serdes_enb_coarse_saturation();
2009 status &= psu_serdes_init_data();
2010 status &= psu_resetout_init_data();
2012 return status;
2022 int status = 1; local
2024 status &= psu_mio_init_data();
2025 status
[all...]
/u-boot/drivers/ufs/
H A Dufs-renesas.c327 enum ufs_notify_change_status status)
334 if (status == PRE_CHANGE)
326 ufs_renesas_hce_enable_notify(struct ufs_hba *hba, enum ufs_notify_change_status status) argument
/u-boot/arch/arm/include/asm/arch-omap3/
H A Dcpu.h25 u32 status; /* 0x2F0 */ member in struct:ctrl
136 u32 status; /* 0x14 */ member in struct:sdrc
H A Ddss.h91 u32 status; /* 0x04 */ member in struct:venc_regs
/u-boot/drivers/net/
H A Dsja1105.c344 u64 status; member in struct:sja1105_regs
2595 .status = 0x1,
2617 .status = 0x1,
2640 .status = SJA1110_SPI_ADDR(0x4),
2947 static void sja1105_status_unpack(void *buf, struct sja1105_status *status) argument
2949 sja1105_packing(buf, &status->configs, 31, 31, 4, UNPACK);
2950 sja1105_packing(buf, &status->crcchkl, 30, 30, 4, UNPACK);
2951 sja1105_packing(buf, &status->ids, 29, 29, 4, UNPACK);
2952 sja1105_packing(buf, &status->crcchkg, 28, 28, 4, UNPACK);
2956 struct sja1105_status *status)
2955 sja1105_status_get(struct sja1105_private *priv, struct sja1105_status *status) argument
3005 struct sja1105_status status; local
[all...]
H A Dfec_mxc.h25 /* Control and status Registers (offset 000-1FF) */
226 uint16_t status; /* BD's staus (see datasheet) */ member in struct:fec_bd
293 /* Receive BD status bits */
294 #define FEC_RBD_EMPTY 0x8000 /* Receive BD status: Buffer is empty */
295 #define FEC_RBD_WRAP 0x2000 /* Receive BD status: Last BD in ring */
296 /* Receive BD status: Buffer is last in frame (useless here!) */
298 #define FEC_RBD_MISS 0x0100 /* Receive BD status: Miss bit for prom mode */
299 /* Receive BD status: The received frame is broadcast frame */
301 /* Receive BD status: The received frame is multicast frame */
303 #define FEC_RBD_LG 0x0020 /* Receive BD status
[all...]
/u-boot/drivers/spi/
H A Dich.h221 int status; member in struct:ich_spi_priv
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-hwpko.h385 * Get the status counters for a port.
389 * @param status Where to put the results.
399 void cvmx_pko_get_port_status(u64 ipd_port, u64 clear, cvmx_pko_port_status_t *status);
/u-boot/lib/zlib/
H A Ddeflate.h58 /* Stream status */
96 int status; /* as the name implies */ member in struct:internal_state
/u-boot/lib/efi_loader/
H A Defi_file.c358 token->status = EFI_SUCCESS;
405 * Return: status code
606 * Return: status code
630 * Return: status code
647 token->status = EFI_SUCCESS;
705 * Return: status code
730 * Return: status code
747 token->status = EFI_SUCCESS;
763 * Return: status code
820 * Return: status cod
[all...]
/u-boot/arch/arm/include/asm/mach-imx/
H A Dele_api.h150 int ele_get_fw_status(u32 *status, u32 *response);
/u-boot/drivers/clk/qcom/
H A Dclock-qcm2290.c52 .status = 0x7000,

Completed in 414 milliseconds

<<11121314151617181920>>