/Linux-v6.1/Documentation/sh/ |
D | register-banks.rst | 11 bank (selected by SR.RB, only r0 ... r7 are banked), whereas other families 17 In the case of this type of banking, banked registers are mapped directly to 19 can still be used to reference the banked registers (as r0_bank ... r7_bank) 21 in mind when writing code that utilizes these banked registers, for obvious
|
/Linux-v6.1/tools/arch/arm/include/uapi/asm/ |
D | kvm.h | 156 * registers that are banked by security. This is 1 for the secure banked 157 * register, and 0 for the nonsecure banked register or if the register is 158 * not banked by security.
|
/Linux-v6.1/drivers/i2c/ |
D | i2c-stub.c | 44 /* Some chips have banked register ranges */ 56 MODULE_PARM_DESC(bank_start, "First banked register"); 60 MODULE_PARM_DESC(bank_end, "Last banked register"); 214 * We ignore banks here, because banked chips don't use I2C in stub_xfer() 383 /* Allocate extra memory for banked register ranges */ in i2c_stub_init()
|
/Linux-v6.1/drivers/clocksource/ |
D | arm_global_timer.c | 30 #define GT_CONTROL_TIMER_ENABLE BIT(0) /* this bit is NOT banked */ 31 #define GT_CONTROL_COMP_ENABLE BIT(1) /* banked */ 32 #define GT_CONTROL_IRQ_ENABLE BIT(2) /* banked */ 33 #define GT_CONTROL_AUTO_INC BIT(3) /* banked */
|
/Linux-v6.1/arch/arm/mach-omap2/ |
D | omap-headsmp.S | 111 * banked version is now composed of 2 bits: 114 * The Non-Secure banked register has not changed
|
D | omap-smp.c | 212 * banked version is now composed of 2 bits: in omap4_boot_secondary() 215 * The Non-Secure banked register has not changed in omap4_boot_secondary()
|
/Linux-v6.1/drivers/clk/qcom/ |
D | clk-rcg.h | 105 * @mn: mn counter (banked) 106 * @s: source selector (banked)
|
/Linux-v6.1/Documentation/devicetree/bindings/gpio/ |
D | gpio-davinci.yaml | 47 The interrupts are specified as per the interrupt parent. Only banked 49 banked then provide list of interrupts corresponding to each bank, else
|
/Linux-v6.1/drivers/nvmem/ |
D | imx-ocotp.c | 366 * In banked/i.MX7 mode the OTP register bank goes into waddr in imx_ocotp_write() 375 * Non-banked i.MX6 mode. in imx_ocotp_write() 406 * Note: on i.MX7 there are four data fields to write for banked write in imx_ocotp_write() 412 /* Banked/i.MX7 mode */ in imx_ocotp_write() 440 /* Non-banked i.MX6 mode */ in imx_ocotp_write()
|
/Linux-v6.1/arch/sh/ |
D | Kconfig.cpu | 86 accomplishing what is taken care of by the banked registers.
|
/Linux-v6.1/Documentation/i2c/ |
D | i2c-stub.rst | 57 select the active bank, as well as the range of banked registers.
|
/Linux-v6.1/drivers/leds/ |
D | leds-lp50xx.c | 282 * @num_of_banked_leds: holds the number of banked LEDs 417 dev_err(priv->dev, "Cannot setup banked LEDs\n"); in lp50xx_probe_leds() 479 * banked which also is presented as 3 LEDs. in lp50xx_probe_dt()
|
/Linux-v6.1/Documentation/arm/ |
D | setup.rst | 23 the memory is banked, then this should contain the total number
|
/Linux-v6.1/drivers/gpio/ |
D | gpio-davinci.c | 225 * interrupts is equal to number of gpios else all are banked so in davinci_gpio_probe() 541 * banked IRQs. Having GPIOs in the first GPIO bank use direct in davinci_gpio_irq_setup() 542 * IRQs, while the others use banked IRQs, would need some setup in davinci_gpio_irq_setup()
|
/Linux-v6.1/drivers/irqchip/ |
D | irq-sun6i-r.c | 35 * ^ bits 16-18 are direct IRQs for peripherals with banked interrupts, such as 38 * The H6 variant adds two more (banked) direct IRQs and implements the full
|
D | irq-gic-common.c | 125 * Deal with the banked PPI and SGI interrupts - disable all in gic_cpu_config()
|
D | irq-gic.c | 18 * registers are banked per-cpu for these sources. 1006 * is a banked register, we can only forward the SGI using in gic_migrate_target() 1182 /* Frankein-GIC without banked registers... */ in gic_init_bases() 1605 * There is no support for non-banked GICv1/2 register in ACPI spec. in gic_acpi_parse_madt_cpu()
|
D | irq-hip04.c | 22 * registers are banked per-cpu for these sources.
|
/Linux-v6.1/drivers/soundwire/ |
D | debugfs.c | 60 /* DP0 non-banked registers */ in sdw_slave_reg_show()
|
/Linux-v6.1/drivers/phy/st/ |
D | phy-miphy28lp.c | 437 /* Banked settings */ in miphy28lp_sata_config_gen() 464 /* Banked settings */ in miphy28lp_pcie_config_gen() 656 /* Banked settings Gen1/Gen2/Gen3 */ in miphy28lp_configure_sata() 699 /* Banked settings Gen1/Gen2 */ in miphy28lp_configure_pcie()
|
/Linux-v6.1/arch/arm/kernel/ |
D | sleep.S | 129 bl cpu_init @ restore the und/abt/irq banked regs
|
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | arm,gic.yaml | 119 regions, used when the GIC doesn't have banked registers. The offset
|
/Linux-v6.1/Documentation/virt/kvm/devices/ |
D | arm-vgic.rst | 61 fields are not banked, but return the same value regardless of the
|
/Linux-v6.1/arch/arc/kernel/ |
D | entry-arcv2.S | 88 ; icause is banked: one per priority level
|
/Linux-v6.1/include/linux/soundwire/ |
D | sdw_registers.h | 213 /* Banked Registers */
|