/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/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()
|
/openbmc/u-boot/test/dm/ |
H A D | spmi.c | 77 unsigned int offset, gpio; in dm_test_spmi_access_peripheral() local
|
/openbmc/u-boot/board/freescale/t102xrdb/ |
H A D | eth_t102xrdb.c | 128 enum fm_port port, int offset) in board_ft_fman_fixup_port()
|
/openbmc/u-boot/board/sandbox/ |
H A D | sandbox.c | 34 void sandbox_timer_add_offset(unsigned long offset) in sandbox_timer_add_offset()
|
/openbmc/u-boot/arch/arm/mach-sunxi/ |
H A D | cpu_info.c | 116 uint32_t sun8i_efuse_read(uint32_t offset) in sun8i_efuse_read()
|
/openbmc/qemu/tests/unit/ |
H A D | test-bitmap.c | 65 int offset; in bitmap_set_case() local
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | lpc_aspeed.cpp | 67 const std::uint32_t offset = address & MASK_64K; in mapWindow() local
|
/openbmc/qemu/hw/vfio-user/ |
H A D | protocol.h | 125 uint64_t offset; /* FD offset */ member 165 uint64_t offset; member 199 uint64_t offset; member 211 uint64_t offset; member 230 uint64_t offset; member
|
/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/u-boot/fs/zfs/ |
H A D | zfs_lzjb.c | 66 int offset = ((src[0] << NBBY) | src[1]) & OFFSET_MASK; in lzjb_decompress() local
|
/openbmc/u-boot/board/freescale/ls1046ardb/ |
H A D | eth.c | 83 int offset, nodeoff; in fdt_update_ethernet_dt() local
|
/openbmc/qemu/tests/functional/ |
H A D | test_aarch64_imx8mp_evk.py | 24 def extract(self, in_path, out_path, offset, size): argument
|
/openbmc/qemu/hw/arm/ |
H A D | imx8mp-evk.c | 22 int i, offset; in imx8mp_evk_modify_dtb() local
|
/openbmc/qemu/include/qemu/ |
H A D | range.h | 199 static inline uint64_t range_get_last(uint64_t offset, uint64_t len) in range_get_last() 205 static inline int range_covers_byte(uint64_t offset, uint64_t len, in range_covers_byte()
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | pipe3-phy.c | 55 static inline u32 omap_pipe3_readl(void __iomem *addr, unsigned offset) in omap_pipe3_readl() 60 static inline void omap_pipe3_writel(void __iomem *addr, unsigned offset, in omap_pipe3_writel()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | meson_gx_mmc.c | 22 static inline uint32_t meson_read(struct mmc *mmc, int offset) in meson_read() 27 static inline void meson_write(struct mmc *mmc, uint32_t val, int offset) in meson_write()
|
/openbmc/u-boot/fs/ext4/ |
H A D | ext4fs.c | 202 int ext4fs_read(char *buf, loff_t offset, loff_t len, loff_t *actread) in ext4fs_read() 223 int ext4_read_file(const char *filename, void *buf, loff_t offset, loff_t len, in ext4_read_file()
|
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/ |
H A D | config.json | 25 "offset": 700 number 51 "offset": 700 number
|
/openbmc/u-boot/drivers/misc/ |
H A D | rockchip-efuse.c | 86 static int rockchip_rk3399_efuse_read(struct udevice *dev, int offset, in rockchip_rk3399_efuse_read() 130 static int rockchip_efuse_read(struct udevice *dev, int offset, in rockchip_efuse_read()
|
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Balcones/ |
H A D | config.json | 25 "offset": 700 number 51 "offset": 700 number
|