| /openbmc/qemu/hw/dma/ |
| H A D | bcm2835_dma.c | 147 static uint64_t bcm2835_dma_read(BCM2835DMAState *s, hwaddr offset, in bcm2835_dma_read() 194 static void bcm2835_dma_write(BCM2835DMAState *s, hwaddr offset, in bcm2835_dma_write() 241 static uint64_t bcm2835_dma0_read(void *opaque, hwaddr offset, unsigned size) in bcm2835_dma0_read() 261 static uint64_t bcm2835_dma15_read(void *opaque, hwaddr offset, unsigned size) in bcm2835_dma15_read() 266 static void bcm2835_dma0_write(void *opaque, hwaddr offset, uint64_t value, in bcm2835_dma0_write() 288 static void bcm2835_dma15_write(void *opaque, hwaddr offset, uint64_t value, in bcm2835_dma15_write()
|
| /openbmc/u-boot/drivers/usb/dwc3/ |
| H A D | io.h | 23 static inline u32 dwc3_readl(void __iomem *base, u32 offset) in dwc3_readl() 38 static inline void dwc3_writel(void __iomem *base, u32 offset, u32 value) in dwc3_writel()
|
| /openbmc/qemu/include/qemu/ |
| H A D | iov.h | 43 size_t offset, const void *buf, size_t bytes) in iov_from_buf() 56 size_t offset, void *buf, size_t bytes) in iov_to_buf() 126 #define iov_recv(sockfd, iov, iov_cnt, offset, bytes) \ argument 128 #define iov_send(sockfd, iov, iov_cnt, offset, bytes) \ argument
|
| /openbmc/qemu/hw/intc/ |
| H A D | aspeed_intc.c | 320 static void aspeed_intc_enable_handler(AspeedINTCState *s, hwaddr offset, in aspeed_intc_enable_handler() 371 static void aspeed_intc_status_handler(AspeedINTCState *s, hwaddr offset, in aspeed_intc_status_handler() 428 hwaddr offset, uint64_t data) in aspeed_intc_status_handler_multi_outpins() 487 static uint64_t aspeed_intc_read(void *opaque, hwaddr offset, unsigned int size) in aspeed_intc_read() 500 static void aspeed_intc_write(void *opaque, hwaddr offset, uint64_t data, in aspeed_intc_write() 542 static void aspeed_ssp_intc_write(void *opaque, hwaddr offset, uint64_t data, in aspeed_ssp_intc_write() 584 static void aspeed_tsp_intc_write(void *opaque, hwaddr offset, uint64_t data, in aspeed_tsp_intc_write() 626 static uint64_t aspeed_intcio_read(void *opaque, hwaddr offset, in aspeed_intcio_read() 640 static void aspeed_intcio_write(void *opaque, hwaddr offset, uint64_t data, in aspeed_intcio_write() 672 static void aspeed_ssp_intcio_write(void *opaque, hwaddr offset, uint64_t data, in aspeed_ssp_intcio_write() [all …]
|
| H A D | arm_gicv3_kvm.c | 95 static inline void kvm_gicd_access(GICv3State *s, int offset, in kvm_gicd_access() 103 static inline void kvm_gicr_access(GICv3State *s, int offset, int cpu, in kvm_gicr_access() 136 static void kvm_dist_get_priority(GICv3State *s, uint32_t offset, uint8_t *bmp) in kvm_dist_get_priority() 157 static void kvm_dist_put_priority(GICv3State *s, uint32_t offset, uint8_t *bmp) in kvm_dist_put_priority() 178 static void kvm_dist_get_edge_trigger(GICv3State *s, uint32_t offset, in kvm_dist_get_edge_trigger() 203 static void kvm_dist_put_edge_trigger(GICv3State *s, uint32_t offset, in kvm_dist_put_edge_trigger() 253 static void kvm_dist_getbmp(GICv3State *s, uint32_t offset, uint32_t *bmp) in kvm_dist_getbmp() 274 static void kvm_dist_putbmp(GICv3State *s, uint32_t offset, in kvm_dist_putbmp() 426 uint32_t offset; in kvm_arm_gicv3_put() local 602 uint32_t offset; in kvm_arm_gicv3_get() local
|
| /openbmc/qemu/hw/audio/ |
| H A D | gusemu_hal.c | 156 int offset = 2 * (GUSregb(FunkSelReg3x3) & 0x0f); in gus_read() local 352 int offset; in gus_write() local 519 int offset = (GUSregw(GUS42DMAStart) << 4) + (GUSregb(GUS50DMAHigh) & 0xf); in gus_dma_transferdata() local
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | pcie_xilinx.c | 58 uint offset, void **paddress) in pcie_xilinx_config_address() 101 uint offset, ulong *valuep, in pcie_xilinx_read_config() 123 uint offset, ulong value, in pcie_xilinx_write_config()
|
| /openbmc/qemu/hw/misc/ |
| H A D | allwinner-h3-sysctrl.c | 34 #define REG_INDEX(offset) (offset / sizeof(uint32_t)) argument 42 static uint64_t allwinner_h3_sysctrl_read(void *opaque, hwaddr offset, in allwinner_h3_sysctrl_read() 57 static void allwinner_h3_sysctrl_write(void *opaque, hwaddr offset, in allwinner_h3_sysctrl_write()
|
| H A D | imx7_ccm.c | 80 #define CCM_INDEX(offset) (((offset) & ~(hwaddr)0xF) / sizeof(uint32_t)) argument 81 #define CCM_BITOP(offset) ((offset) & (hwaddr)0xF) argument 90 static uint64_t imx7_set_clr_tog_read(void *opaque, hwaddr offset, in imx7_set_clr_tog_read() 98 static void imx7_set_clr_tog_write(void *opaque, hwaddr offset, in imx7_set_clr_tog_write()
|
| /openbmc/u-boot/include/ |
| H A D | virtio.h | 546 unsigned int offset, in __virtio_cread_many() 566 unsigned int offset, in virtio_cread_bytes() 572 static inline u8 virtio_cread8(struct udevice *vdev, unsigned int offset) in virtio_cread8() 581 unsigned int offset, u8 val) in virtio_cwrite8() 587 unsigned int offset) in virtio_cread16() 596 unsigned int offset, u16 val) in virtio_cwrite16() 603 unsigned int offset) in virtio_cread32() 612 unsigned int offset, u32 val) in virtio_cwrite32() 619 unsigned int offset) in virtio_cread64() 628 unsigned int offset, u64 val) in virtio_cwrite64()
|
| /openbmc/qemu/block/ |
| H A D | throttle.c | 119 throttle_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in throttle_co_preadv() 130 throttle_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in throttle_co_pwritev() 140 throttle_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in throttle_co_pwrite_zeroes() 150 throttle_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in throttle_co_pdiscard() 159 throttle_co_pwritev_compressed(BlockDriverState *bs, int64_t offset, in throttle_co_pwritev_compressed()
|
| H A D | blkreplay.c | 74 blkreplay_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkreplay_co_preadv() 86 blkreplay_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkreplay_co_pwritev() 98 blkreplay_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkreplay_co_pwrite_zeroes() 110 blkreplay_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in blkreplay_co_pdiscard()
|
| /openbmc/u-boot/common/ |
| H A D | splash_source.c | 25 static int splash_sf_read_raw(u32 bmp_load_addr, int offset, size_t read_size) in splash_sf_read_raw() 39 static int splash_sf_read_raw(u32 bmp_load_addr, int offset, size_t read_size) in splash_sf_read_raw() 47 static int splash_nand_read_raw(u32 bmp_load_addr, int offset, size_t read_size) in splash_nand_read_raw() 56 static int splash_nand_read_raw(u32 bmp_load_addr, int offset, size_t read_size) in splash_nand_read_raw() 66 u32 offset; in splash_storage_read_raw() local
|
| /openbmc/qemu/crypto/ |
| H A D | block.c | 132 size_t offset, const uint8_t *buf, size_t buflen, in qcrypto_block_headerlen_hdr_write_func() 203 uint64_t offset, in qcrypto_block_decrypt() 213 uint64_t offset, in qcrypto_block_encrypt() 379 uint64_t offset, in do_qcrypto_block_cipher_encdec() 432 uint64_t offset, in qcrypto_block_cipher_decrypt_helper() 447 uint64_t offset, in qcrypto_block_cipher_encrypt_helper() 459 uint64_t offset, in qcrypto_block_decrypt_helper() 481 uint64_t offset, in qcrypto_block_encrypt_helper()
|
| /openbmc/phosphor-ipmi-flash/bmc/ |
| H A D | file_handler.cpp | 47 bool FileHandler::write(std::uint32_t offset, in write() 55 std::optional<std::vector<uint8_t>> FileHandler::read(std::uint32_t offset, in read()
|
| /openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan/ |
| H A D | monitor.json | 17 "offset": 0 number 35 "offset": 0 number 53 "offset": 0 number 71 "offset": 0 number
|
| /openbmc/u-boot/drivers/dfu/ |
| H A D | dfu_sf.c | 21 static int dfu_read_medium_sf(struct dfu_entity *dfu, u64 offset, void *buf, in dfu_read_medium_sf() 28 static u64 find_sector(struct dfu_entity *dfu, u64 start, u64 offset) in find_sector() 35 u64 offset, void *buf, long *len) in dfu_write_medium_sf()
|
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | pci-spapr.c | 87 static uint8_t qpci_spapr_config_readb(QPCIBus *bus, int devfn, uint8_t offset) in qpci_spapr_config_readb() 95 static uint16_t qpci_spapr_config_readw(QPCIBus *bus, int devfn, uint8_t offset) in qpci_spapr_config_readw() 103 static uint32_t qpci_spapr_config_readl(QPCIBus *bus, int devfn, uint8_t offset) in qpci_spapr_config_readl() 111 static void qpci_spapr_config_writeb(QPCIBus *bus, int devfn, uint8_t offset, in qpci_spapr_config_writeb() 120 static void qpci_spapr_config_writew(QPCIBus *bus, int devfn, uint8_t offset, in qpci_spapr_config_writew() 129 static void qpci_spapr_config_writel(QPCIBus *bus, int devfn, uint8_t offset, in qpci_spapr_config_writel()
|
| H A D | generic-pcihost.c | 109 static uint8_t qpci_generic_config_readb(QPCIBus *bus, int devfn, uint8_t offset) in qpci_generic_config_readb() 119 static uint16_t qpci_generic_config_readw(QPCIBus *bus, int devfn, uint8_t offset) in qpci_generic_config_readw() 129 static uint32_t qpci_generic_config_readl(QPCIBus *bus, int devfn, uint8_t offset) in qpci_generic_config_readl() 140 qpci_generic_config_writeb(QPCIBus *bus, int devfn, uint8_t offset, uint8_t value) in qpci_generic_config_writeb() 149 qpci_generic_config_writew(QPCIBus *bus, int devfn, uint8_t offset, uint16_t value) in qpci_generic_config_writew() 159 qpci_generic_config_writel(QPCIBus *bus, int devfn, uint8_t offset, uint32_t value) in qpci_generic_config_writel()
|
| /openbmc/u-boot/cmd/ |
| H A D | eeprom.c | 78 static int eeprom_addr(unsigned dev_addr, unsigned offset, uchar *addr) in eeprom_addr() 100 static int eeprom_len(unsigned offset, unsigned end) in eeprom_len() 123 static int eeprom_rw_block(unsigned offset, uchar *addr, unsigned alen, in eeprom_rw_block() 160 static int eeprom_rw(unsigned dev_addr, unsigned offset, uchar *buffer, in eeprom_rw() 185 int eeprom_read(unsigned dev_addr, unsigned offset, uchar *buffer, unsigned cnt) in eeprom_read() 195 int eeprom_write(unsigned dev_addr, unsigned offset, in eeprom_write()
|
| /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/qemu/tests/qemu-iotests/ |
| H A D | 242 | 62 def write_to_disk(offset, size): argument 67 def toggle_flag(offset): argument
|
| /openbmc/qemu/target/i386/tcg/system/ |
| H A D | smm_helper.c | 41 int i, offset; in do_smm_enter() local 199 int i, offset; in helper_rsm() local
|
| /openbmc/u-boot/drivers/pinctrl/meson/ |
| H A D | pinctrl-meson-axg-pmx.c | 34 unsigned int *offset) in meson_axg_pmx_calc_reg_and_offset() 51 unsigned int offset; in meson_axg_pmx_update_function() local 116 unsigned int offset, const char *label) in meson_axg_gpio_request()
|