/openbmc/qemu/hw/misc/ |
H A D | exynos4210_rng.c | 143 static uint64_t exynos4210_rng_read(void *opaque, hwaddr offset, in exynos4210_rng_read() 179 static void exynos4210_rng_write(void *opaque, hwaddr offset, in exynos4210_rng_write()
|
H A D | aspeed_lpc.c | 20 #define TO_REG(offset) ((offset) >> 2) argument 311 static uint64_t aspeed_lpc_read(void *opaque, hwaddr offset, unsigned size) in aspeed_lpc_read() 349 static void aspeed_lpc_write(void *opaque, hwaddr offset, uint64_t data, in aspeed_lpc_write()
|
/openbmc/qemu/hw/gpio/ |
H A D | omap_gpio.c | 76 int offset = addr & OMAP_MPUI_REG_MASK; in omap_gpio_read() local 114 int offset = addr & OMAP_MPUI_REG_MASK; in omap_gpio_write() local
|
/openbmc/qemu/hw/intc/ |
H A D | arm_gicv3_its.c | 1540 static MemTxResult gicv3_its_translation_read(void *opaque, hwaddr offset, in gicv3_its_translation_read() 1552 static MemTxResult gicv3_its_translation_write(void *opaque, hwaddr offset, in gicv3_its_translation_write() 1578 static bool its_writel(GICv3ITSState *s, hwaddr offset, in its_writel() 1684 static bool its_readl(GICv3ITSState *s, hwaddr offset, in its_readl() 1740 static bool its_writell(GICv3ITSState *s, hwaddr offset, in its_writell() 1801 static bool its_readll(GICv3ITSState *s, hwaddr offset, in its_readll() 1831 static MemTxResult gicv3_its_read(void *opaque, hwaddr offset, uint64_t *data, in gicv3_its_read() 1867 static MemTxResult gicv3_its_write(void *opaque, hwaddr offset, uint64_t data, in gicv3_its_write()
|
/openbmc/qemu/hw/net/ |
H A D | lan9118.c | 164 int32_t offset; member 503 int offset; in lan9118_receive() local 952 static void lan9118_writel(void *opaque, hwaddr offset, in lan9118_writel() 1090 static void lan9118_writew(void *opaque, hwaddr offset, in lan9118_writew() 1117 static void lan9118_16bit_mode_write(void *opaque, hwaddr offset, in lan9118_16bit_mode_write() 1133 static uint64_t lan9118_readl(void *opaque, hwaddr offset, in lan9118_readl() 1207 static uint32_t lan9118_readw(void *opaque, hwaddr offset) in lan9118_readw() 1235 static uint64_t lan9118_16bit_mode_read(void *opaque, hwaddr offset, in lan9118_16bit_mode_read()
|
/openbmc/hiomapd/ |
H A D | protocol.c | 270 uint32_t offset; in protocol_v1_create_window() local 336 uint32_t offset = io->req.v1.offset; in protocol_v1_mark_dirty() local 374 int rc, offset, count; in generic_flush() local
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
H A D | soc.c | 58 static inline void set_usb_txvreftune(u32 __iomem *scfg, u32 offset) in set_usb_txvreftune() 83 static inline void set_usb_sqrxtune(u32 __iomem *scfg, u32 offset) in set_usb_sqrxtune() 109 static inline void set_usb_pcstxswingfull(u32 __iomem *scfg, u32 offset) in set_usb_pcstxswingfull()
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv_chiptod.c | 109 uint32_t offset = addr >> 3; in pnv_chiptod_xscom_read() local 291 uint32_t offset = addr >> 3; in pnv_chiptod_xscom_write() local 423 int offset; in pnv_chiptod_dt_xscom() local
|
/openbmc/u-boot/drivers/gpio/ |
H A D | gpio-uclass.c | 59 ulong offset; in dm_gpio_lookup_name() local 359 int _dm_gpio_free(struct udevice *dev, uint offset) in _dm_gpio_free() 622 static int get_function(struct udevice *dev, int offset, bool skip_unused, in get_function() 651 int gpio_get_function(struct udevice *dev, int offset, const char **namep) in gpio_get_function() 656 int gpio_get_raw_function(struct udevice *dev, int offset, const char **namep) in gpio_get_raw_function() 661 int gpio_get_status(struct udevice *dev, int offset, char *buf, int buffsize) in gpio_get_status()
|
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_pwm-test.c | 363 static uint32_t pwm_read(QTestState *qts, const TestData *td, unsigned offset) in pwm_read() 368 static void pwm_write(QTestState *qts, const TestData *td, unsigned offset, in pwm_write() 374 static uint8_t mft_readb(QTestState *qts, int index, unsigned offset) in mft_readb() 379 static uint16_t mft_readw(QTestState *qts, int index, unsigned offset) in mft_readw() 384 static void mft_writeb(QTestState *qts, int index, unsigned offset, in mft_writeb() 390 static void mft_writew(QTestState *qts, int index, unsigned offset, in mft_writew()
|
/openbmc/u-boot/arch/arm/mach-meson/ |
H A D | board-common.c | 26 int offset; in dram_init() local
|
/openbmc/phosphor-ipmi-flash/tools/ |
H A D | net.cpp | 110 off_t offset = 0; in sendContents() local
|
/openbmc/qemu/include/tcg/ |
H A D | debuginfo.h | 19 uint64_t offset; /* Offset from the symbol. */ member
|
/openbmc/u-boot/drivers/mmc/ |
H A D | fsl_esdhc_spl.c | 64 u32 offset, code_len; in mmc_boot() local
|
/openbmc/u-boot/drivers/reset/ |
H A D | reset-meson.c | 39 uint offset = reset_ctl->id % BITS_PER_REG; in meson_reset_level() local
|
/openbmc/dbus-sensors/src/psu/ |
H A D | PSUSensor.hpp | 76 double offset) : in PSUProperty()
|
/openbmc/qemu/system/ |
H A D | rtc.c | 70 void qemu_get_timedate(struct tm *tm, time_t offset) in qemu_get_timedate()
|
/openbmc/qemu/hw/nubus/ |
H A D | nubus-virtio-mmio.c | 32 int i, offset; in nubus_virtio_mmio_realize() local
|
/openbmc/qemu/block/ |
H A D | file-win32.c | 74 size_t offset = 0; in handle_aiocb_rw() local 152 int64_t offset, QEMUIOVector *qiov, int count, in paio_submit() 442 int64_t offset, int64_t bytes, in raw_aio_preadv() 457 int64_t offset, int64_t bytes, in raw_aio_pwritev() 494 static int coroutine_fn raw_co_truncate(BlockDriverState *bs, int64_t offset, in raw_co_truncate()
|
H A D | qcow.c | 359 get_cluster_offset(BlockDriverState *bs, uint64_t offset, int allocate, in get_cluster_offset() 534 int64_t offset, int64_t bytes, int64_t *pnum, in qcow_co_block_status() 629 qcow_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in qcow_co_preadv() 725 qcow_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in qcow_co_pwritev() 1055 qcow_co_pwritev_compressed(BlockDriverState *bs, int64_t offset, int64_t bytes, in qcow_co_pwritev_compressed()
|
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ |
H A D | tlb.h | 43 static inline void create_tlb(int index, u32 offset, u32 size, u32 tlb_attrib1, in create_tlb()
|
/openbmc/u-boot/board/freescale/mx6sllevk/ |
H A D | mx6sllevk.c | 57 u32 offset = PFUZE100_SW1CMODE; in power_init_board() local
|
/openbmc/phosphor-mboxd/vpnor/test/ |
H A D | dump_flash.cpp | 44 static int mbox_create_read_window(struct test_context *tctx, size_t offset, in mbox_create_read_window()
|
/openbmc/hiomapd/vpnor/test/ |
H A D | dump_flash.cpp | 45 static int mbox_create_read_window(struct test_context* tctx, size_t offset, in mbox_create_read_window()
|
/openbmc/u-boot/board/freescale/c29xpcie/ |
H A D | c29xpcie.c | 118 void fdt_del_sec(void *blob, int offset) in fdt_del_sec()
|