/openbmc/linux/drivers/gpio/ |
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-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-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 241 int offset = d->hwirq; in stmpe_gpio_irq_mask() local 253 int offset = d->hwirq; in stmpe_gpio_irq_unmask() local 263 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/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/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/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 949 u64 offset = (u64)track->vgt_strmout_bo_offset[i] + in evergreen_cs_track_check() 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 1915 uint64_t offset; in evergreen_packet3_check() local 2092 uint64_t offset; in evergreen_packet3_check() local 2114 u64 offset, tmp; in evergreen_packet3_check() local [all …]
|
/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/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/drivers/gpio/ |
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()
|
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()
|
/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 152 static int nft_pipapo_avx2_refill(int offset, unsigned long *map, in nft_pipapo_avx2_refill() 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() [all …]
|
/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/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/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 | 134 unsigned long offset, unsigned long flags) in __try_to_reclaim_swap() 211 offset_to_swap_extent(struct swap_info_struct *sis, unsigned long offset) in offset_to_swap_extent() 235 pgoff_t offset; in swap_page_sector() local 253 pgoff_t offset = start_page - se->start_page; in discard_swap_cluster() local 358 unsigned long offset) in lock_cluster() 381 struct swap_info_struct *si, unsigned long offset) in lock_cluster_or_swap_info() 604 unsigned long offset) in scan_swap_map_ssd_cluster_conflict() 627 unsigned long *offset, unsigned long *scan_base) in scan_swap_map_try_ssd_cluster() 696 static void swap_range_alloc(struct swap_info_struct *si, unsigned long offset, in swap_range_alloc() 723 static void swap_range_free(struct swap_info_struct *si, unsigned long offset, in swap_range_free() [all …]
|
/openbmc/u-boot/drivers/misc/ |
H A D | i2c_eeprom.c | 23 int i2c_eeprom_read(struct udevice *dev, int offset, uint8_t *buf, int size) in i2c_eeprom_read() 33 int i2c_eeprom_write(struct udevice *dev, int offset, uint8_t *buf, int size) in i2c_eeprom_write() 53 static int i2c_eeprom_std_read(struct udevice *dev, int offset, uint8_t *buf, in i2c_eeprom_std_read() 59 static int i2c_eeprom_std_write(struct udevice *dev, int offset, in i2c_eeprom_std_write() 291 u32 offset; member 321 static int i2c_eeprom_partition_read(struct udevice *dev, int offset, in i2c_eeprom_partition_read() 335 static int i2c_eeprom_partition_write(struct udevice *dev, int offset, in i2c_eeprom_partition_write()
|
/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/drivers/pinctrl/bcm/ |
H A D | pinctrl-bcm2835.c | 324 static int bcm2835_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in bcm2835_gpio_direction_input() 332 static int bcm2835_gpio_get(struct gpio_chip *chip, unsigned offset) in bcm2835_gpio_get() 339 static int bcm2835_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in bcm2835_gpio_get_direction() 354 static void bcm2835_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in bcm2835_gpio_set() 362 unsigned offset, int value) in bcm2835_gpio_direction_output() 421 unsigned offset; in bcm2835_gpio_irq_handle_bank() local 476 unsigned reg, unsigned offset, bool enable) in __bcm2835_gpio_irq_config() 490 unsigned offset, bool enable) in bcm2835_gpio_irq_config() 521 unsigned offset = GPIO_REG_SHIFT(gpio); in bcm2835_gpio_irq_unmask() local 538 unsigned offset = GPIO_REG_SHIFT(gpio); in bcm2835_gpio_irq_mask() local [all …]
|
/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/nomadik/ |
H A D | pinctrl-abx500.c | 95 unsigned offset, bool *bit) in abx500_gpio_get_bit() 118 unsigned offset, int val) in abx500_gpio_set_bits() 139 static int abx500_gpio_get(struct gpio_chip *chip, unsigned offset) in abx500_gpio_get() 167 static void abx500_gpio_set(struct gpio_chip *chip, unsigned offset, int val) in abx500_gpio_set() 178 unsigned offset, in abx500_gpio_direction_output() 208 static int abx500_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in abx500_gpio_direction_input() 217 static int abx500_gpio_to_irq(struct gpio_chip *chip, unsigned offset) in abx500_gpio_to_irq() 251 unsigned offset; in abx500_set_mode() local 375 unsigned offset = gpio - 1; in abx500_get_mode() local 453 unsigned offset, unsigned gpio) in abx500_gpio_dbg_show_one() [all …]
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | sii9234.c | 194 static int sii9234_writeb(struct sii9234 *ctx, int id, int offset, in sii9234_writeb() 212 static int sii9234_writebm(struct sii9234 *ctx, int id, int offset, in sii9234_writebm() 249 static int sii9234_readb(struct sii9234 *ctx, int id, int offset) in sii9234_readb() 284 #define mhl_tx_writeb(sii9234, offset, value) \ argument 286 #define mhl_tx_writebm(sii9234, offset, value, mask) \ argument 288 #define mhl_tx_readb(sii9234, offset) \ argument 290 #define cbus_writeb(sii9234, offset, value) \ argument 292 #define cbus_writebm(sii9234, offset, value, mask) \ argument 294 #define cbus_readb(sii9234, offset) \ argument 296 #define hdmi_writeb(sii9234, offset, value) \ argument [all …]
|
/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()
|