Home
last modified time | relevance | path

Searched full:banked (Results 1 – 25 of 93) sorted by relevance

1234

/kernel/linux/linux-4.19/Documentation/sh/
Dregister-banks.txt8 bank (selected by SR.RB, only r0 ... r7 are banked), whereas other families
14 In the case of this type of banking, banked registers are mapped directly to
16 can still be used to reference the banked registers (as r0_bank ... r7_bank)
18 in mind when writing code that utilizes these banked registers, for obvious
/kernel/linux/linux-5.10/Documentation/sh/
Dregister-banks.rst11 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
/kernel/linux/linux-4.19/tools/arch/arm/include/uapi/asm/
Dkvm.h155 * registers that are banked by security. This is 1 for the secure banked
156 * register, and 0 for the nonsecure banked register or if the register is
157 * not banked by security.
/kernel/linux/linux-4.19/arch/arm/include/uapi/asm/
Dkvm.h155 * registers that are banked by security. This is 1 for the secure banked
156 * register, and 0 for the nonsecure banked register or if the register is
157 * not banked by security.
/kernel/linux/linux-5.10/tools/arch/arm/include/uapi/asm/
Dkvm.h156 * 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.
/kernel/linux/linux-5.10/drivers/clocksource/
Darm_global_timer.c30 #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 */
/kernel/linux/linux-4.19/drivers/clocksource/
Darm_global_timer.c33 #define GT_CONTROL_TIMER_ENABLE BIT(0) /* this bit is NOT banked */
34 #define GT_CONTROL_COMP_ENABLE BIT(1) /* banked */
35 #define GT_CONTROL_IRQ_ENABLE BIT(2) /* banked */
36 #define GT_CONTROL_AUTO_INC BIT(3) /* banked */
/kernel/linux/linux-5.10/drivers/i2c/
Di2c-stub.c45 /* Some chips have banked register ranges */
57 MODULE_PARM_DESC(bank_start, "First banked register");
61 MODULE_PARM_DESC(bank_end, "Last banked register");
215 * We ignore banks here, because banked chips don't use I2C in stub_xfer()
384 /* Allocate extra memory for banked register ranges */ in i2c_stub_init()
/kernel/linux/linux-4.19/drivers/i2c/
Di2c-stub.c53 /* Some chips have banked register ranges */
65 MODULE_PARM_DESC(bank_start, "First banked register");
69 MODULE_PARM_DESC(bank_end, "Last banked register");
223 * We ignore banks here, because banked chips don't use I2C in stub_xfer()
392 /* Allocate extra memory for banked register ranges */ in i2c_stub_init()
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Domap-headsmp.S111 * banked version is now composed of 2 bits:
114 * The Non-Secure banked register has not changed
Domap-smp.c212 * 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()
/kernel/linux/linux-4.19/drivers/clk/qcom/
Dclk-rcg.h105 * @mn: mn counter (banked)
106 * @s: source selector (banked)
/kernel/linux/linux-4.19/arch/arm/mach-omap2/
Domap-headsmp.S112 * banked version is now composed of 2 bits:
115 * The Non-Secure banked register has not changed
/kernel/linux/linux-4.19/drivers/nvmem/
Dimx-ocotp.c298 * In banked/i.MX7 mode the OTP register bank goes into waddr in imx_ocotp_write()
307 * Non-banked i.MX6 mode. in imx_ocotp_write()
338 * Note: on i.MX7 there are four data fields to write for banked write in imx_ocotp_write()
344 /* Banked/i.MX7 mode */ in imx_ocotp_write()
372 /* Non-banked i.MX6 mode */ in imx_ocotp_write()
/kernel/linux/linux-5.10/drivers/clk/qcom/
Dclk-rcg.h104 * @mn: mn counter (banked)
105 * @s: source selector (banked)
/kernel/linux/linux-5.10/drivers/nvmem/
Dimx-ocotp.c328 * In banked/i.MX7 mode the OTP register bank goes into waddr in imx_ocotp_write()
337 * Non-banked i.MX6 mode. in imx_ocotp_write()
368 * Note: on i.MX7 there are four data fields to write for banked write in imx_ocotp_write()
374 /* Banked/i.MX7 mode */ in imx_ocotp_write()
402 /* Non-banked i.MX6 mode */ in imx_ocotp_write()
/kernel/linux/linux-4.19/arch/arm/kvm/hyp/
DMakefile19 obj-$(CONFIG_KVM_ARM_HOST) += banked-sr.o
/kernel/linux/linux-5.10/arch/sh/
DKconfig.cpu86 accomplishing what is taken care of by the banked registers.
/kernel/linux/linux-4.19/arch/sh/
DKconfig.cpu95 accomplishing what is taken care of by the banked registers.
/kernel/linux/linux-4.19/Documentation/i2c/
Di2c-stub55 select the active bank, as well as the range of banked registers.
/kernel/linux/linux-5.10/Documentation/i2c/
Di2c-stub.rst57 select the active bank, as well as the range of banked registers.
/kernel/linux/linux-4.19/Documentation/arm/
DSetup24 the memory is banked, then this should contain the total number
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-davinci.c222 * interrupts is equal to number of gpios else all are banked so in davinci_gpio_probe()
540 * banked IRQs. Having GPIOs in the first GPIO bank use direct in davinci_gpio_irq_setup()
541 * IRQs, while the others use banked IRQs, would need some setup in davinci_gpio_irq_setup()
/kernel/linux/linux-4.19/drivers/gpio/
Dgpio-davinci.c202 * 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()
/kernel/linux/linux-5.10/Documentation/arm/
Dsetup.rst23 the memory is banked, then this should contain the total number

1234