Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 21 of 21) sorted by relevance

/arm-trusted-firmware-2.8.0/drivers/allwinner/
A Dsunxi_msgbox.c45 uint32_t stat = mmio_read_32(SUNXI_MSGBOX_BASE + REMOTE_IRQ_STAT_REG); in sunxi_msgbox_last_tx_done() local
47 return (stat & RX_IRQ(chan)) == 0U; in sunxi_msgbox_last_tx_done()
52 uint32_t stat = mmio_read_32(SUNXI_MSGBOX_BASE + MSG_STAT_REG(chan)); in sunxi_msgbox_peek_data() local
54 return (stat & MSG_STAT_MASK) != 0U; in sunxi_msgbox_peek_data()
/arm-trusted-firmware-2.8.0/lib/debugfs/
A Ddebugfs_smc.c48 } stat; member
173 ret = stat(parms.stat.path, &parms.stat.dir); in debugfs_smc_handler()
A Ddevroot.c89 .stat = rootstat,
A Ddevfip.c279 if (stat(spec, &dir) < 0) { in fipmount()
312 .stat = fipstat,
A Ddev.h61 int (*stat)(chan_t *c, const char *file, dir_t *dir); member
A Ddev.c562 int stat(const char *path, dir_t *dir) in stat() function
597 r = devtab[channel->index]->stat(channel, path, dir); in stat()
/arm-trusted-firmware-2.8.0/tools/fiptool/
A Dfiptool_platform.h22 # define BLD_PLAT_STAT stat
/arm-trusted-firmware-2.8.0/plat/socionext/uniphier/
A Duniphier_emmc.c102 uint32_t stat, flags, dma_addr; in uniphier_emmc_send_cmd() local
140 stat = mmio_read_32(host_base + SDHCI_INT_STATUS); in uniphier_emmc_send_cmd()
141 if (stat & SDHCI_INT_ERROR) in uniphier_emmc_send_cmd()
144 if (stat & SDHCI_INT_DMA_END) { in uniphier_emmc_send_cmd()
145 mmio_write_32(host_base + SDHCI_INT_STATUS, stat); in uniphier_emmc_send_cmd()
149 } while (!(stat & end_bit)); in uniphier_emmc_send_cmd()
/arm-trusted-firmware-2.8.0/drivers/st/ddr/
A Dstm32mp1_ddr.c279 uint32_t stat; in stm32mp1_wait_operating_mode() local
287 stat = mmio_read_32((uintptr_t)&priv->ctl->stat); in stm32mp1_wait_operating_mode()
288 operating_mode = stat & DDRCTRL_STAT_OPERATING_MODE_MASK; in stm32mp1_wait_operating_mode()
289 selref_type = stat & DDRCTRL_STAT_SELFREF_TYPE_MASK; in stm32mp1_wait_operating_mode()
291 (uintptr_t)&priv->ctl->stat, stat); in stm32mp1_wait_operating_mode()
321 (uintptr_t)&priv->ctl->stat, stat); in stm32mp1_wait_operating_mode()
/arm-trusted-firmware-2.8.0/include/lib/
A Ddebugfs.h55 int stat(const char *path, dir_t *dir);
/arm-trusted-firmware-2.8.0/plat/nxp/common/psci/
A Dplat_psci.c341 int stat = PSCI_E_INVALID_PARAMS; in _pwr_state_validate() local
371 stat = PSCI_E_SUCCESS; in _pwr_state_validate()
381 return (stat); in _pwr_state_validate()
/arm-trusted-firmware-2.8.0/tools/stm32image/
A Dstm32image.c138 static int stm32image_set_header(void *ptr, struct stat *sbuf, int ifd, in stm32image_set_header()
196 struct stat sbuf; in stm32image_create_header_file()
/arm-trusted-firmware-2.8.0/docs/components/
A Ddebugfs-design.rst44 - stat(): get information about a file (type, mode, size, ...).
53 int stat(char *path, dir_t *dir);
A Darm-sip-service.rst115 } stat;
351 Perform a stat operation on provided file `name` and returns the directory
368 w0 == DEBUGFS_E_INVALID_PARAMS if stat operation failed
/arm-trusted-firmware-2.8.0/include/drivers/st/
A Dstm32mp_ddrctrl_regs.h18 uint32_t stat; /* 0x4 Operating Mode Status */ member
/arm-trusted-firmware-2.8.0/docs/design_documents/
A Ddrtm_poc.rst87 --stat \
/arm-trusted-firmware-2.8.0/tools/marvell/doimage/
A Ddoimage.c232 struct stat st; in get_file_size()
234 if (stat(filename, &st) == 0) in get_file_size()
/arm-trusted-firmware-2.8.0/docs/plat/arm/fvp/
A Dindex.rst269 INITRD_SIZE=$(stat -Lc %s ${INITRD})
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dporting-guide.rst2593 ``state_info`` (first argument) can be inspected if stat accounting is done
2611 of ``state_info`` (first argument) can be inspected if stat accounting is done
A Dbuild-options.rst388 In the absence of an alternate stat collection backend, ``ENABLE_PMF`` must
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md5895 - Introduced new platform interfaces that decouple PSCI stat residency
5898 - PSCI stat accounting performed for retention/standby states when requested

Completed in 36 milliseconds