Home
last modified time | relevance | path

Searched defs:offset (Results 101 – 125 of 1525) sorted by relevance

12345678910>>...61

/openbmc/u-boot/drivers/gpio/
H A Daspeed_gpio.c185 static const struct aspeed_gpio_bank *to_bank(unsigned int offset) in to_bank()
194 aspeed_gpio_direction_input(struct udevice *dev, unsigned offset) in aspeed_gpio_direction_input()
207 aspeed_gpio_direction_output(struct udevice *dev, unsigned offset, in aspeed_gpio_direction_output()
228 static int aspeed_gpio_get_value(struct udevice *dev, unsigned offset) in aspeed_gpio_get_value()
236 static int aspeed_gpio_set_value(struct udevice *dev, unsigned offset, in aspeed_gpio_set_value()
254 static int aspeed_gpio_get_function(struct udevice *dev, unsigned offset) in aspeed_gpio_get_function()
H A Dda8xx_gpio.c433 static struct davinci_gpio *davinci_get_gpio_bank(struct udevice *dev, unsigned int offset) in davinci_get_gpio_bank()
449 static int davinci_gpio_direction_input(struct udevice *dev, unsigned int offset) in davinci_gpio_direction_input()
460 static int davinci_gpio_direction_output(struct udevice *dev, unsigned int offset, in davinci_gpio_direction_output()
469 static int davinci_gpio_get_value(struct udevice *dev, unsigned int offset) in davinci_gpio_get_value()
476 static int davinci_gpio_set_value(struct udevice *dev, unsigned int offset, in davinci_gpio_set_value()
486 static int davinci_gpio_get_function(struct udevice *dev, unsigned int offset) in davinci_gpio_get_function()
/openbmc/qemu/hw/misc/
H A Dnpcm7xx_pwm.c221 static hwaddr npcm7xx_cnr_index(hwaddr offset) in npcm7xx_cnr_index()
237 static hwaddr npcm7xx_cmr_index(hwaddr offset) in npcm7xx_cmr_index()
253 static hwaddr npcm7xx_pdr_index(hwaddr offset) in npcm7xx_pdr_index()
269 static hwaddr npcm7xx_pwdr_index(hwaddr offset) in npcm7xx_pwdr_index()
285 static uint64_t npcm7xx_pwm_read(void *opaque, hwaddr offset, unsigned size) in npcm7xx_pwm_read()
350 static void npcm7xx_pwm_write(void *opaque, hwaddr offset, in npcm7xx_pwm_write()
H A Dallwinner-h3-sysctrl.c34 #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 Dimx7_ccm.c80 #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/qemu/hw/dma/
H A Dbcm2835_dma.c147 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/pci/
H A Dpcie_xilinx.c58 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/intc/
H A Daspeed_intc.c320 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 Darm_gicv3_kvm.c94 static inline void kvm_gicd_access(GICv3State *s, int offset, in kvm_gicd_access()
102 static inline void kvm_gicr_access(GICv3State *s, int offset, int cpu, in kvm_gicr_access()
135 static void kvm_dist_get_priority(GICv3State *s, uint32_t offset, uint8_t *bmp) in kvm_dist_get_priority()
156 static void kvm_dist_put_priority(GICv3State *s, uint32_t offset, uint8_t *bmp) in kvm_dist_put_priority()
177 static void kvm_dist_get_edge_trigger(GICv3State *s, uint32_t offset, in kvm_dist_get_edge_trigger()
202 static void kvm_dist_put_edge_trigger(GICv3State *s, uint32_t offset, in kvm_dist_put_edge_trigger()
252 static void kvm_dist_getbmp(GICv3State *s, uint32_t offset, uint32_t *bmp) in kvm_dist_getbmp()
273 static void kvm_dist_putbmp(GICv3State *s, uint32_t offset, in kvm_dist_putbmp()
425 uint32_t offset; in kvm_arm_gicv3_put() local
601 uint32_t offset; in kvm_arm_gicv3_get() local
/openbmc/phosphor-ipmi-flash/bmc/
H A Dfile_handler.cpp47 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/qemu/block/
H A Dthrottle.c119 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 Dblkreplay.c74 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 Dsplash_source.c25 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/u-boot/include/
H A Dvirtio.h546 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/tests/qemu-iotests/
H A D24262 def write_to_disk(offset, size): argument
67 def toggle_flag(offset): argument
/openbmc/qemu/target/i386/tcg/system/
H A Dsmm_helper.c41 int i, offset; in do_smm_enter() local
199 int i, offset; in helper_rsm() local
/openbmc/u-boot/drivers/dfu/
H A Ddfu_sf.c21 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/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan/
H A Dmonitor.json17 "offset": 0 number
35 "offset": 0 number
53 "offset": 0 number
71 "offset": 0 number
/openbmc/qemu/crypto/
H A Dblock.c132 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/u-boot/drivers/pinctrl/meson/
H A Dpinctrl-meson-axg-pmx.c34 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()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_by_type.cpp34 int FileHandler::transferFileData(int32_t fd, bool upstream, uint32_t offset, in transferFileData()
75 uint32_t offset, uint32_t& length, in transferFileData()
187 int FileHandler::readFile(const std::string& filePath, uint32_t offset, in readFile()
/openbmc/qemu/hw/i2c/
H A Dimx_i2c.c30 static const char *imx_i2c_get_regname(unsigned offset) in imx_i2c_get_regname()
91 static uint64_t imx_i2c_read(void *opaque, hwaddr offset, in imx_i2c_read()
149 static void imx_i2c_write(void *opaque, hwaddr offset, in imx_i2c_write()
/openbmc/qemu/tests/qtest/libqos/
H A Dpci-spapr.c87 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 Dgeneric-pcihost.c109 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 Deeprom.c78 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()

12345678910>>...61