| /openbmc/qemu/hw/misc/ |
| H A D | aspeed_scu.c | 25 #define TO_REG(offset) ((offset) >> 2) argument 335 static uint64_t aspeed_scu_read(void *opaque, hwaddr offset, unsigned size) in aspeed_scu_read() 366 static void aspeed_ast2400_scu_write(void *opaque, hwaddr offset, in aspeed_ast2400_scu_write() 405 static void aspeed_ast2500_scu_write(void *opaque, hwaddr offset, in aspeed_ast2500_scu_write() 716 static uint64_t aspeed_ast2600_scu_read(void *opaque, hwaddr offset, in aspeed_ast2600_scu_read() 750 static void aspeed_ast2600_scu_write(void *opaque, hwaddr offset, in aspeed_ast2600_scu_write() 904 static uint64_t aspeed_ast2700_scu_read(void *opaque, hwaddr offset, in aspeed_ast2700_scu_read() 957 static void aspeed_ast2700_scu_write(void *opaque, hwaddr offset, in aspeed_ast2700_scu_write() 1176 static uint64_t aspeed_ast2700_scuio_read(void *opaque, hwaddr offset, in aspeed_ast2700_scuio_read() 1199 static void aspeed_ast2700_scuio_write(void *opaque, hwaddr offset, in aspeed_ast2700_scuio_write()
|
| H A D | imx_rngc.c | 50 static uint64_t imx_rngc_read(void *opaque, hwaddr offset, unsigned size) in imx_rngc_read() 138 static void imx_rngc_write(void *opaque, hwaddr offset, uint64_t value, in imx_rngc_write()
|
| H A D | imx25_ccm.c | 229 static uint64_t imx25_ccm_read(void *opaque, hwaddr offset, unsigned size) in imx25_ccm_read() 247 static void imx25_ccm_write(void *opaque, hwaddr offset, uint64_t value, in imx25_ccm_write()
|
| /openbmc/u-boot/arch/mips/include/asm/ |
| H A D | io.h | 141 static inline void __iomem *__ioremap_mode(phys_addr_t offset, unsigned long size, in __ioremap_mode() 166 #define ioremap(offset, size) \ argument 188 #define ioremap_nocache(offset, size) \ argument 207 #define ioremap_cachable(offset, size) \ argument 216 #define ioremap_cacheable_cow(offset, size) \ argument 218 #define ioremap_uncached_accelerated(offset, size) \ argument
|
| /openbmc/u-boot/drivers/pinctrl/mvebu/ |
| H A D | pinctrl-armada-37xx.c | 210 unsigned int *offset) in armada_37xx_update_reg() 429 static int armada_37xx_gpio_get(struct udevice *dev, unsigned int offset) in armada_37xx_gpio_get() 443 static int armada_37xx_gpio_set(struct udevice *dev, unsigned int offset, in armada_37xx_gpio_set() 460 unsigned int offset) in armada_37xx_gpio_get_direction() 477 unsigned int offset) in armada_37xx_gpio_direction_input() 492 unsigned int offset, int value) in armada_37xx_gpio_direction_output()
|
| /openbmc/qemu/block/ |
| H A D | blkio.c | 343 blkio_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in blkio_co_pdiscard() 360 blkio_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkio_co_preadv() 403 static int coroutine_fn blkio_co_pwritev(BlockDriverState *bs, int64_t offset, in blkio_co_pwritev() 459 int64_t offset, int64_t bytes, BdrvRequestFlags flags) in blkio_co_pwrite_zeroes() 519 ram_addr_t offset; in blkio_mem_region_from_host() local 950 static int coroutine_fn blkio_truncate(BlockDriverState *bs, int64_t offset, in blkio_truncate()
|
| H A D | file-posix.c | 1380 static int get_zones_wp(BlockDriverState *bs, int fd, int64_t offset, in get_zones_wp() 1450 static void update_zones_wp(BlockDriverState *bs, int fd, int64_t offset, in update_zones_wp() 1743 qemu_preadv(int fd, const struct iovec *iov, int nr_iov, off_t offset) in qemu_preadv() 1749 qemu_pwritev(int fd, const struct iovec *iov, int nr_iov, off_t offset) in qemu_pwritev() 1759 qemu_preadv(int fd, const struct iovec *iov, int nr_iov, off_t offset) in qemu_preadv() 1765 qemu_pwritev(int fd, const struct iovec *iov, int nr_iov, off_t offset) in qemu_pwritev() 1802 ssize_t offset = 0; in handle_aiocb_rw_linear() local 1947 static int do_fallocate(int fd, int mode, off_t offset, off_t len) in do_fallocate() 2371 int64_t offset = aiocb->aio_offset; in handle_aiocb_truncate() local 2574 uint64_t offset = *offset_ptr; in raw_co_prw() local [all …]
|
| H A D | blkdebug.c | 97 int64_t offset; member 590 static int coroutine_fn rule_check(BlockDriverState *bs, uint64_t offset, in rule_check() 634 blkdebug_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkdebug_co_preadv() 655 blkdebug_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkdebug_co_pwritev() 687 blkdebug_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkdebug_co_pwrite_zeroes() 720 blkdebug_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in blkdebug_co_pdiscard() 755 int64_t offset, int64_t bytes, int64_t *pnum, in blkdebug_co_block_status()
|
| /openbmc/qemu/hw/sd/ |
| H A D | sdhci.c | 1029 static uint64_t sdhci_read(void *opaque, hwaddr offset, unsigned size) in sdhci_read() 1173 sdhci_write(void *opaque, hwaddr offset, uint64_t val, unsigned size) in sdhci_write() 1665 static uint64_t usdhc_read(void *opaque, hwaddr offset, unsigned size) in usdhc_read() 1722 usdhc_write(void *opaque, hwaddr offset, uint64_t val, unsigned size) in usdhc_write() 1902 static uint64_t sdhci_s3c_read(void *opaque, hwaddr offset, unsigned size) in sdhci_s3c_read() 1921 static void sdhci_s3c_write(void *opaque, hwaddr offset, uint64_t val, in sdhci_s3c_write()
|
| /openbmc/qemu/hw/ssi/ |
| H A D | allwinner-a10-spi.c | 135 #define REG_INDEX(offset) (offset / sizeof(uint32_t)) argument 138 static const char *allwinner_a10_spi_get_regname(unsigned offset) in allwinner_a10_spi_get_regname() 344 static uint64_t allwinner_a10_spi_read(void *opaque, hwaddr offset, in allwinner_a10_spi_read() 415 static void allwinner_a10_spi_write(void *opaque, hwaddr offset, uint64_t value, in allwinner_a10_spi_write()
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | ipmisensor.cpp | 32 uint8_t offset; member 260 int findindex(const uint8_t sensor_type, int offset, int* index) in findindex() 280 bool shouldReport(uint8_t sensorType, int offset, int* index) in shouldReport()
|
| /openbmc/qemu/bsd-user/ |
| H A D | mmap.c | 139 static bool mmap_pread(int fd, void *p, size_t len, off_t offset, bool zero) in mmap_pread() 190 int prot, int flags, int fd, abi_ulong offset) in mmap_frag() 400 int flags, int fd, off_t offset) in target_mmap()
|
| /openbmc/u-boot/tools/ |
| H A D | getline.c | 22 char terminator, size_t offset) in getstr()
|
| /openbmc/u-boot/cmd/ |
| H A D | read.c | 22 ulong offset = 0u; in do_read() local
|
| /openbmc/u-boot/include/linux/ |
| H A D | libfdt.h | 14 int offset; member 64 int offset; /* Offset of node */ member
|
| /openbmc/u-boot/drivers/misc/ |
| H A D | gdsys_ioep.c | 65 static int gdsys_ioep_send(struct udevice *dev, int offset, in gdsys_ioep_send() 121 static int gdsys_ioep_receive(struct udevice *dev, int offset, void *buf, in gdsys_ioep_receive()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | stm32l4x5_exti-test.c | 52 static void exti_writel(unsigned int offset, uint32_t value) in exti_writel() 57 static uint32_t exti_readl(unsigned int offset) in exti_readl()
|
| /openbmc/u-boot/board/micronas/vct/ |
| H A D | ebi_onenand.c | 139 unsigned char *buffer, int offset, in ebi_read_bufferram() 157 const unsigned char *buffer, int offset, in ebi_write_bufferram()
|
| /openbmc/qemu/hw/gpio/ |
| H A D | sifive_gpio.c | 105 static uint64_t sifive_gpio_read(void *opaque, hwaddr offset, unsigned int size) in sifive_gpio_read() 190 static void sifive_gpio_write(void *opaque, hwaddr offset, in sifive_gpio_write()
|
| /openbmc/qemu/target/i386/tcg/system/ |
| H A D | misc_helper.c | 314 uint32_t offset = (uint32_t)env->regs[R_ECX] - MSR_MC0_CTL; in helper_wrmsr() local 492 uint32_t offset = (uint32_t)env->regs[R_ECX] - MSR_MC0_CTL; in helper_rdmsr() local
|
| /openbmc/qemu/hw/intc/ |
| H A D | exynos4210_combiner.c | 80 exynos4210_combiner_read(void *opaque, hwaddr offset, unsigned size) in exynos4210_combiner_read() 171 static void exynos4210_combiner_write(void *opaque, hwaddr offset, in exynos4210_combiner_write()
|
| /openbmc/qemu/hw/rtc/ |
| H A D | goldfish_rtc.c | 91 static uint64_t goldfish_rtc_read(void *opaque, hwaddr offset, in goldfish_rtc_read() 137 static void goldfish_rtc_write(void *opaque, hwaddr offset, in goldfish_rtc_write()
|
| /openbmc/qemu/hw/watchdog/ |
| H A D | cmsdk-apb-watchdog.c | 120 static uint64_t cmsdk_apb_watchdog_read(void *opaque, hwaddr offset, in cmsdk_apb_watchdog_read() 183 static void cmsdk_apb_watchdog_write(void *opaque, hwaddr offset, in cmsdk_apb_watchdog_write()
|
| /openbmc/libpldm/tests/oem/ibm/ |
| H A D | fileio.cpp | 20 uint32_t offset = 0x87654321; in TEST() local 61 uint32_t offset = 0; in TEST() local 205 uint32_t offset = 0x87654321; in TEST() local 241 uint32_t offset = 0; in TEST() local 497 uint32_t offset = 0x87654321; in TEST() local 522 uint32_t offset = 0x87654321; in TEST() local 660 uint32_t offset = 0; in TEST() local 749 uint32_t offset = 0x87654321; in TEST() local 772 uint32_t offset = 0x87654321; in TEST() local 799 uint32_t offset = 0; in TEST() local [all …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 303 | 46 def write_to_disk(offset, size): argument
|