/arm-trusted-firmware-2.8.0/drivers/allwinner/ |
A D | sunxi_msgbox.c | 45 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 D | debugfs_smc.c | 48 } stat; member 173 ret = stat(parms.stat.path, &parms.stat.dir); in debugfs_smc_handler()
|
A D | devroot.c | 89 .stat = rootstat,
|
A D | devfip.c | 279 if (stat(spec, &dir) < 0) { in fipmount() 312 .stat = fipstat,
|
A D | dev.h | 61 int (*stat)(chan_t *c, const char *file, dir_t *dir); member
|
A D | dev.c | 562 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 D | fiptool_platform.h | 22 # define BLD_PLAT_STAT stat
|
/arm-trusted-firmware-2.8.0/plat/socionext/uniphier/ |
A D | uniphier_emmc.c | 102 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 D | stm32mp1_ddr.c | 279 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 D | debugfs.h | 55 int stat(const char *path, dir_t *dir);
|
/arm-trusted-firmware-2.8.0/plat/nxp/common/psci/ |
A D | plat_psci.c | 341 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 D | stm32image.c | 138 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 D | debugfs-design.rst | 44 - stat(): get information about a file (type, mode, size, ...). 53 int stat(char *path, dir_t *dir);
|
A D | arm-sip-service.rst | 115 } 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 D | stm32mp_ddrctrl_regs.h | 18 uint32_t stat; /* 0x4 Operating Mode Status */ member
|
/arm-trusted-firmware-2.8.0/docs/design_documents/ |
A D | drtm_poc.rst | 87 --stat \
|
/arm-trusted-firmware-2.8.0/tools/marvell/doimage/ |
A D | doimage.c | 232 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 D | index.rst | 269 INITRD_SIZE=$(stat -Lc %s ${INITRD})
|
/arm-trusted-firmware-2.8.0/docs/getting_started/ |
A D | porting-guide.rst | 2593 ``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 D | build-options.rst | 388 In the absence of an alternate stat collection backend, ``ENABLE_PMF`` must
|
/arm-trusted-firmware-2.8.0/docs/ |
A D | change-log.md | 5895 - Introduced new platform interfaces that decouple PSCI stat residency 5898 - PSCI stat accounting performed for retention/standby states when requested
|