| /openbmc/u-boot/arch/arm/mach-tegra/ |
| H A D | ivc.c | 73 ulong offset) in tegra_ivc_invalidate_counter() 81 ulong offset) in tegra_ivc_flush_counter() 182 ulong offset; in tegra_ivc_check_read() local 211 ulong offset; in tegra_ivc_check_write() local 256 ulong offset; in tegra_ivc_read_advance() local 300 ulong offset; in tegra_ivc_write_advance() local 353 ulong offset; in tegra_ivc_channel_notified() local 474 ulong offset; in tegra_ivc_channel_reset() local
|
| /openbmc/u-boot/drivers/core/ |
| H A D | regmap.c | 93 int offset = ofnode_to_offset(node); in init_range() local 249 int regmap_raw_read_range(struct regmap *map, uint range_num, uint offset, in regmap_raw_read_range() 292 int regmap_raw_read(struct regmap *map, uint offset, void *valp, size_t val_len) in regmap_raw_read() 297 int regmap_read(struct regmap *map, uint offset, uint *valp) in regmap_read() 358 int regmap_raw_write_range(struct regmap *map, uint range_num, uint offset, in regmap_raw_write_range() 401 int regmap_raw_write(struct regmap *map, uint offset, const void *val, in regmap_raw_write() 407 int regmap_write(struct regmap *map, uint offset, uint val) in regmap_write() 412 int regmap_update_bits(struct regmap *map, uint offset, uint mask, uint val) in regmap_update_bits()
|
| /openbmc/qemu/hw/misc/ |
| H A D | mchp_pfsoc_ioscb.c | 67 static uint64_t mchp_pfsoc_dummy_read(void *opaque, hwaddr offset, in mchp_pfsoc_dummy_read() 77 static void mchp_pfsoc_dummy_write(void *opaque, hwaddr offset, in mchp_pfsoc_dummy_write() 96 static uint64_t mchp_pfsoc_pll_read(void *opaque, hwaddr offset, in mchp_pfsoc_pll_read() 126 static uint64_t mchp_pfsoc_io_calib_ddr_read(void *opaque, hwaddr offset, in mchp_pfsoc_io_calib_ddr_read() 156 static uint64_t mchp_pfsoc_ctrl_read(void *opaque, hwaddr offset, in mchp_pfsoc_ctrl_read() 181 static void mchp_pfsoc_ctrl_write(void *opaque, hwaddr offset, in mchp_pfsoc_ctrl_write()
|
| H A D | imx8mp_ccm.c | 28 #define CCM_INDEX(offset) (((offset) & ~(hwaddr)0xF) / sizeof(uint32_t)) argument 29 #define CCM_BITOP(offset) ((offset) & (hwaddr)0xF) argument 38 static uint64_t imx8mp_set_clr_tog_read(void *opaque, hwaddr offset, in imx8mp_set_clr_tog_read() 46 static void imx8mp_set_clr_tog_write(void *opaque, hwaddr offset, in imx8mp_set_clr_tog_write()
|
| /openbmc/u-boot/drivers/mtd/spi/ |
| H A D | sf_probe.c | 95 static int spi_flash_std_read(struct udevice *dev, u32 offset, size_t len, in spi_flash_std_read() 105 static int spi_flash_std_write(struct udevice *dev, u32 offset, size_t len, in spi_flash_std_write() 115 static int spi_flash_std_erase(struct udevice *dev, u32 offset, size_t len) in spi_flash_std_erase() 140 static int spi_flash_std_ctrl_wlock(struct udevice *dev, u32 offset, size_t len) in spi_flash_std_ctrl_wlock() 147 static int spi_flash_std_ctrl_wunlock(struct udevice *dev, u32 offset, size_t len) in spi_flash_std_ctrl_wunlock()
|
| /openbmc/u-boot/drivers/dfu/ |
| H A D | dfu_nand.c | 22 u64 offset, void *buf, long *len) in nand_block_op() 88 u64 offset, void *buf, long *len) in nand_block_write() 94 u64 offset, void *buf, long *len) in nand_block_read() 100 u64 offset, void *buf, long *len) in dfu_write_medium_nand() 123 static int dfu_read_medium_nand(struct dfu_entity *dfu, u64 offset, void *buf, in dfu_read_medium_nand()
|
| H A D | dfu_ram.c | 17 u64 offset, void *buf, long *len) in dfu_transfer_medium_ram() 37 static int dfu_write_medium_ram(struct dfu_entity *dfu, u64 offset, in dfu_write_medium_ram() 50 static int dfu_read_medium_ram(struct dfu_entity *dfu, u64 offset, in dfu_read_medium_ram()
|
| /openbmc/u-boot/test/dm/ |
| H A D | led.c | 52 const int offset = 1; in dm_test_led_gpio() local 77 const int offset = 1; in dm_test_led_toggle() local 124 const int offset = 1; in dm_test_led_blink() local
|
| /openbmc/u-boot/drivers/gpio/ |
| H A D | db8500_gpio.c | 87 unsigned offset = get_gpio_offset(gpio); in gpio_set_mode() local 118 unsigned offset = get_gpio_offset(gpio); in db8500_gpio_set_pull() local 138 unsigned offset = get_gpio_offset(gpio); in db8500_gpio_make_input() local 146 unsigned offset = get_gpio_offset(gpio); in db8500_gpio_get_input() local 158 unsigned offset = get_gpio_offset(gpio); in db8500_gpio_make_output() local 167 unsigned offset = get_gpio_offset(gpio); in db8500_gpio_set_output() local
|
| H A D | pca953x_gpio.c | 76 int offset) in pca953x_write_single() 93 int offset) in pca953x_read_single() 152 static int pca953x_is_output(struct udevice *dev, int offset) in pca953x_is_output() 163 static int pca953x_get_value(struct udevice *dev, uint offset) in pca953x_get_value() 177 static int pca953x_set_value(struct udevice *dev, uint offset, int value) in pca953x_set_value() 199 static int pca953x_set_direction(struct udevice *dev, uint offset, int dir) in pca953x_set_direction() 221 static int pca953x_direction_input(struct udevice *dev, uint offset) in pca953x_direction_input() 226 static int pca953x_direction_output(struct udevice *dev, uint offset, int value) in pca953x_direction_output() 237 static int pca953x_get_function(struct udevice *dev, uint offset) in pca953x_get_function()
|
| H A D | mt7621_gpio.c | 51 static int mediatek_gpio_get_value(struct udevice *dev, unsigned int offset) in mediatek_gpio_get_value() 59 static int mediatek_gpio_set_value(struct udevice *dev, unsigned int offset, in mediatek_gpio_set_value() 70 static int mediatek_gpio_direction_input(struct udevice *dev, unsigned int offset) in mediatek_gpio_direction_input() 80 static int mediatek_gpio_direction_output(struct udevice *dev, unsigned int offset, in mediatek_gpio_direction_output() 92 static int mediatek_gpio_get_function(struct udevice *dev, unsigned int offset) in mediatek_gpio_get_function()
|
| H A D | rk_gpio.c | 32 static int rockchip_gpio_direction_input(struct udevice *dev, unsigned offset) in rockchip_gpio_direction_input() 42 static int rockchip_gpio_direction_output(struct udevice *dev, unsigned offset, in rockchip_gpio_direction_output() 55 static int rockchip_gpio_get_value(struct udevice *dev, unsigned offset) in rockchip_gpio_get_value() 63 static int rockchip_gpio_set_value(struct udevice *dev, unsigned offset, in rockchip_gpio_set_value() 75 static int rockchip_gpio_get_function(struct udevice *dev, unsigned offset) in rockchip_gpio_get_function()
|
| H A D | pcf8575_gpio.c | 84 static int pcf8575_direction_input(struct udevice *dev, unsigned offset) in pcf8575_direction_input() 96 unsigned int offset, int value) in pcf8575_direction_output() 111 static int pcf8575_get_value(struct udevice *dev, unsigned int offset) in pcf8575_get_value() 120 static int pcf8575_set_value(struct udevice *dev, unsigned int offset, in pcf8575_set_value()
|
| H A D | lpc32xx_gpio.c | 67 static int lpc32xx_gpio_direction_input(struct udevice *dev, unsigned offset) in lpc32xx_gpio_direction_input() 109 static int lpc32xx_gpio_get_value(struct udevice *dev, unsigned offset) in lpc32xx_gpio_get_value() 217 static int lpc32xx_gpio_set_value(struct udevice *dev, unsigned offset, in lpc32xx_gpio_set_value() 230 static int lpc32xx_gpio_direction_output(struct udevice *dev, unsigned offset, in lpc32xx_gpio_direction_output() 281 static int lpc32xx_gpio_get_function(struct udevice *dev, unsigned offset) in lpc32xx_gpio_get_function()
|
| /openbmc/qemu/include/system/ |
| H A D | ram_addr.h | 83 static inline bool offset_in_ramblock(RAMBlock *b, ram_addr_t offset) in offset_in_ramblock() 88 static inline void *ramblock_ptr(RAMBlock *block, ram_addr_t offset) in ramblock_ptr() 165 unsigned long idx, offset, base; in cpu_physical_memory_get_dirty() local 205 unsigned long idx, offset, base; in cpu_physical_memory_all_dirty() local 277 unsigned long page, idx, offset; in cpu_physical_memory_set_dirty_flag() local 299 unsigned long idx, offset, base; in cpu_physical_memory_set_dirty_range() local 372 unsigned long offset; in cpu_physical_memory_set_dirty_lebitmap() local 504 unsigned long offset = BIT_WORD((word * BITS_PER_LONG) % in cpu_physical_memory_sync_dirty_bitmap() local 543 ram_addr_t offset = rb->offset; in cpu_physical_memory_sync_dirty_bitmap() local
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | pcie_layerscape.c | 25 static unsigned int dbi_readl(struct ls_pcie *pcie, unsigned int offset) in dbi_readl() 31 unsigned int offset) in dbi_writel() 36 static unsigned int ctrl_readl(struct ls_pcie *pcie, unsigned int offset) in ctrl_readl() 45 unsigned int offset) in ctrl_writel() 147 unsigned long long offset = 0; in ls_pcie_setup_atu() local 247 uint offset, void **paddress) in ls_pcie_conf_address() 275 uint offset, ulong *valuep, in ls_pcie_read_config() 283 uint offset, ulong value, in ls_pcie_write_config()
|
| /openbmc/u-boot/drivers/pinctrl/meson/ |
| H A D | pinctrl-meson.c | 56 static int meson_gpio_calc_reg_and_bit(struct udevice *dev, unsigned int offset, in meson_gpio_calc_reg_and_bit() 86 int meson_gpio_get(struct udevice *dev, unsigned int offset) in meson_gpio_get() 100 int meson_gpio_set(struct udevice *dev, unsigned int offset, int value) in meson_gpio_set() 116 int meson_gpio_get_direction(struct udevice *dev, unsigned int offset) in meson_gpio_get_direction() 132 int meson_gpio_direction_input(struct udevice *dev, unsigned int offset) in meson_gpio_direction_input() 149 unsigned int offset, int value) in meson_gpio_direction_output() 176 unsigned int offset = pin - priv->data->pin_base; in meson_pinconf_bias_set() local 250 static fdt_addr_t parse_address(int offset, const char *name, int na, int ns) in parse_address()
|
| /openbmc/u-boot/env/ |
| H A D | mmc.c | 69 const char *offset; in mmc_offset() member 103 s64 offset = CONFIG_ENV_OFFSET; in mmc_offset() local 115 s64 offset = mmc_offset(copy); in mmc_get_env_addr() local 186 unsigned long offset, const void *buffer) in write_env() 204 u32 offset; in env_mmc_save() local 248 unsigned long offset, const void *buffer) in read_env() 312 u32 offset; in env_mmc_load() local
|
| /openbmc/qemu/block/ |
| H A D | filter-compress.c | 68 compress_co_preadv_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in compress_co_preadv_part() 78 compress_co_pwritev_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in compress_co_pwritev_part() 88 compress_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in compress_co_pwrite_zeroes() 96 compress_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in compress_co_pdiscard()
|
| H A D | dirty-bitmap.c | 478 bool bdrv_dirty_bitmap_get_locked(BdrvDirtyBitmap *bitmap, int64_t offset) in bdrv_dirty_bitmap_get_locked() 483 bool bdrv_dirty_bitmap_get(BdrvDirtyBitmap *bitmap, int64_t offset) in bdrv_dirty_bitmap_get() 544 int64_t offset, int64_t bytes) in bdrv_set_dirty_bitmap_locked() 551 int64_t offset, int64_t bytes) in bdrv_set_dirty_bitmap() 560 int64_t offset, int64_t bytes) in bdrv_reset_dirty_bitmap_locked() 567 int64_t offset, int64_t bytes) in bdrv_reset_dirty_bitmap() 600 uint64_t offset, uint64_t bytes) in bdrv_dirty_bitmap_serialization_size() 624 uint8_t *buf, uint64_t offset, in bdrv_dirty_bitmap_serialize_part() 631 uint8_t *buf, uint64_t offset, in bdrv_dirty_bitmap_deserialize_part() 638 uint64_t offset, uint64_t bytes, in bdrv_dirty_bitmap_deserialize_zeroes() [all …]
|
| /openbmc/phosphor-mboxd/vpnor/ |
| H A D | mboxd_flash.cpp | 97 int set_flash_bytemap(struct mbox_context* context, uint32_t offset, in set_flash_bytemap() 104 int erase_flash(struct mbox_context* context, uint32_t offset, uint32_t count) in erase_flash() 120 int64_t copy_flash(struct mbox_context* context, uint32_t offset, void* mem, in copy_flash() 189 int write_flash(struct mbox_context* context, uint32_t offset, void* buf, in write_flash()
|
| /openbmc/u-boot/drivers/net/fsl-mc/dpio/ |
| H A D | qbman_sys.h | 127 static inline void qbman_cinh_write(struct qbman_swp_sys *s, uint32_t offset, in qbman_cinh_write() 137 static inline uint32_t qbman_cinh_read(struct qbman_swp_sys *s, uint32_t offset) in qbman_cinh_read() 149 uint32_t offset) in qbman_cena_write_start() 163 uint32_t offset, void *cmd) in qbman_cena_write_complete() 183 static inline void *qbman_cena_read(struct qbman_swp_sys *s, uint32_t offset) in qbman_cena_read() 208 uint32_t offset) in qbman_cena_invalidate_prefetch()
|
| /openbmc/hiomapd/ |
| H A D | backend.h | 180 uint32_t offset, void *mem, uint32_t size) in backend_copy() 189 uint32_t offset, uint32_t count, in backend_set_bytemap() 200 static inline int backend_erase(struct backend *backend, uint32_t offset, in backend_erase() 210 static inline int backend_write(struct backend *backend, uint32_t offset, in backend_write() 219 uint32_t offset, uint32_t size, bool ro) in backend_validate() 238 static inline int backend_align_offset(struct backend *backend, uint32_t *offset, uint32_t window_s… in backend_align_offset()
|
| /openbmc/qemu/tests/tcg/multiarch/system/ |
| H A D | memory.c | 115 static void reset_start_data(int offset) in reset_start_data() 134 static void init_test_data_u16(int offset) in init_test_data_u16() 154 static void init_test_data_u32(int offset) in init_test_data_u32() 177 static void init_test_data_u64(int offset) in init_test_data_u64() 203 static bool read_test_data_u16(int offset) in read_test_data_u16() 228 static bool read_test_data_u32(int offset) in read_test_data_u32() 270 static bool read_test_data_u64(int offset) in read_test_data_u64() 374 static bool read_test_data_s8(int offset, bool neg_first) in read_test_data_s8() 403 static bool read_test_data_s16(int offset, bool neg_first) in read_test_data_s16() 436 static bool read_test_data_s32(int offset, bool neg_first) in read_test_data_s32()
|
| /openbmc/hiomapd/vpnor/ |
| H A D | partition.hpp | 39 Request(struct backend* backend, size_t offset) : in Request() 96 size_t offset; member in openpower::virtual_pnor::Request
|