/openbmc/u-boot/arch/mips/mach-bmips/include/ |
H A D | ioremap.h | 17 static inline int is_bmips_internal_registers(phys_addr_t offset) in is_bmips_internal_registers() 29 static inline void __iomem *plat_ioremap(phys_addr_t offset, unsigned long size, in plat_ioremap()
|
/openbmc/u-boot/arch/mips/mach-mscc/include/ |
H A D | ioremap.h | 22 static inline int is_vcoreiii_internal_registers(phys_addr_t offset) in is_vcoreiii_internal_registers() 33 static inline void __iomem *plat_ioremap(phys_addr_t offset, unsigned long size, in plat_ioremap()
|
/openbmc/linux/fs/udf/ |
H A D | udftime.c | 35 int16_t offset; in udf_disk_stamp_to_time() local 67 int16_t offset; in udf_time_to_disk_stamp() local
|
/openbmc/u-boot/include/ |
H A D | eeprom.h | 20 #define eeprom_read(dev_addr, offset, buffer, cnt) ((void)-ENOSYS) argument 21 #define eeprom_write(dev_addr, offset, buffer, cnt) ((void)-ENOSYS) argument
|
/openbmc/qemu/block/ |
H A D | block-backend.c | 1257 blk_check_byte_request(BlockBackend *blk, int64_t offset, int64_t bytes) in blk_check_byte_request() 1316 blk_co_do_preadv_part(BlockBackend *blk, int64_t offset, int64_t bytes, in blk_co_do_preadv_part() 1350 int coroutine_fn blk_co_pread(BlockBackend *blk, int64_t offset, int64_t bytes, in blk_co_pread() 1361 int coroutine_fn blk_co_preadv(BlockBackend *blk, int64_t offset, in blk_co_preadv() 1375 int coroutine_fn blk_co_preadv_part(BlockBackend *blk, int64_t offset, in blk_co_preadv_part() 1391 blk_co_do_pwritev_part(BlockBackend *blk, int64_t offset, int64_t bytes, in blk_co_do_pwritev_part() 1428 int coroutine_fn blk_co_pwritev_part(BlockBackend *blk, int64_t offset, in blk_co_pwritev_part() 1443 int coroutine_fn blk_co_pwrite(BlockBackend *blk, int64_t offset, int64_t bytes, in blk_co_pwrite() 1454 int coroutine_fn blk_co_pwritev(BlockBackend *blk, int64_t offset, in blk_co_pwritev() 1464 int64_t offset, int64_t bytes, in blk_co_block_status_above() [all …]
|
H A D | qcow2-cache.c | 32 int64_t offset; member 81 size_t offset = QEMU_ALIGN_UP((uintptr_t) t, align) - (uintptr_t) t; in qcow2_cache_table_release() local 324 qcow2_cache_do_get(BlockDriverState *bs, Qcow2Cache *c, uint64_t offset, in qcow2_cache_do_get() 406 int qcow2_cache_get(BlockDriverState *bs, Qcow2Cache *c, uint64_t offset, in qcow2_cache_get() 412 int qcow2_cache_get_empty(BlockDriverState *bs, Qcow2Cache *c, uint64_t offset, in qcow2_cache_get_empty() 439 void *qcow2_cache_is_table_offset(Qcow2Cache *c, uint64_t offset) in qcow2_cache_is_table_offset()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_cppcore.c | 94 unsigned long long offset; member 543 unsigned long offset, void *kernel_vaddr, in nfp_cpp_area_read() 564 unsigned long offset, const void *kernel_vaddr, in nfp_cpp_area_write() 680 unsigned long offset, u32 *value) in nfp_cpp_area_readl() 702 unsigned long offset, u32 value) in nfp_cpp_area_writel() 722 unsigned long offset, u64 *value) in nfp_cpp_area_readq() 744 unsigned long offset, u64 value) in nfp_cpp_area_writeq() 767 unsigned long offset, u32 value, size_t length) in nfp_cpp_area_fill() 824 u64 addr, unsigned long *offset, size_t length) in area_cache_get() 922 unsigned long offset = 0; in __nfp_cpp_read() local [all …]
|
/openbmc/linux/tools/testing/selftests/net/openvswitch/ |
H A D | ovs-dpctl.py | 714 offset=None, argument 826 offset=None, argument 879 offset=None, argument 930 offset=None, argument 949 offset=None, argument 968 offset=None, argument 987 offset=None, argument 1016 offset=None, argument 1035 offset=None, argument 1095 offset=None, argument [all …]
|
/openbmc/u-boot/drivers/gpio/ |
H A D | tegra_gpio.c | 135 static int tegra_gpio_direction_input(struct udevice *dev, unsigned offset) in tegra_gpio_direction_input() 149 static int tegra_gpio_direction_output(struct udevice *dev, unsigned offset, in tegra_gpio_direction_output() 168 static int tegra_gpio_get_value(struct udevice *dev, unsigned offset) in tegra_gpio_get_value() 186 static int tegra_gpio_set_value(struct udevice *dev, unsigned offset, int value) in tegra_gpio_set_value() 222 static int tegra_gpio_get_function(struct udevice *dev, unsigned offset) in tegra_gpio_get_function()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | phy_shim.c | 98 void wlapi_bmac_write_shm(struct phy_shim_info *physhim, uint offset, u16 v) in wlapi_bmac_write_shm() 103 u16 wlapi_bmac_read_shm(struct phy_shim_info *physhim, uint offset) in wlapi_bmac_read_shm() 188 wlapi_bmac_write_template_ram(struct phy_shim_info *physhim, int offset, in wlapi_bmac_write_template_ram() 204 wlapi_copyfrom_objmem(struct phy_shim_info *physhim, uint offset, void *buf, in wlapi_copyfrom_objmem() 211 wlapi_copyto_objmem(struct phy_shim_info *physhim, uint offset, const void *buf, in wlapi_copyto_objmem()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | ef100.c | 38 u64 offset; member 69 u64 offset = ef100_pci_get_bar_bits(efx, entry_location, EF100_FUNC_CTL_WIN_OFF) << in ef100_pci_parse_ef100_entry() local 112 u64 offset; in ef100_pci_parse_continue_entry() local 179 static int ef100_pci_walk_xilinx_table(struct efx_nic *efx, u64 offset, in ef100_pci_walk_xilinx_table() 286 u64 offset = 0; in ef100_pci_parse_xilinx_cap() local
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_lpc.c | 55 static u8 cros_ec_lpc_read_bytes(unsigned int offset, unsigned int length, in cros_ec_lpc_read_bytes() 74 static u8 cros_ec_lpc_write_bytes(unsigned int offset, unsigned int length, in cros_ec_lpc_write_bytes() 93 static u8 cros_ec_lpc_mec_read_bytes(unsigned int offset, unsigned int length, in cros_ec_lpc_mec_read_bytes() 112 static u8 cros_ec_lpc_mec_write_bytes(unsigned int offset, unsigned int length, in cros_ec_lpc_mec_write_bytes() 290 static int cros_ec_lpc_readmem(struct cros_ec_device *ec, unsigned int offset, in cros_ec_lpc_readmem()
|
/openbmc/linux/drivers/pinctrl/intel/ |
H A D | pinctrl-baytrail.c | 557 static void __iomem *byt_gpio_reg(struct intel_pinctrl *vg, unsigned int offset, in byt_gpio_reg() 663 static u32 byt_get_gpio_mux(struct intel_pinctrl *vg, unsigned int offset) in byt_get_gpio_mux() 678 static void byt_gpio_clear_triggering(struct intel_pinctrl *vg, unsigned int offset) in byt_gpio_clear_triggering() 697 unsigned int offset) in byt_gpio_request_enable() 734 unsigned int offset) in byt_gpio_disable_free() 743 unsigned int offset) in byt_gpio_direct_irq_check() 761 unsigned int offset, in byt_gpio_set_direction() 837 static int byt_pin_config_get(struct pinctrl_dev *pctl_dev, unsigned int offset, in byt_pin_config_get() 921 unsigned int offset, in byt_pin_config_set() 1066 static int byt_gpio_get(struct gpio_chip *chip, unsigned int offset) in byt_gpio_get() [all …]
|
/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/qemu/hw/i2c/ |
H A D | imx_i2c.c | 41 static const char *imx_i2c_get_regname(unsigned offset) in imx_i2c_get_regname() 103 static uint64_t imx_i2c_read(void *opaque, hwaddr offset, in imx_i2c_read() 161 static void imx_i2c_write(void *opaque, hwaddr offset, in imx_i2c_write()
|
/openbmc/linux/drivers/char/ |
H A D | adi.c | 59 loff_t offset; in adi_read() local 135 loff_t offset; in adi_write() local 177 static loff_t adi_llseek(struct file *file, loff_t offset, int whence) in adi_llseek()
|
/openbmc/linux/tools/testing/selftests/arm64/abi/ |
H A D | syscall-abi-asm.S | 33 .macro _ldr_za nw, nxbase, offset=0 44 .macro _str_za nw, nxbase, offset=0
|
/openbmc/u-boot/board/gdsys/a38x/ |
H A D | dt_helpers.c | 15 int offset = fdt_path_offset(rw_fdt_blob, ofname); in fdt_disable_by_ofname() local 29 uint offset, char *gpio_name) in request_gpio_by_name()
|
/openbmc/linux/fs/btrfs/ |
H A D | orphan.c | 11 struct btrfs_root *root, u64 offset) in btrfs_insert_orphan_item() 32 struct btrfs_root *root, u64 offset) in btrfs_del_orphan_item()
|
/openbmc/hiomapd/ |
H A D | protocol.h | 50 uint16_t offset; member 58 uint16_t offset; member 66 uint16_t offset; member 70 uint16_t offset; member 79 uint16_t offset; member 86 uint16_t offset; member
|
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/ |
H A D | config.json | 26 "offset": 1100 number 51 "offset": 1100 number 76 "offset": 1100 number 101 "offset": 1100 number 126 "offset": 1100 number 151 "offset": 1100 number
|
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/ |
H A D | config.json | 26 "offset": 100 number 51 "offset": 100 number 76 "offset": 100 number 101 "offset": 100 number 126 "offset": 100 number 151 "offset": 100 number
|
/openbmc/linux/drivers/pinctrl/cirrus/ |
H A D | pinctrl-cs42l43.c | 223 unsigned int offset, bool input) in cs42l43_gpio_set_direction() 251 unsigned int offset) in cs42l43_gpio_request_enable() 258 unsigned int offset) in cs42l43_gpio_disable_free() 463 static int cs42l43_gpio_get(struct gpio_chip *chip, unsigned int offset) in cs42l43_gpio_get() 486 static void cs42l43_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in cs42l43_gpio_set() 509 static int cs42l43_gpio_direction_in(struct gpio_chip *chip, unsigned int offset) in cs42l43_gpio_direction_in() 515 unsigned int offset, int value) in cs42l43_gpio_direction_out()
|
/openbmc/linux/drivers/pci/ |
H A D | doe.c | 107 int offset = doe_mb->cap_offset; in pci_doe_write_ctrl() local 115 int offset = doe_mb->cap_offset; in pci_doe_abort() local 148 int offset = doe_mb->cap_offset; in pci_doe_send_req() local 203 int offset = doe_mb->cap_offset; in pci_doe_data_obj_ready() local 216 int offset = doe_mb->cap_offset; in pci_doe_recv_resp() local 323 int offset = doe_mb->cap_offset; in doe_statemachine_work() local 683 u16 offset = 0; in pci_doe_init() local
|