| /linux/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_osdep.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Copyright(c) 1999 - 2006 Intel Corporation. */ 22 #define GBE_CONFIG_FLASH_WRITE(base, offset, count, data) \ argument 23 (iowrite16_rep(base + offset, data, count)) 25 #define GBE_CONFIG_FLASH_READ(base, offset, count, data) \ argument 26 (ioread16_rep(base + (offset << 1), data, count)) 28 #define er32(reg) \ argument 29 (readl(hw->hw_addr + ((hw->mac_type >= e1000_82543) \ 30 ? E1000_##reg : E1000_82542_##reg))) 32 #define ew32(reg, value) \ argument [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/gpio/dcn10/ |
| H A D | hw_translate_dcn10.c | 2 * Copyright 2013-15 Advanced Micro Devices, Inc. 27 * Pre-requisites: headers required by header of this unit 51 #define REG(reg_name)\ macro 62 uint32_t offset, in offset_to_id() argument 67 switch (offset) { in offset_to_id() 69 case REG(DC_GPIO_GENERIC_A): in offset_to_id() 99 case REG(DC_GPIO_HPD_A): in offset_to_id() 126 case REG(DC_GPIO_SYNCA_A): in offset_to_id() 140 /* REG(DC_GPIO_GENLK_MASK */ in offset_to_id() 141 case REG(DC_GPIO_GENLK_A): in offset_to_id() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/gpio/dce120/ |
| H A D | hw_translate_dce120.c | 2 * Copyright 2013-15 Advanced Micro Devices, Inc. 27 * Pre-requisites: headers required by header of this unit 51 #define REG(reg_name)\ macro 62 uint32_t offset, in offset_to_id() argument 67 switch (offset) { in offset_to_id() 69 case REG(DC_GPIO_GENERIC_A): in offset_to_id() 99 case REG(DC_GPIO_HPD_A): in offset_to_id() 126 case REG(DC_GPIO_SYNCA_A): in offset_to_id() 140 /* REG(DC_GPIO_GENLK_MASK */ in offset_to_id() 141 case REG(DC_GPIO_GENLK_A): in offset_to_id() [all …]
|
| /linux/drivers/gpio/ |
| H A D | gpio-palmas.c | 1 // SPDX-License-Identifier: GPL-2.0-only 26 static int palmas_gpio_get(struct gpio_chip *gc, unsigned offset) in palmas_gpio_get() argument 29 struct palmas *palmas = pg->palmas; in palmas_gpio_get() 32 unsigned int reg; in palmas_gpio_get() local 33 int gpio16 = (offset/8); in palmas_gpio_get() 35 offset %= 8; in palmas_gpio_get() 36 reg = (gpio16) ? PALMAS_GPIO_DATA_DIR2 : PALMAS_GPIO_DATA_DIR; in palmas_gpio_get() 38 ret = palmas_read(palmas, PALMAS_GPIO_BASE, reg, &val); in palmas_gpio_get() 40 dev_err(gc->parent, "Reg 0x%02x read failed, %d\n", reg, ret); in palmas_gpio_get() 44 if (val & BIT(offset)) in palmas_gpio_get() [all …]
|
| H A D | gpio-pmic-eic-sprd.c | 1 // SPDX-License-Identifier: GPL-2.0 33 #define SPRD_PMIC_EIC_BIT(x) ((x) & (SPRD_PMIC_EIC_PER_BANK_NR - 1)) 48 * struct sprd_pmic_eic - PMIC EIC controller 51 * @offset: the EIC controller's offset address of the PMIC. 52 * @reg: the array to cache the EIC registers. 59 u32 offset; member 60 u8 reg[CACHE_NR_REGS]; member 65 static void sprd_pmic_eic_update(struct gpio_chip *chip, unsigned int offset, in sprd_pmic_eic_update() argument 66 u16 reg, unsigned int val) in sprd_pmic_eic_update() argument 69 u32 shift = SPRD_PMIC_EIC_BIT(offset); in sprd_pmic_eic_update() [all …]
|
| H A D | gpio-npcm-sgpio.c | 1 // SPDX-License-Identifier: GPL-2.0 139 const enum npcm_sgpio_reg reg) in bank_reg() argument 141 switch (reg) { in bank_reg() 143 return gpio->base + bank->rdata_reg; in bank_reg() 145 return gpio->base + bank->wdata_reg; in bank_reg() 147 return gpio->base + bank->event_config; in bank_reg() 149 return gpio->base + bank->event_status; in bank_reg() 152 dev_WARN(gpio->chip.parent, "Getting here is an error condition"); in bank_reg() 157 static const struct npcm_sgpio_bank *offset_to_bank(unsigned int offset) in offset_to_bank() argument 159 unsigned int bank = GPIO_BANK(offset); in offset_to_bank() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/gpio/dcn401/ |
| H A D | hw_translate_dcn401.c | 1 // SPDX-License-Identifier: MIT 27 #undef REG 28 #define REG(reg_name)\ macro 29 BASE(reg ## reg_name ## _BASE_IDX) + reg ## reg_name 39 uint32_t offset, in offset_to_id() argument 44 switch (offset) { in offset_to_id() 46 case REG(DC_GPIO_GENERIC_A): in offset_to_id() 73 case REG(DC_GPIO_HPD_A): in offset_to_id() 96 /* REG(DC_GPIO_GENLK_MASK */ in offset_to_id() 97 case REG(DC_GPIO_GENLK_A): in offset_to_id() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/gpio/dcn30/ |
| H A D | hw_translate_dcn30.c | 27 * Pre-requisites: headers required by header of this unit 59 #undef REG 60 #define REG(reg_name)\ macro 71 uint32_t offset, in offset_to_id() argument 76 switch (offset) { in offset_to_id() 78 case REG(DC_GPIO_GENERIC_A): in offset_to_id() 108 case REG(DC_GPIO_HPD_A): in offset_to_id() 134 /* REG(DC_GPIO_GENLK_MASK */ in offset_to_id() 135 case REG(DC_GPIO_GENLK_A): in offset_to_id() 160 case REG(DC_GPIO_DDC1_A): in offset_to_id() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/gpio/dcn20/ |
| H A D | hw_translate_dcn20.c | 27 * Pre-requisites: headers required by header of this unit 54 #undef REG 55 #define REG(reg_name)\ macro 66 uint32_t offset, in offset_to_id() argument 71 switch (offset) { in offset_to_id() 73 case REG(DC_GPIO_GENERIC_A): in offset_to_id() 103 case REG(DC_GPIO_HPD_A): in offset_to_id() 129 /* REG(DC_GPIO_GENLK_MASK */ in offset_to_id() 130 case REG(DC_GPIO_GENLK_A): in offset_to_id() 155 case REG(DC_GPIO_DDC1_A): in offset_to_id() [all …]
|
| /linux/tools/perf/util/ |
| H A D | annotate-data.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 14 #include "annotate-data.h" 18 #include "dwarf-regs.h" 87 static void pr_debug_location(Dwarf_Die *die, u64 pc, int reg) in pr_debug_location() argument 102 if (reg != DWARF_REG_PC && end <= pc) in pr_debug_location() 104 if (reg != DWARF_REG_PC && start > pc) in pr_debug_location() 108 switch (ops->atom) { in pr_debug_location() 110 pr_info("reg in pr_debug_location() 158 has_reg_type(struct type_state * state,int reg) has_reg_type() argument 322 fill_member_name(char * buf,size_t sz,struct annotated_member * m,int offset,bool first) fill_member_name() argument 518 check_variable(struct data_loc_info * dloc,Dwarf_Die * var_die,Dwarf_Die * type_die,int reg,int offset,bool is_fbreg) check_variable() argument 519 check_variable(struct data_loc_info * dloc,Dwarf_Die * var_die,Dwarf_Die * type_die,int reg,int offset,bool is_fbreg) check_variable() argument 564 find_stack_state(struct type_state * state,int offset) find_stack_state() argument 579 set_stack_state(struct type_state_stack * stack,int offset,u8 kind,Dwarf_Die * type_die,int ptr_offset) set_stack_state() argument 617 findnew_stack_state(struct type_state * state,int offset,u8 kind,Dwarf_Die * type_die,int ptr_offset) findnew_stack_state() argument 800 int offset; get_global_var_type() local 883 int offset = var->offset; update_var_state() local 911 struct type_state_reg *reg; update_var_state() local 1094 int reg = dloc->op->reg1; check_matching_type() local 1095 int offset = dloc->op->offset; check_matching_type() local 1463 int offset = dloc->op->offset; find_data_type_block() local 1501 int reg, offset = loc->offset; find_data_type_die() local 1795 annotated_data_type__update_samples(struct annotated_data_type * adt,struct evsel * evsel,int offset,int nr_samples,u64 period) annotated_data_type__update_samples() argument [all...] |
| /linux/drivers/gpu/drm/amd/display/dc/gpio/dcn315/ |
| H A D | hw_translate_dcn315.c | 54 #undef REG 55 #define REG(reg_name)\ macro 56 BASE(reg ## reg_name ## _BASE_IDX) + reg ## reg_name 66 uint32_t offset, in offset_to_id() argument 71 switch (offset) { in offset_to_id() 73 case REG(DC_GPIO_GENERIC_A): in offset_to_id() 103 case REG(DC_GPIO_HPD_A): in offset_to_id() 129 /* REG(DC_GPIO_GENLK_MASK */ in offset_to_id() 130 case REG(DC_GPIO_GENLK_A): in offset_to_id() 155 case REG(DC_GPIO_DDC1_A): in offset_to_id() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/gpio/dcn21/ |
| H A D | hw_translate_dcn21.c | 27 * Pre-requisites: headers required by header of this unit 54 #undef REG 55 #define REG(reg_name)\ macro 65 uint32_t offset, in offset_to_id() argument 70 switch (offset) { in offset_to_id() 72 case REG(DC_GPIO_GENERIC_A): in offset_to_id() 102 case REG(DC_GPIO_HPD_A): in offset_to_id() 128 /* REG(DC_GPIO_GENLK_MASK */ in offset_to_id() 129 case REG(DC_GPIO_GENLK_A): in offset_to_id() 154 case REG(DC_GPIO_DDC1_A): in offset_to_id() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/gpio/dcn32/ |
| H A D | hw_translate_dcn32.c | 27 * Pre-requisites: headers required by header of this unit 52 #undef REG 53 #define REG(reg_name)\ macro 54 BASE(reg ## reg_name ## _BASE_IDX) + reg ## reg_name 64 uint32_t offset, in offset_to_id() argument 69 switch (offset) { in offset_to_id() 71 case REG(DC_GPIO_GENERIC_A): in offset_to_id() 98 case REG(DC_GPIO_HPD_A): in offset_to_id() 121 /* REG(DC_GPIO_GENLK_MASK */ in offset_to_id() 122 case REG(DC_GPIO_GENLK_A): in offset_to_id() [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | init.c | 42 nvkm_printk(init->subdev, lvl, info, "0x%08x[%c]: "fmt, \ 43 init->offset, init_exec(init) ? \ 44 '0' + (init->nested - 1) : ' ', ##args); \ 47 if (init->subdev->debug >= NV_DBG_TRACE) \ 61 return (init->execute == 1) || ((init->execute & 5) == 5); in init_exec() 67 if (exec) init->execute &= 0xfd; in init_exec_set() 68 else init->execute |= 0x02; in init_exec_set() 74 init->execute ^= 0x02; in init_exec_inv() 80 if (exec) init->execute |= 0x04; in init_exec_force() 81 else init->execute &= 0xfb; in init_exec_force() [all …]
|
| /linux/drivers/net/ethernet/mscc/ |
| H A D | ocelot_io.c | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 13 int __ocelot_bulk_read_ix(struct ocelot *ocelot, enum ocelot_reg reg, in __ocelot_bulk_read_ix() argument 14 u32 offset, void *buf, int count) in __ocelot_bulk_read_ix() argument 19 ocelot_reg_to_target_addr(ocelot, reg, &target, &addr); in __ocelot_bulk_read_ix() 22 return regmap_bulk_read(ocelot->targets[target], addr + offset, in __ocelot_bulk_read_ix() 27 u32 __ocelot_read_ix(struct ocelot *ocelot, enum ocelot_reg reg, u32 offset) in __ocelot_read_ix() argument 32 ocelot_reg_to_target_addr(ocelot, reg, &target, &addr); in __ocelot_read_ix() 35 regmap_read(ocelot->targets[target], addr + offset, &val); in __ocelot_read_ix() 40 void __ocelot_write_ix(struct ocelot *ocelot, u32 val, enum ocelot_reg reg, in __ocelot_write_ix() argument 41 u32 offset) in __ocelot_write_ix() argument [all …]
|
| /linux/drivers/gpu/drm/amd/include/ |
| H A D | cgs_common.h | 32 * enum cgs_ind_reg - Indirect register spaces 45 * enum cgs_ucode_id - Firmware types for different IPs 65 * struct cgs_firmware_info - Firmware information 84 * cgs_read_register() - Read an MMIO register 86 * @offset: register offset 90 typedef uint32_t (*cgs_read_register_t)(struct cgs_device *cgs_device, unsigned offset); 93 * cgs_write_register() - Write an MMIO register 95 * @offset: register offset 98 typedef void (*cgs_write_register_t)(struct cgs_device *cgs_device, unsigned offset, 102 * cgs_read_ind_register() - Read an indirect register [all …]
|
| /linux/drivers/reset/ |
| H A D | reset-eyeq.c | 1 // SPDX-License-Identifier: GPL-2.0-only 10 * (see enum eqr_domain_type), with a valid offset mask (up to 32 resets per 13 * Domain types define expected behavior: one-register-per-reset, 14 * one-bit-per-reset, status detection method, busywait duration, etc. 16 * We use eqr_ as prefix, as-in "EyeQ Reset", but way shorter. 66 * 4. UART1 5. I2C0 6. I2C1 7. -hole- 77 * - PMA: Programmable Macro Array 78 * - MPC: Multi-threaded Processing Clusters 79 * - VMP: Vector Microcode Processors 101 #include <linux/reset-controller.h> [all …]
|
| /linux/drivers/net/dsa/ |
| H A D | bcm_sf2_cfp.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 45 /* End of L2, byte offset 12, src IP[0:15] */ 47 /* End of L2, byte offset 14, src IP[16:31] */ 49 /* End of L2, byte offset 16, dst IP[0:15] */ 51 /* End of L2, byte offset 18, dst IP[16:31] */ 53 /* End of L3, byte offset 0, src port */ 55 /* End of L3, byte offset 2, dst port */ 70 /* End of L2, byte offset 8, src IP[0:15] */ 72 /* End of L2, byte offset 10, src IP[16:31] */ 74 /* End of L2, byte offset 12, src IP[32:47] */ [all …]
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | global2.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 * Copyright (c) 2016-2017 Savoir-faire Linux Inc. 19 int mv88e6xxx_g2_read(struct mv88e6xxx_chip *chip, int reg, u16 *val) in mv88e6xxx_g2_read() argument 21 return mv88e6xxx_read(chip, chip->info->global2_addr, reg, val); in mv88e6xxx_g2_read() 24 int mv88e6xxx_g2_write(struct mv88e6xxx_chip *chip, int reg, u16 val) in mv88e6xxx_g2_write() argument 26 return mv88e6xxx_write(chip, chip->info->global2_addr, reg, val); in mv88e6xxx_g2_write() 29 int mv88e6xxx_g2_wait_bit(struct mv88e6xxx_chip *chip, int reg, int in mv88e6xxx_g2_wait_bit() argument 32 return mv88e6xxx_wait_bit(chip, chip->info->global2_addr, reg, in mv88e6xxx_g2_wait_bit() 36 /* Offset 0x00: Interrupt Source Register */ 44 /* Offset 0x01: Interrupt Mask Register */ [all …]
|
| /linux/arch/mips/boot/dts/mti/ |
| H A D | sead3.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 8 #include <dt-bindings/interrupt-controller/mips-gic.h> 11 #address-cells = <1>; 12 #size-cells = <1>; 13 compatible = "mti,sead-3"; 14 model = "MIPS SEAD-3"; 17 stdout-path = "serial1:115200"; 33 reg = <0x0 0x08000000>; 36 cpu_intc: interrupt-controller { [all …]
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00usb.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 Copyright (C) 2004 - 2009 Ivo van Doorn <IvDoorn@gmail.com> 62 * enum rt2x00usb_mode_offset: Device modes offset. 76 * rt2x00usb_vendor_request - Send register command to device 80 * @offset: Register offset to perform action on 93 const u16 offset, const u16 value, 98 * rt2x00usb_vendor_request_buff - Send register command to device (buffered) 102 * @offset: Register offset to perform action on 116 const u16 offset, void *buffer, 120 * rt2x00usb_vendor_request_buff - Send register command to device (buffered) [all …]
|
| /linux/tools/perf/util/annotate-arch/ |
| H A D | annotate-x86.c | 1 // SPDX-License-Identifier: GPL-2.0 7 #include "../annotate-data.h" 17 * This table is searched twice - one for exact match and another for 142 if (arch->family >= 0x15 && (strstarts(ins1, "test") || in amd__ins_is_fused() 148 if (arch->family >= 0x19 && (strstarts(ins1, "add") || in amd__ins_is_fused() 161 if (arch->family != 6 || arch->model < 0x1e || strstr(ins2, "jmp")) in intel__ins_is_fused() 164 if (arch->mode in intel__ins_is_fused() 258 int offset; update_insn_state_x86() local 373 int offset = src->offset - fboff; update_insn_state_x86() local 477 int offset; update_insn_state_x86() local 559 int offset = src->offset - fboff; update_insn_state_x86() local 624 int offset; update_insn_state_x86() local 649 int offset; update_insn_state_x86() local 706 int offset; update_insn_state_x86() local 736 int offset = dst->offset - fboff; update_insn_state_x86() local [all...] |
| /linux/io_uring/ |
| H A D | tctx.c | 1 // SPDX-License-Identifier: GPL-2.0 23 mutex_lock(&ctx->uring_lock); in io_init_wq_offload() 24 hash = ctx->hash_map; in io_init_wq_offload() 28 mutex_unlock(&ctx->uring_lock); in io_init_wq_offload() 29 return ERR_PTR(-ENOMEM); in io_init_wq_offload() 31 refcount_set(&hash->refs, 1); in io_init_wq_offload() 32 init_waitqueue_head(&hash->wait); in io_init_wq_offload() 33 ctx->hash_map = hash; in io_init_wq_offload() 35 mutex_unlock(&ctx->uring_lock); in io_init_wq_offload() 41 concurrency = min(ctx->sq_entries, 4 * num_online_cpus()); in io_init_wq_offload() [all …]
|
| /linux/drivers/pinctrl/sunplus/ |
| H A D | sppctl.c | 1 // SPDX-License-Identifier: GPL-2.0 21 #include <linux/pinctrl/pinconf-generic.h> 24 #include <dt-bindings/pinctrl/sppctl-sp7021.h> 27 #include "../pinctrl-utils.h" 41 return readl(spp_gchip->first_base + SPPCTL_GPIO_OFF_FIRST + off); in sppctl_first_readl() 46 writel(val, spp_gchip->first_base + SPPCTL_GPIO_OFF_FIRST + off); in sppctl_first_writel() 51 return readl(spp_gchip->gpioxt_base + SPPCTL_GPIO_OFF_MASTER + off); in sppctl_gpio_master_readl() 57 writel(val, spp_gchip->gpioxt_base + SPPCTL_GPIO_OFF_MASTER + off); in sppctl_gpio_master_writel() 62 return readl(spp_gchip->gpioxt_base + SPPCTL_GPIO_OFF_OE + off); in sppctl_gpio_oe_readl() 67 writel(val, spp_gchip->gpioxt_base + SPPCTL_GPIO_OFF_OE + off); in sppctl_gpio_oe_writel() [all …]
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_dcb.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 2013 - 2021 Intel Corporation. */ 19 u32 reg; in i40e_get_dcbx_status() local 22 return -EINVAL; in i40e_get_dcbx_status() 24 reg = rd32(hw, I40E_PRTDCB_GENS); in i40e_get_dcbx_status() 25 *status = FIELD_GET(I40E_PRTDCB_GENS_DCBX_STATUS_MASK, reg); in i40e_get_dcbx_status() 41 u8 *buf = tlv->tlvinfo; in i40e_parse_ieee_etscfg_tlv() 42 u16 offset = 0; in i40e_parse_ieee_etscfg_tlv() local 47 * -------------------------- in i40e_parse_ieee_etscfg_tlv() 48 * |will-|CBS | Re- | Max | in i40e_parse_ieee_etscfg_tlv() [all …]
|