| /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/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/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/qemu/hw/misc/ |
| 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/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()
|
| H A D | qcow2-bitmap.c | 82 uint64_t offset; member 131 uint64_t offset; in check_table_entry() local 294 uint64_t offset, limit; in load_bitmap_data() local 556 bitmap_list_load(BlockDriverState *bs, uint64_t offset, uint64_t size, in bitmap_list_load() 703 uint64_t offset = entry & BME_TABLE_ENTRY_OFFSET_MASK; in qcow2_check_bitmaps_refcounts() local 738 uint64_t *offset, uint64_t *size, bool in_place) in bitmap_list_store() 1285 int64_t offset; in store_bitmap_data() local
|
| H A D | rbd.c | 1334 uint64_t offset, in qemu_rbd_start_co() 1424 coroutine_fn qemu_rbd_co_preadv(BlockDriverState *bs, int64_t offset, in qemu_rbd_co_preadv() 1432 coroutine_fn qemu_rbd_co_pwritev(BlockDriverState *bs, int64_t offset, in qemu_rbd_co_pwritev() 1445 int64_t offset, int64_t bytes) in qemu_rbd_co_pdiscard() 1452 coroutine_fn qemu_rbd_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, in qemu_rbd_co_pwrite_zeroes() 1539 int64_t offset, int64_t bytes, in qemu_rbd_co_block_status() 1649 int64_t offset, in qemu_rbd_co_truncate()
|
| /openbmc/hiomapd/test/ |
| H A D | windows_equally_evictable.c | 36 static int mbox_create_read_window(struct test_context *tctx, size_t offset, in mbox_create_read_window()
|
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | bios.h | 76 u16 offset, cs; member
|
| /openbmc/openpower-pnor-code-mgmt/ubi/ |
| H A D | watch.cpp | 84 auto offset = 0; in callback() local
|
| /openbmc/u-boot/post/lib_powerpc/ |
| H A D | store.c | 41 ulong offset; member
|
| /openbmc/u-boot/drivers/usb/musb-new/ |
| H A D | musb_dsps.c | 43 static inline u8 dsps_readb(const void __iomem *addr, unsigned offset) in dsps_readb() 46 static inline u32 dsps_readl(const void __iomem *addr, unsigned offset) in dsps_readl() 49 static inline void dsps_writeb(void __iomem *addr, unsigned offset, u8 data) in dsps_writeb() 52 static inline void dsps_writel(void __iomem *addr, unsigned offset, u32 data) in dsps_writel()
|
| /openbmc/u-boot/fs/fat/ |
| H A D | fat_write.c | 266 __u32 bufnum, offset, off16; in set_fatent_value() local 672 __u32 startsect, sect_num, offset; in check_overflow() local 703 loff_t offset, actsize, wsize; in set_contents() local 1188 int file_fat_write(const char *filename, void *buffer, loff_t offset, in file_fat_write()
|
| /openbmc/qemu/hw/nvme/ |
| H A D | dif.c | 355 int64_t moffset = 0, offset = nvme_l2b(ns, slba); in nvme_dif_mangle_mdata() local 492 uint64_t offset = nvme_moff(ns, slba); in nvme_dif_rw_mdata_in_cb() local 521 uint64_t offset = nvme_moff(ns, slba); in nvme_dif_rw_mdata_out_cb() local 549 int64_t offset = nvme_l2b(ns, slba); in nvme_dif_rw() local
|
| /openbmc/qemu/hw/vmapple/ |
| H A D | aes.c | 143 static uint64_t aes1_read(void *opaque, hwaddr offset, unsigned size) in aes1_read() 450 static void aes1_write(void *opaque, hwaddr offset, uint64_t val, unsigned size) in aes1_write() 491 static uint64_t aes2_read(void *opaque, hwaddr offset, unsigned size) in aes2_read() 511 static void aes2_write(void *opaque, hwaddr offset, uint64_t val, unsigned size) in aes2_write()
|
| /openbmc/qemu/hw/net/ |
| H A D | smc91c111.c | 390 static int ptr_reg_add(smc91c111_state *s, int offset) in ptr_reg_add() 401 static int data_reg_ptr(smc91c111_state *s, int offset) in data_reg_ptr() 426 static void smc91c111_writeb(void *opaque, hwaddr offset, in smc91c111_writeb() 612 static uint32_t smc91c111_readb(void *opaque, hwaddr offset) in smc91c111_readb()
|
| /openbmc/qemu/hw/char/ |
| H A D | exynos4210_uart.c | 71 hwaddr offset; member 167 static const char *exynos4210_uart_regname(hwaddr offset) in exynos4210_uart_regname() 400 static void exynos4210_uart_write(void *opaque, hwaddr offset, in exynos4210_uart_write() 479 static uint64_t exynos4210_uart_read(void *opaque, hwaddr offset, in exynos4210_uart_read()
|
| /openbmc/entity-manager/src/fru_device/ |
| H A D | fru_device.cpp | 110 static int64_t readFromEeprom(int fd, off_t offset, size_t len, uint8_t* buf) in readFromEeprom() 223 uint16_t address, off_t offset, size_t len, in readData() 360 auto readFunc = [file](off_t offset, size_t length, uint8_t* outbuf) { in processEeprom() 560 ii](off_t offset, size_t length, uint8_t* outbuf) { in getBusFRUs() 578 ii](off_t offset, size_t length, uint8_t* outbuf) { in getBusFRUs() 1040 off_t offset = 0; in writeFRU() local 1052 auto readFunc = [eeprom](off_t offset, size_t length, uint8_t* outbuf) { in writeFRU()
|
| /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
|