/openbmc/qemu/hw/watchdog/ |
H A D | allwinner-wdt.c | 91 static bool allwinner_wdt_sun4i_read(AwWdtState *s, uint32_t offset) in allwinner_wdt_sun4i_read() 97 static bool allwinner_wdt_sun4i_write(AwWdtState *s, uint32_t offset, in allwinner_wdt_sun4i_write() 125 static bool allwinner_wdt_sun6i_read(AwWdtState *s, uint32_t offset) in allwinner_wdt_sun6i_read() 140 static bool allwinner_wdt_sun6i_write(AwWdtState *s, uint32_t offset, in allwinner_wdt_sun6i_write() 199 static uint64_t allwinner_wdt_read(void *opaque, hwaddr offset, in allwinner_wdt_read() 232 static void allwinner_wdt_write(void *opaque, hwaddr offset, in allwinner_wdt_write()
|
/openbmc/qemu/hw/rtc/ |
H A D | allwinner-rtc.c | 124 static bool allwinner_rtc_sun4i_read(AwRtcState *s, uint32_t offset) in allwinner_rtc_sun4i_read() 130 static bool allwinner_rtc_sun4i_write(AwRtcState *s, uint32_t offset, in allwinner_rtc_sun4i_write() 137 static bool allwinner_rtc_sun6i_read(AwRtcState *s, uint32_t offset) in allwinner_rtc_sun6i_read() 153 static bool allwinner_rtc_sun6i_write(AwRtcState *s, uint32_t offset, in allwinner_rtc_sun6i_write() 170 static uint64_t allwinner_rtc_read(void *opaque, hwaddr offset, in allwinner_rtc_read() 215 static void allwinner_rtc_write(void *opaque, hwaddr offset, in allwinner_rtc_write()
|
/openbmc/u-boot/cmd/ |
H A D | sf.c | 169 static const char *spi_flash_update_block(struct spi_flash *flash, u32 offset, in spi_flash_update_block() 211 static int spi_flash_update(struct spi_flash *flash, u32 offset, in spi_flash_update() 268 loff_t offset, len, maxsize; in do_spi_flash_read_write() local 323 loff_t offset, len, maxsize; in do_spi_flash_erase() local 440 ulong offset, uint8_t *vbuf) in spi_flash_test() 502 unsigned long offset; in do_spi_flash_test() local 548 unsigned long offset; in do_spi_flash_ctrl_wlock() local
|
/openbmc/qemu/block/ |
H A D | qed-cluster.c | 34 uint64_t *offset) in qed_count_contiguous_clusters() 96 uint64_t offset = 0; in qed_find_cluster() local
|
H A D | qed.h | 112 uint64_t offset; /* offset=0 indicates an invalidate entry */ member 243 static inline uint64_t qed_start_of_cluster(BDRVQEDState *s, uint64_t offset) in qed_start_of_cluster() 248 static inline uint64_t qed_offset_into_cluster(BDRVQEDState *s, uint64_t offset) in qed_offset_into_cluster() 272 static inline bool qed_check_cluster_offset(BDRVQEDState *s, uint64_t offset) in qed_check_cluster_offset() 286 static inline bool qed_check_table_offset(BDRVQEDState *s, uint64_t offset) in qed_check_table_offset() 301 uint64_t offset) in qed_offset_is_cluster_aligned() 309 static inline bool qed_offset_is_unalloc_cluster(uint64_t offset) in qed_offset_is_unalloc_cluster() 317 static inline bool qed_offset_is_zero_cluster(uint64_t offset) in qed_offset_is_zero_cluster()
|
/openbmc/bios-bmc-smm-error-logger/src/ |
H A D | pci_handler.cpp | 27 std::vector<uint8_t> PciDataHandler::read(const uint32_t offset, in read() 58 uint32_t PciDataHandler::write(const uint32_t offset, in write()
|
/openbmc/qemu/stubs/ |
H A D | replay-tools.c | 61 void replay_char_write_event_save(int res, int offset) in replay_char_write_event_save() 66 void replay_char_write_event_load(int *res, int *offset) in replay_char_write_event_load() 81 void replay_char_read_all_save_buf(uint8_t *buf, int offset) in replay_char_read_all_save_buf()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pcie_aspeed.c | 93 uint offset, ulong *valuep) in aspeed_pcie_cfg_read() 194 uint offset, ulong value, in aspeed_pcie_cfg_write() 302 uint offset, ulong *valuep, in pcie_aspeed_read_config() 340 uint offset, ulong value, in pcie_aspeed_write_config()
|
/openbmc/u-boot/drivers/gpio/ |
H A D | mxs_gpio.c | 57 uint32_t offset = PINCTRL_DIN(bank); in gpio_get_value() local 67 uint32_t offset = PINCTRL_DOUT(bank); in gpio_set_value() local 80 uint32_t offset = PINCTRL_DOE(bank); in gpio_direction_input() local 92 uint32_t offset = PINCTRL_DOE(bank); in gpio_direction_output() local
|
H A D | sh_pfc.c | 69 unsigned long offset, in gpio_read_bit() 442 static int sh_gpio_request(unsigned offset) in sh_gpio_request() 482 static void sh_gpio_free(unsigned offset) in sh_gpio_free() 537 static int sh_gpio_direction_input(unsigned offset) in sh_gpio_direction_input() 554 static int sh_gpio_direction_output(unsigned offset, int value) in sh_gpio_direction_output() 563 int bit = 0, offset = 0; in sh_gpio_get_value() local 575 static int sh_gpio_get(unsigned offset) in sh_gpio_get() 580 static void sh_gpio_set(unsigned offset, int value) in sh_gpio_set()
|
H A D | omap_gpio.c | 226 static int omap_gpio_direction_input(struct udevice *dev, unsigned offset) in omap_gpio_direction_input() 237 static int omap_gpio_direction_output(struct udevice *dev, unsigned offset, in omap_gpio_direction_output() 249 static int omap_gpio_get_value(struct udevice *dev, unsigned offset) in omap_gpio_get_value() 257 static int omap_gpio_set_value(struct udevice *dev, unsigned offset, in omap_gpio_set_value() 267 static int omap_gpio_get_function(struct udevice *dev, unsigned offset) in omap_gpio_get_function()
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p.c | 58 static ssize_t pdu_marshal(V9fsPDU *pdu, size_t offset, const char *fmt, ...) in pdu_marshal() 70 static ssize_t pdu_unmarshal(V9fsPDU *pdu, size_t offset, const char *fmt, ...) in pdu_unmarshal() 1425 size_t offset = 7; in v9fs_version() local 1483 size_t offset = 7; in v9fs_attach() local 1561 size_t offset = 7; in v9fs_stat() local 1611 size_t offset = 7; in v9fs_getattr() local 1691 size_t offset = 7; in v9fs_setattr() local 1787 size_t offset = 7; in v9fs_walk_marshal() local 1839 size_t offset = 7; in v9fs_walk() local 2043 size_t offset = 7; in v9fs_open() local [all …]
|
/openbmc/u-boot/drivers/power/pmic/ |
H A D | pmic_hi6553.c | 15 uint8_t hi6553_readb(u32 offset) in hi6553_readb() 20 void hi6553_writeb(u32 offset, uint8_t value) in hi6553_writeb()
|
/openbmc/phosphor-mboxd/vpnor/ |
H A D | pnor_partition.hpp | 37 Request(struct mbox_context* ctx, size_t offset) : in Request() 135 size_t offset; member in openpower::virtual_pnor::Request
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | pci.c | 19 int pci_x86_read_config(struct udevice *bus, pci_dev_t bdf, uint offset, in pci_x86_read_config() 38 int pci_x86_write_config(struct udevice *bus, pci_dev_t bdf, uint offset, in pci_x86_write_config()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | pinctrl_ich6.c | 31 static int ich6_pinctrl_set_value(uint16_t base, unsigned offset, int value) in ich6_pinctrl_set_value() 41 static int ich6_pinctrl_set_function(uint16_t base, unsigned offset, int func) in ich6_pinctrl_set_function() 51 static int ich6_pinctrl_set_direction(uint16_t base, unsigned offset, int dir) in ich6_pinctrl_set_direction()
|
/openbmc/qemu/replay/ |
H A D | replay-char.c | 96 void replay_char_write_event_save(int res, int offset) in replay_char_write_event_save() 106 void replay_char_write_event_load(int *res, int *offset) in replay_char_write_event_load() 150 void replay_char_read_all_save_buf(uint8_t *buf, int offset) in replay_char_read_all_save_buf()
|
/openbmc/u-boot/lib/libfdt/ |
H A D | fdt_region.c | 53 int offset; in fdt_find_regions() local 159 static int fdt_add_region(struct fdt_region_state *info, int offset, int size) in fdt_add_region() 224 int node, node_end, offset; in fdt_add_alias_regions() local 340 int (*h_include)(void *priv, const void *fdt, int offset, in fdt_first_region() 437 int (*h_include)(void *priv, const void *fdt, int offset, in fdt_next_region() 474 int offset; in fdt_next_region() local
|
/openbmc/qemu/hw/timer/ |
H A D | aspeed_timer.c | 242 static uint64_t aspeed_timer_read_common(AspeedTimerCtrlState *s, hwaddr offset) in aspeed_timer_read_common() 434 static void aspeed_timer_write_common(AspeedTimerCtrlState *s, hwaddr offset, in aspeed_timer_write_common() 459 static uint64_t aspeed_timer_read(void *opaque, hwaddr offset, unsigned size) in aspeed_timer_read() 465 static void aspeed_timer_write(void *opaque, hwaddr offset, uint64_t value, in aspeed_timer_write() 481 static uint64_t aspeed_2400_timer_read(AspeedTimerCtrlState *s, hwaddr offset) in aspeed_2400_timer_read() 503 static void aspeed_2400_timer_write(AspeedTimerCtrlState *s, hwaddr offset, in aspeed_2400_timer_write() 523 static uint64_t aspeed_2500_timer_read(AspeedTimerCtrlState *s, hwaddr offset) in aspeed_2500_timer_read() 547 static void aspeed_2500_timer_write(AspeedTimerCtrlState *s, hwaddr offset, in aspeed_2500_timer_write() 577 static uint64_t aspeed_2600_timer_read(AspeedTimerCtrlState *s, hwaddr offset) in aspeed_2600_timer_read() 599 static void aspeed_2600_timer_write(AspeedTimerCtrlState *s, hwaddr offset, in aspeed_2600_timer_write() [all …]
|
/openbmc/qemu/util/ |
H A D | bitops.c | 21 unsigned long offset) in find_next_bit() 86 unsigned long offset) in find_next_zero_bit()
|
/openbmc/u-boot/drivers/reset/ |
H A D | stm32-reset.c | 35 int offset = reset_ctl->id % BITS_PER_LONG; in stm32_reset_assert() local 52 int offset = reset_ctl->id % BITS_PER_LONG; in stm32_reset_deassert() local
|
/openbmc/qemu/hw/misc/ |
H A D | arm_integrator_debug.c | 32 static uint64_t intdbg_control_read(void *opaque, hwaddr offset, in intdbg_control_read() 51 static void intdbg_control_write(void *opaque, hwaddr offset, in intdbg_control_write()
|
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | libfdt_internal.h | 70 static inline const void *fdt_offset_ptr_(const void *fdt, int offset) in fdt_offset_ptr_() 75 static inline void *fdt_offset_ptr_w_(void *fdt, int offset) in fdt_offset_ptr_w_()
|
/openbmc/qemu/hw/tricore/ |
H A D | tricore_testdevice.c | 24 static void tricore_testdevice_write(void *opaque, hwaddr offset, in tricore_testdevice_write() 33 static uint64_t tricore_testdevice_read(void *opaque, hwaddr offset, in tricore_testdevice_read()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | qed.py | 60 def raw_pread(self, offset, size): argument 64 def raw_pwrite(self, offset, data): argument 74 def read_table(self, offset): argument 84 def write_table(self, offset, table): argument
|