Searched refs:status (Results 126 - 150 of 567) sorted by relevance

1234567891011>>

/u-boot/arch/x86/lib/fsp1/
H A Dfsp_support.c74 void fsp_continue(u32 status, void *hob_list) argument
78 assert(status == 0);
152 "movl 4(%%esp), %%eax;" /* status */
174 u32 status; local
196 : "=a"(status) : "m"(params_ptr), "a"(notify), "m"(*params_ptr)
199 return status;
/u-boot/drivers/virtio/
H A Dvirtio-uclass.c67 int virtio_get_status(struct udevice *vdev, u8 *status) argument
73 return ops->get_status(vdev->parent, status);
76 int virtio_set_status(struct udevice *vdev, u8 status) argument
82 return ops->set_status(vdev->parent, status);
140 void virtio_add_status(struct udevice *vdev, u8 status) argument
145 virtio_set_status(vdev, old | status);
151 u8 status; local
162 ret = virtio_get_status(vdev, &status);
165 if (!(status & VIRTIO_CONFIG_S_FEATURES_OK)) {
166 debug("(%s): device refuses features %x\n", vdev->name, status);
[all...]
/u-boot/drivers/rtc/
H A Drv3028.c84 u8 status; local
87 ret = dm_i2c_read(dev, RV3028_STATUS, &status, 1);
89 printf("%s: error reading RTC status: %x\n", __func__, ret);
93 if (status & RV3028_STATUS_PORF) {
124 u8 status; local
151 ret = dm_i2c_read(dev, RV3028_STATUS, &status, 1);
153 printf("%s: error reading RTC status: %x\n", __func__, ret);
156 status |= RV3028_STATUS_PORF;
157 return dm_i2c_write(dev, RV3028_STATUS, &status, 1);
H A Dds3231.c49 * RTC status register bits
69 uchar sec, min, hour, mday, wday, mon_cent, year, control, status; local
72 status = rtc_read (RTC_STAT_REG_ADDR);
82 "hr: %02x min: %02x sec: %02x control: %02x status: %02x\n",
83 year, mon_cent, mday, wday, hour, min, sec, control, status);
85 if (status & RTC_STAT_BIT_OSF) {
178 uchar sec, min, hour, mday, wday, mon_cent, year, status; local
180 status = dm_i2c_reg_read(dev, RTC_STAT_REG_ADDR);
189 if (status & RTC_STAT_BIT_OSF) {
H A Dzynqmp_rtc.c34 u32 status; local
37 status = readl(priv->base + RTC_INT_STS);
39 if (status & RTC_INT_SEC) {
84 * Clear the rtc interrupt status register after setting the
/u-boot/include/
H A Dfdt_support.h79 const char *prop, const char *status)
81 do_fixup_by_path(fdt, path, prop, status, strlen(status) + 1, 1);
355 int fdt_set_node_status(void *fdt, int nodeoffset, enum fdt_status status);
370 enum fdt_status status);
385 enum fdt_status status);
400 int fdt_set_status_by_pathf(void *fdt, enum fdt_status status, const char *fmt,
78 do_fixup_by_path_string(void *fdt, const char *path, const char *prop, const char *status) argument
/u-boot/drivers/phy/rockchip/
H A Dphy-rockchip-pcie.c98 u32 reg, status; local
118 status,
119 status & PHY_PLL_LOCKED,
132 status,
133 !(status & PHY_PLL_OUTPUT),
148 status,
149 status & PHY_PLL_LOCKED,
/u-boot/arch/arm/mach-snapdragon/
H A Dboard.c284 u32 status = 0; local
289 status |= env_set_hex("kernel_addr_r", addr_alloc(&lmb, SZ_128M));
290 status |= env_set_hex("ramdisk_addr_r", addr_alloc(&lmb, SZ_128M));
291 status |= env_set_hex("kernel_comp_addr_r", addr_alloc(&lmb, KERNEL_COMP_SIZE));
292 status |= env_set_hex("kernel_comp_size", KERNEL_COMP_SIZE);
293 status |= env_set_hex("scriptaddr", addr_alloc(&lmb, SZ_4M));
294 status |= env_set_hex("pxefile_addr_r", addr_alloc(&lmb, SZ_4M));
295 status |= env_set_hex("fdt_addr_r", addr_alloc(&lmb, SZ_2M));
297 if (status)
/u-boot/drivers/tee/optee/
H A Doptee_smc.h187 unsigned long status; member in struct:optee_smc_get_shm_config_result
230 unsigned long status; member in struct:optee_smc_exchange_capabilities_result
269 unsigned long status; member in struct:optee_smc_disable_shm_cache_result
/u-boot/drivers/rng/
H A Dmeson-rng.c62 u32 status = 0; local
66 status, !(status & bit),
/u-boot/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c30 uint32_t status = in_be32(&regs->ltesr); local
32 if (status == 1)
35 if (status & 1) {
/u-boot/drivers/usb/gadget/
H A Df_fastboot.c201 int status = req->status; local
202 if (!status)
204 printf("status: %d ep '%s' trans: %d\n", status, ep->name, req->actual);
372 int status; local
392 status = usb_add_function(c, &f_fb->usb_function);
393 if (status) {
398 return status;
460 if (req->status !
[all...]
H A Dcomposite.c123 int status = 0; local
126 status = usb_gadget_disconnect(cdev->gadget);
127 if (status == 0)
130 return status;
146 int status = 0; local
149 status = -EINVAL;
153 status = usb_gadget_connect(cdev->gadget);
156 return status;
202 int status; local
218 status
485 int status = -EINVAL; local
1381 int status = -ENOMEM; local
[all...]
H A Datmel_usba_udc.c91 unsigned long status; local
95 status = usba_ep_readl(ep, STA);
96 nr_busy = USBA_BFEXT(BUSY_BANKS, status);
108 bytecount = USBA_BFEXT(BYTE_COUNT, status);
110 if (status & USBA_SHORT_PACKET)
124 req->req.status = 0;
132 status = usba_ep_readl(ep, STA);
133 nr_busy = USBA_BFEXT(BUSY_BANKS, status);
143 request_complete(struct usba_ep *ep, struct usba_request *req, int status) argument
145 if (req->req.status
155 request_complete_list(struct usba_ep *ep, struct list_head *list, int status) argument
718 u16 status; local
950 int status = -EPROTO; local
1063 u32 status, ep_status; local
[all...]
/u-boot/drivers/gpio/
H A Dpcf8575_gpio.c81 int status; local
84 status = pcf8575_i2c_write(dev, plat->out);
86 return status;
/u-boot/board/samsung/common/
H A Dmisc.c48 char *status = "error!\n"; local
74 status = "done\n";
78 puts(status);
/u-boot/arch/x86/lib/fsp2/
H A Dfsp_support.c116 u32 status; local
139 : "=a"(status) : "m"(params_ptr), "a"(notify), "m"(*params_ptr)
142 return status;
/u-boot/board/k+p/kp_imx53/
H A Dkp_imx53.c167 void show_boot_progress(int status) argument
173 if (status == BOOTSTAGE_ID_START_UBOOT_F) {
192 if (status == BOOTSTAGE_ID_BOOTM_HANDOFF) {
/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_hw_training.c89 int status; local
369 status = ddr3_read_leveling_sw(freq, tmp_ratio,
371 if (MV_OK != status) {
374 return status;
409 status = MV_OK;
410 status = ddr3_pbs_rx(&dram_info);
411 if (MV_OK != status) {
413 return status;
419 status = ddr3_pbs_tx(&dram_info);
420 if (MV_OK != status) {
[all...]
H A Dxor.h26 * status (see MV_STATE enumerator)
27 * Start can be applied only when status is IDLE
28 * Stop can be applied only when status is IDLE, ACTIVE or PAUSED
29 * Pause can be applied only when status is ACTIVE
30 * Restart can be applied only when status is PAUSED
52 u32 status; /* Successful descriptor execution indication */ member in struct:crc_dma_desc
/u-boot/disk/
H A Dpart_mac.h65 __u32 status; /* partition status bits */ member in struct:mac_partition
/u-boot/include/net/pfe_eth/
H A Dpfe_driver.h32 u32 status; member in struct:buf_desc
/u-boot/arch/arm/mach-exynos/include/mach/
H A Dadc.h60 unsigned int status; member in struct:exynos_adc_v2
/u-boot/tools/patman/
H A Dcmdline.py118 status = subparsers.add_parser('status',
119 help='Check status of patches in patchwork')
120 status.add_argument('-C', '--show-comments', action='store_true',
122 status.add_argument(
125 status.add_argument('-f', '--force', action='store_true',
/u-boot/drivers/i2c/
H A Dgeni_i2c.c152 u32 status = readl(geni->base + SE_GENI_M_IRQ_STATUS); local
154 if (status & (M_CMD_ABORT_EN |
161 writel(status, geni->base + SE_GENI_M_IRQ_CLEAR);
166 if ((status & M_TX_FIFO_WATERMARK_EN) == 0) {
190 writel(status, geni->base + SE_GENI_M_IRQ_CLEAR);
192 if (status & M_CMD_DONE_EN)
206 u32 status = readl(geni->base + SE_GENI_M_IRQ_STATUS); local
210 if (status & (M_CMD_ABORT_EN |
217 writel(status, geni->base + SE_GENI_M_IRQ_CLEAR);
221 if ((status
288 u32 status; local
[all...]

Completed in 157 milliseconds

1234567891011>>