/openbmc/linux/drivers/crypto/caam/ |
H A D | sg_sw_qm2.h | 13 dma_addr_t dma, u32 len, u16 offset) in dma_to_qm_sg_one() 29 struct dpaa2_sg_entry *qm_sg_ptr, u16 offset) in sg_to_qm_sg() 51 u16 offset) in sg_to_qm_sg_last()
|
/openbmc/u-boot/drivers/net/fsl-mc/dpio/ |
H A D | qbman_sys.h | 127 static inline void qbman_cinh_write(struct qbman_swp_sys *s, uint32_t offset, in qbman_cinh_write() 137 static inline uint32_t qbman_cinh_read(struct qbman_swp_sys *s, uint32_t offset) in qbman_cinh_read() 149 uint32_t offset) in qbman_cena_write_start() 163 uint32_t offset, void *cmd) in qbman_cena_write_complete() 183 static inline void *qbman_cena_read(struct qbman_swp_sys *s, uint32_t offset) in qbman_cena_read() 208 uint32_t offset) in qbman_cena_invalidate_prefetch()
|
/openbmc/hiomapd/ |
H A D | backend.h | 180 uint32_t offset, void *mem, uint32_t size) in backend_copy() 189 uint32_t offset, uint32_t count, in backend_set_bytemap() 200 static inline int backend_erase(struct backend *backend, uint32_t offset, in backend_erase() 210 static inline int backend_write(struct backend *backend, uint32_t offset, in backend_write() 219 uint32_t offset, uint32_t size, bool ro) in backend_validate() 238 static inline int backend_align_offset(struct backend *backend, uint32_t *offset, uint32_t window_s… in backend_align_offset()
|
/openbmc/linux/kernel/ |
H A D | context_tracking.c | 81 static noinstr void ct_kernel_exit_state(int offset) in ct_kernel_exit_state() 101 static noinstr void ct_kernel_enter_state(int offset) in ct_kernel_enter_state() 124 static void noinstr ct_kernel_exit(bool user, int offset) in ct_kernel_exit() 163 static void noinstr ct_kernel_enter(bool user, int offset) in ct_kernel_enter() 426 static __always_inline void ct_kernel_exit(bool user, int offset) { } in ct_kernel_exit() 427 static __always_inline void ct_kernel_enter(bool user, int offset) { } in ct_kernel_enter()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-siox.c | 41 size_t offset; in gpio_siox_get_data() local 141 static int gpio_siox_get(struct gpio_chip *chip, unsigned int offset) in gpio_siox_get() 164 unsigned int offset, int value) in gpio_siox_set() 180 unsigned int offset) in gpio_siox_direction_input() 189 unsigned int offset, int value) in gpio_siox_direction_output() 198 static int gpio_siox_get_direction(struct gpio_chip *chip, unsigned int offset) in gpio_siox_get_direction()
|
H A D | gpio-rda.c | 44 static inline void rda_gpio_update(struct gpio_chip *chip, unsigned int offset, in rda_gpio_update() 69 u32 offset = irqd_to_hwirq(data); in rda_gpio_irq_mask() local 82 u32 offset = irqd_to_hwirq(data); in rda_gpio_irq_ack() local 87 static int rda_gpio_set_irq(struct gpio_chip *chip, u32 offset, in rda_gpio_set_irq() 154 u32 offset = irqd_to_hwirq(data); in rda_gpio_irq_unmask() local 164 u32 offset = irqd_to_hwirq(data); in rda_gpio_irq_set_type() local
|
H A D | gpio-palmas.c | 26 static int palmas_gpio_get(struct gpio_chip *gc, unsigned offset) in palmas_gpio_get() 57 static void palmas_gpio_set(struct gpio_chip *gc, unsigned offset, in palmas_gpio_set() 79 static int palmas_gpio_output(struct gpio_chip *gc, unsigned offset, in palmas_gpio_output() 102 static int palmas_gpio_input(struct gpio_chip *gc, unsigned offset) in palmas_gpio_input() 120 static int palmas_gpio_to_irq(struct gpio_chip *gc, unsigned offset) in palmas_gpio_to_irq()
|
H A D | gpio-stmpe.c | 41 static int stmpe_gpio_get(struct gpio_chip *chip, unsigned offset) in stmpe_gpio_get() 56 static void stmpe_gpio_set(struct gpio_chip *chip, unsigned offset, int val) in stmpe_gpio_set() 75 unsigned offset) in stmpe_gpio_get_direction() 94 unsigned offset, int val) in stmpe_gpio_direction_output() 107 unsigned offset) in stmpe_gpio_direction_input() 117 static int stmpe_gpio_request(struct gpio_chip *chip, unsigned offset) in stmpe_gpio_request() 144 int offset = d->hwirq; in stmpe_gpio_irq_set_type() local 232 int offset = d->hwirq; in stmpe_gpio_irq_mask() local 244 int offset = d->hwirq; in stmpe_gpio_irq_unmask() local 254 unsigned offset, unsigned gpio) in stmpe_dbg_show_one()
|
H A D | gpio-bd71815.c | 28 static int bd71815gpo_get(struct gpio_chip *chip, unsigned int offset) in bd71815gpo_get() 40 static void bd71815gpo_set(struct gpio_chip *chip, unsigned int offset, in bd71815gpo_set() 57 static int bd71815_gpio_set_config(struct gpio_chip *chip, unsigned int offset, in bd71815_gpio_set_config() 80 static int bd71815gpo_direction_get(struct gpio_chip *gc, unsigned int offset) in bd71815gpo_direction_get()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-stmfx.c | 47 #define get_reg(offset) ((offset) / NR_GPIOS_PER_REG) argument 48 #define get_shift(offset) ((offset) % NR_GPIOS_PER_REG) argument 49 #define get_mask(offset) (BIT(get_shift(offset))) argument 104 static int stmfx_gpio_get(struct gpio_chip *gc, unsigned int offset) in stmfx_gpio_get() 158 unsigned int offset, int value) in stmfx_gpio_direction_output() 170 unsigned int offset) in stmfx_pinconf_get_pupd() 184 unsigned int offset, u32 pupd) in stmfx_pinconf_set_pupd() 193 unsigned int offset) in stmfx_pinconf_get_type() 207 unsigned int offset, u32 type) in stmfx_pinconf_set_type() 348 struct seq_file *s, unsigned int offset) in stmfx_pinconf_dbg_show() [all …]
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | evergreen_cs.c | 398 u64 offset; in evergreen_cs_track_validate_cb() local 565 u64 offset; in evergreen_cs_track_validate_stencil() local 662 u64 offset; in evergreen_cs_track_validate_depth() local 1793 uint64_t offset; in evergreen_packet3_check() local 1852 uint64_t offset; in evergreen_packet3_check() local 1888 uint64_t offset; in evergreen_packet3_check() local 2491 u64 offset; in evergreen_packet3_check() local 2510 u64 offset; in evergreen_packet3_check() local 2530 u64 offset; in evergreen_packet3_check() local 2563 u64 offset; in evergreen_packet3_check() local [all …]
|
/openbmc/u-boot/drivers/gpio/ |
H A D | rk_gpio.c | 32 static int rockchip_gpio_direction_input(struct udevice *dev, unsigned offset) in rockchip_gpio_direction_input() 42 static int rockchip_gpio_direction_output(struct udevice *dev, unsigned offset, in rockchip_gpio_direction_output() 55 static int rockchip_gpio_get_value(struct udevice *dev, unsigned offset) in rockchip_gpio_get_value() 63 static int rockchip_gpio_set_value(struct udevice *dev, unsigned offset, in rockchip_gpio_set_value() 75 static int rockchip_gpio_get_function(struct udevice *dev, unsigned offset) in rockchip_gpio_get_function()
|
H A D | mt7621_gpio.c | 51 static int mediatek_gpio_get_value(struct udevice *dev, unsigned int offset) in mediatek_gpio_get_value() 59 static int mediatek_gpio_set_value(struct udevice *dev, unsigned int offset, in mediatek_gpio_set_value() 70 static int mediatek_gpio_direction_input(struct udevice *dev, unsigned int offset) in mediatek_gpio_direction_input() 80 static int mediatek_gpio_direction_output(struct udevice *dev, unsigned int offset, in mediatek_gpio_direction_output() 92 static int mediatek_gpio_get_function(struct udevice *dev, unsigned int offset) in mediatek_gpio_get_function()
|
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | atags_to_fdt.c | 17 int offset = fdt_path_offset(fdt, node_path); in node_offset() local 27 int offset = node_offset(fdt, node_path); in setprop() local 36 int offset = node_offset(fdt, node_path); in setprop_string() local 45 int offset = node_offset(fdt, node_path); in setprop_cell() local 54 int offset = fdt_path_offset(fdt, node_path); in getprop() local
|
/openbmc/u-boot/test/dm/ |
H A D | gpio.c | 18 unsigned int offset, gpio; in dm_test_gpio() local 112 unsigned int offset, gpio; in dm_test_gpio_anon() local 134 unsigned int offset, gpio; in dm_test_gpio_requestf() local 152 unsigned int offset, gpio; in dm_test_gpio_copy() local
|
/openbmc/linux/arch/loongarch/lib/ |
H A D | xor_simd.c | 19 #define LD(reg, base, offset) \ argument 21 #define ST(reg, base, offset) \ argument 62 #define LD(reg, base, offset) \ argument 64 #define ST(reg, base, offset) \ argument
|
/openbmc/qemu/hw/display/ |
H A D | vga-access.h | 32 uint32_t offset = addr & vga->vbe_size_mask & ~1; in vga_read_word_le() local 39 uint32_t offset = addr & vga->vbe_size_mask & ~1; in vga_read_word_be() local 46 uint32_t offset = addr & vga->vbe_size_mask & ~3; in vga_read_dword_le() local
|
/openbmc/linux/net/netfilter/ |
H A D | nft_set_pipapo_avx2.c | 101 int offset = start % BITS_PER_LONG; in nft_pipapo_avx2_fill() local 216 int offset, const u8 *pkt, in nft_pipapo_avx2_lookup_4b_2() 279 int offset, const u8 *pkt, in nft_pipapo_avx2_lookup_4b_4() 356 int offset, const u8 *pkt, in nft_pipapo_avx2_lookup_4b_8() 452 int offset, const u8 *pkt, in nft_pipapo_avx2_lookup_4b_12() 542 int offset, const u8 *pkt, in nft_pipapo_avx2_lookup_4b_32() 678 int offset, const u8 *pkt, in nft_pipapo_avx2_lookup_8b_1() 736 int offset, const u8 *pkt, in nft_pipapo_avx2_lookup_8b_2() 801 int offset, const u8 *pkt, in nft_pipapo_avx2_lookup_8b_4() 963 int offset, const u8 *pkt, in nft_pipapo_avx2_lookup_8b_16() [all …]
|
/openbmc/linux/arch/s390/pci/ |
H A D | pci_insn.c | 28 u64 offset; member 38 u64 req, u64 offset) in zpci_err_insn_req() 156 static inline int ____pcilg(u64 *data, u64 req, u64 offset, u8 *status) in ____pcilg() 175 static inline int __pcilg(u64 *data, u64 req, u64 offset, u8 *status) in __pcilg() 187 int __zpci_load(u64 *data, u64 req, u64 offset) in __zpci_load() 258 static inline int __pcistg(u64 data, u64 req, u64 offset, u8 *status) in __pcistg() 276 int __zpci_store(u64 data, u64 req, u64 offset) in __zpci_store() 346 static inline int __pcistb(const u64 *data, u64 req, u64 offset, u8 *status) in __pcistb() 363 int __zpci_store_block(const u64 *data, u64 req, u64 offset) in __zpci_store_block() 394 u64 offset = ZPCI_OFFSET(dst); in zpci_write_block_fh() local
|
/openbmc/linux/mm/ |
H A D | swapfile.c | 235 pgoff_t offset; in swap_page_sector() local 604 unsigned long offset) in scan_swap_map_ssd_cluster_conflict() 804 unsigned long offset; in scan_swap_map_slots() local 1006 unsigned long offset; in swap_alloc_cluster() local 1134 unsigned long offset; in _swap_info_get() local 1264 unsigned long offset; in get_swap_device() local 1479 pgoff_t offset; in swp_swapcount() local 1852 unsigned long offset; in unuse_pte_range() local 3283 unsigned long offset; in __swap_duplicate() local 3438 pgoff_t offset; in add_swap_count_continuation() local [all …]
|
/openbmc/qemu/hw/pcmcia/ |
H A D | pxa2xx.c | 37 hwaddr offset, unsigned size) in pxa2xx_pcmcia_common_read() 50 static void pxa2xx_pcmcia_common_write(void *opaque, hwaddr offset, in pxa2xx_pcmcia_common_write() 63 hwaddr offset, unsigned size) in pxa2xx_pcmcia_attr_read() 76 static void pxa2xx_pcmcia_attr_write(void *opaque, hwaddr offset, in pxa2xx_pcmcia_attr_write() 89 hwaddr offset, unsigned size) in pxa2xx_pcmcia_io_read() 102 static void pxa2xx_pcmcia_io_write(void *opaque, hwaddr offset, in pxa2xx_pcmcia_io_write()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mmio.c | 82 u32 offset = FIELD_GET(MT_HIF_REMAP_L1_OFFSET, addr); in mt7996_reg_map_l1() local 96 u32 offset = FIELD_GET(MT_HIF_REMAP_L2_OFFSET, addr); in mt7996_reg_map_l2() local 152 void mt7996_memcpy_fromio(struct mt7996_dev *dev, void *buf, u32 offset, in mt7996_memcpy_fromio() 168 static u32 mt7996_rr(struct mt76_dev *mdev, u32 offset) in mt7996_rr() 183 static void mt7996_wr(struct mt76_dev *mdev, u32 offset, u32 val) in mt7996_wr() 198 static u32 mt7996_rmw(struct mt76_dev *mdev, u32 offset, u32 mask, u32 val) in mt7996_rmw()
|
/openbmc/linux/fs/udf/ |
H A D | partition.c | 26 uint16_t partition, uint32_t offset) in udf_get_pblock() 43 uint16_t partition, uint32_t offset) in udf_get_pblock_virt15() 102 uint16_t partition, uint32_t offset) in udf_get_pblock_virt20() 108 uint16_t partition, uint32_t offset) in udf_get_pblock_spar15() 276 uint16_t partition, uint32_t offset) in udf_try_read_meta() 304 uint16_t partition, uint32_t offset) in udf_get_pblock_meta25()
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | pfunc_core.c | 161 u32 offset = pmf_next32(cmd); in pmf_parser_write_reg32() local 173 u32 offset = pmf_next32(cmd); in pmf_parser_read_reg32() local 183 u32 offset = pmf_next32(cmd); in pmf_parser_write_reg16() local 195 u32 offset = pmf_next32(cmd); in pmf_parser_read_reg16() local 205 u32 offset = pmf_next32(cmd); in pmf_parser_write_reg8() local 217 u32 offset = pmf_next32(cmd); in pmf_parser_read_reg8() local 235 u32 offset = pmf_next32(cmd); in pmf_parser_wait_reg32() local 247 u32 offset = pmf_next32(cmd); in pmf_parser_wait_reg16() local 259 u32 offset = pmf_next32(cmd); in pmf_parser_wait_reg8() local 310 u32 offset = pmf_next32(cmd); in pmf_parser_read_cfg() local [all …]
|
/openbmc/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-bcm2835.c | 362 unsigned offset, int value) in bcm2835_gpio_direction_output() 421 unsigned offset; in bcm2835_gpio_irq_handle_bank() local 490 unsigned offset, bool enable) in bcm2835_gpio_irq_config() 521 unsigned offset = GPIO_REG_SHIFT(gpio); in bcm2835_gpio_irq_unmask() local 553 unsigned offset, unsigned int type) in __bcm2835_gpio_irq_set_type_disabled() 573 unsigned offset, unsigned int type) in __bcm2835_gpio_irq_set_type_enabled() 741 unsigned offset) in bcm2835_pctl_pin_dbg_show() 926 unsigned offset) in bcm2835_pmx_free() 971 unsigned offset) in bcm2835_pmx_gpio_disable_free() 981 unsigned offset, in bcm2835_pmx_gpio_set_direction() [all …]
|