Home
last modified time | relevance | path

Searched defs:offset (Results 326 – 350 of 7689) sorted by relevance

1...<<11121314151617181920>>...308

/openbmc/u-boot/arch/x86/cpu/quark/
H A Dhte.c90 u32 offset; in hte_basic_data_cmp() local
145 u32 offset; in hte_rw_data_cmp() local
209 u32 offset; in hte_mem_init() local
368 u32 offset; in hte_mem_op() local
/openbmc/linux/drivers/gpio/
H A Dgpio-tps65910.c25 static int tps65910_gpio_get(struct gpio_chip *gc, unsigned offset) in tps65910_gpio_get()
39 static void tps65910_gpio_set(struct gpio_chip *gc, unsigned offset, in tps65910_gpio_set()
53 static int tps65910_gpio_output(struct gpio_chip *gc, unsigned offset, in tps65910_gpio_output()
66 static int tps65910_gpio_input(struct gpio_chip *gc, unsigned offset) in tps65910_gpio_input()
H A Dgpio-latch.c69 static int gpio_latch_get_direction(struct gpio_chip *gc, unsigned int offset) in gpio_latch_get_direction()
76 unsigned int offset, bool val) in gpio_latch_set_unlocked()
93 static void gpio_latch_set(struct gpio_chip *gc, unsigned int offset, int val) in gpio_latch_set()
105 static void gpio_latch_set_can_sleep(struct gpio_chip *gc, unsigned int offset, int val) in gpio_latch_set_can_sleep()
H A Dgpio-74x164.c41 static int gen_74x164_get_value(struct gpio_chip *gc, unsigned offset) in gen_74x164_get_value()
56 unsigned offset, int val) in gen_74x164_set_value()
76 unsigned long offset; in gen_74x164_set_multiple() local
94 unsigned offset, int val) in gen_74x164_direction_output()
H A Dgpio-sa1100.c40 static int sa1100_gpio_get(struct gpio_chip *chip, unsigned offset) in sa1100_gpio_get()
46 static void sa1100_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in sa1100_gpio_set()
53 static int sa1100_get_direction(struct gpio_chip *chip, unsigned offset) in sa1100_get_direction()
63 static int sa1100_direction_input(struct gpio_chip *chip, unsigned offset) in sa1100_direction_input()
75 static int sa1100_direction_output(struct gpio_chip *chip, unsigned offset, int value) in sa1100_direction_output()
88 static int sa1100_to_irq(struct gpio_chip *chip, unsigned offset) in sa1100_to_irq()
/openbmc/linux/drivers/crypto/caam/
H A Dsg_sw_sec4.h27 dma_addr_t dma, u32 len, u16 offset) in dma_to_sec4_sg_one()
49 struct sec4_sg_entry *sec4_sg_ptr, u16 offset) in sg_to_sec4_sg()
79 u16 offset) in sg_to_sec4_sg_last()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dhv.c9 int offset, bool read) in mlx5_hv_config_common()
42 int offset) in mlx5_hv_read_config()
48 int offset) in mlx5_hv_write_config()
/openbmc/linux/sound/soc/intel/avs/
H A Dtopology.c20 #define avs_tplg_vendor_array_at(array, offset) \ argument
36 u32 block_size, u32 token, u32 *offset) in avs_tplg_vendor_array_lookup()
72 u32 block_size, u32 token, u32 *offset) in avs_tplg_vendor_array_lookup_next()
125 u32 offset; member
130 avs_parse_uuid_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_uuid_token()
141 avs_parse_bool_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_bool_token()
152 avs_parse_byte_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_byte_token()
163 avs_parse_short_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_short_token()
174 avs_parse_word_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_word_token()
185 avs_parse_string_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_string_token()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c117 int intel_vgpu_emulate_cfg_read(struct intel_vgpu *vgpu, unsigned int offset, in intel_vgpu_emulate_cfg_read()
146 unsigned int offset, void *p_data, unsigned int bytes) in emulate_pci_command_write()
168 unsigned int offset, void *p_data, unsigned int bytes) in emulate_pci_rom_bar_write()
181 static void emulate_pci_bar_write(struct intel_vgpu *vgpu, unsigned int offset, in emulate_pci_bar_write()
256 int intel_vgpu_emulate_cfg_write(struct intel_vgpu *vgpu, unsigned int offset, in intel_vgpu_emulate_cfg_write()
/openbmc/linux/arch/arm/common/
H A Dscoop.c54 unsigned offset, int value) in __scoop_gpio_set()
66 static void scoop_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in scoop_gpio_set()
78 static int scoop_gpio_get(struct gpio_chip *chip, unsigned offset) in scoop_gpio_get()
87 unsigned offset) in scoop_gpio_direction_input()
105 unsigned offset, int value) in scoop_gpio_direction_output()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_ingenic.c44 static uint8_t early_in(struct uart_port *port, int offset) in early_in()
49 static void early_out(struct uart_port *port, int offset, uint8_t value) in early_out()
76 int offset; in ingenic_early_console_setup_clock() local
171 static void ingenic_uart_serial_out(struct uart_port *p, int offset, int value) in ingenic_uart_serial_out()
209 static unsigned int ingenic_uart_serial_in(struct uart_port *p, int offset) in ingenic_uart_serial_in()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect_dynptr.c123 static int pkt_parse_ipv4(struct bpf_dynptr *dynptr, __u64 *offset, struct iphdr *iphdr) in pkt_parse_ipv4()
140 static bool pkt_parse_icmp_l4_ports(struct bpf_dynptr *dynptr, __u64 *offset, flow_ports_t *ports) in pkt_parse_icmp_l4_ports()
185 static bool pkt_skip_ipv6_extension_headers(struct bpf_dynptr *dynptr, __u64 *offset, in pkt_skip_ipv6_extension_headers()
242 static int pkt_parse_ipv6(struct bpf_dynptr *dynptr, __u64 *offset, struct ipv6hdr *ipv6, in pkt_parse_ipv6()
456 static ret_t skip_next_hops(__u64 *offset, int n) in skip_next_hops()
475 static ret_t get_next_hop(struct bpf_dynptr *dynptr, __u64 *offset, encap_headers_t *encap, in get_next_hop()
603 static verdict_t process_icmpv4(struct __sk_buff *skb, struct bpf_dynptr *dynptr, __u64 *offset, in process_icmpv4()
652 static verdict_t process_icmpv6(struct bpf_dynptr *dynptr, __u64 *offset, struct __sk_buff *skb, in process_icmpv6()
704 static verdict_t process_tcp(struct bpf_dynptr *dynptr, __u64 *offset, struct __sk_buff *skb, in process_tcp()
727 static verdict_t process_udp(struct bpf_dynptr *dynptr, __u64 *offset, struct __sk_buff *skb, in process_udp()
[all …]
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-address.h111 uint64_t offset:62; member
117 uint64_t offset:31; member
124 uint64_t offset:29; member
150 uint64_t offset:36; member
159 uint64_t offset:36; member
175 uint64_t offset:36; member
208 uint64_t offset:62; member
213 uint64_t offset:31; member
218 uint64_t offset:29; member
231 uint64_t offset:36; member
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dtables_lpphy.h10 #define B43_LPTAB8(table, offset) (((table) << 10) | (offset) | B43_LPTAB_8BIT) argument
11 #define B43_LPTAB16(table, offset) (((table) << 10) | (offset) | B43_LPTAB_16BIT) argument
12 #define B43_LPTAB32(table, offset) (((table) << 10) | (offset) | B43_LPTAB_32BIT) argument
/openbmc/linux/include/linux/
H A Dvirtio_config.h501 unsigned int offset, in __virtio_cread_many()
522 unsigned int offset, in virtio_cread_bytes()
528 static inline u8 virtio_cread8(struct virtio_device *vdev, unsigned int offset) in virtio_cread8()
538 unsigned int offset, u8 val) in virtio_cwrite8()
545 unsigned int offset) in virtio_cread16()
555 unsigned int offset, u16 val) in virtio_cwrite16()
565 unsigned int offset) in virtio_cread32()
575 unsigned int offset, u32 val) in virtio_cwrite32()
585 unsigned int offset) in virtio_cread64()
594 unsigned int offset, u64 val) in virtio_cwrite64()
/openbmc/linux/drivers/gpu/drm/sprd/
H A Dsprd_dpu.h75 dpu_reg_set(struct dpu_context *ctx, u32 offset, u32 set_bits) in dpu_reg_set()
83 dpu_reg_clr(struct dpu_context *ctx, u32 offset, u32 clr_bits) in dpu_reg_clr()
91 layer_reg_rd(struct dpu_context *ctx, u32 offset, int index) in layer_reg_rd()
99 layer_reg_wr(struct dpu_context *ctx, u32 offset, u32 cfg_bits, int index) in layer_reg_wr()
/openbmc/u-boot/drivers/gpio/
H A Dsh_pfc.c69 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()
/openbmc/qemu/block/
H A Dqed.h112 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/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_xgmac.c16 u32 offset, u32 val) in xgene_enet_wr_csr()
24 u32 offset, u32 val) in xgene_enet_wr_ring_if()
32 u32 offset, u32 val) in xgene_enet_wr_diag_csr()
78 u32 offset, u32 val) in xgene_enet_wr_axg_csr()
86 u32 offset, u32 *val) in xgene_enet_rd_csr()
94 u32 offset, u32 *val) in xgene_enet_rd_diag_csr()
144 u32 offset, u32 *val) in xgene_enet_rd_axg_csr()
224 u8 offset; in xgene_xgmac_set_mss() local
/openbmc/linux/drivers/misc/ibmasm/
H A Dibmasmfs.c259 static ssize_t command_file_read(struct file *file, char __user *buf, size_t count, loff_t *offset) in command_file_read()
296 …ize_t command_file_write(struct file *file, const char __user *ubuff, size_t count, loff_t *offset) in command_file_write()
368 static ssize_t event_file_read(struct file *file, char __user *buf, size_t count, loff_t *offset) in event_file_read()
411 …c ssize_t event_file_write(struct file *file, const char __user *buf, size_t count, loff_t *offset) in event_file_write()
452 …ic ssize_t r_heartbeat_file_read(struct file *file, char __user *buf, size_t count, loff_t *offset) in r_heartbeat_file_read()
480 …e_t r_heartbeat_file_write(struct file *file, const char __user *buf, size_t count, loff_t *offset) in r_heartbeat_file_write()
502 …size_t remote_settings_file_read(struct file *file, char __user *buf, size_t count, loff_t *offset) in remote_settings_file_read()
515 …mote_settings_file_write(struct file *file, const char __user *ubuff, size_t count, loff_t *offset) in remote_settings_file_write()
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-axp209.c113 static int axp20x_gpio_get_reg(unsigned int offset) in axp20x_gpio_get_reg()
127 static int axp20x_gpio_input(struct gpio_chip *chip, unsigned int offset) in axp20x_gpio_input()
132 static int axp20x_gpio_get(struct gpio_chip *chip, unsigned int offset) in axp20x_gpio_get()
154 unsigned int offset) in axp20x_gpio_get_direction()
197 static int axp20x_gpio_output(struct gpio_chip *chip, unsigned int offset, in axp20x_gpio_output()
205 static void axp20x_gpio_set(struct gpio_chip *chip, unsigned int offset, in axp20x_gpio_set()
230 static int axp20x_pmx_set(struct pinctrl_dev *pctldev, unsigned int offset, in axp20x_pmx_set()
313 unsigned int offset, bool input) in axp20x_pmx_gpio_set_direction()
/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/
H A Dgic_v3.c117 uint32_t gicv3_reg_readl(uint32_t cpu_or_dist, uint64_t offset) in gicv3_reg_readl()
124 void gicv3_reg_writel(uint32_t cpu_or_dist, uint64_t offset, uint32_t reg_val) in gicv3_reg_writel()
131 uint32_t gicv3_getl_fields(uint32_t cpu_or_dist, uint64_t offset, uint32_t mask) in gicv3_getl_fields()
136 void gicv3_setl_fields(uint32_t cpu_or_dist, uint64_t offset, in gicv3_setl_fields()
153 static void gicv3_access_reg(uint32_t intid, uint64_t offset, in gicv3_access_reg()
185 static void gicv3_write_reg(uint32_t intid, uint64_t offset, in gicv3_write_reg()
192 static uint32_t gicv3_read_reg(uint32_t intid, uint64_t offset, in gicv3_read_reg()
/openbmc/u-boot/cmd/
H A Dsf.c169 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/hw/watchdog/
H A Dallwinner-wdt.c91 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 Dallwinner-rtc.c124 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()

1...<<11121314151617181920>>...308