Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/Documentation/sh/
H A 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
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap3/
H A Dboard.c387 /* L2 Cache Auxiliary Control Register is not banked */ in v7_arch_cp15_set_l2aux_ctrl()
393 /* Write ACR - affects secure banked bits */ in v7_arch_cp15_set_acr()
399 /* Write ACR - affects non-secure banked bits - some erratas need it */ in v7_arch_cp15_set_acr()
436 * On some revisions L2EN bit is banked on some revisions it's not in v7_outer_cache_enable()
437 * No harm in setting both banked bits(in fact this is required in v7_outer_cache_enable()
447 * On some revisions L2EN bit is banked on some revisions it's not in omap3_outer_cache_disable()
448 * No harm in clearing both banked bits(in fact this is required in omap3_outer_cache_disable()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/
H A 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.
/OK3568_Linux_fs/kernel/tools/arch/arm/include/uapi/asm/
H A 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.
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A 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 */
/OK3568_Linux_fs/kernel/drivers/i2c/
H A 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()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Domap-headsmp.S111 * banked version is now composed of 2 bits:
114 * The Non-Secure banked register has not changed
H A 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()
/OK3568_Linux_fs/kernel/drivers/nvmem/
H A 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()
/OK3568_Linux_fs/kernel/drivers/clk/qcom/
H A Dclk-rcg.h104 * @mn: mn counter (banked)
105 * @s: source selector (banked)
/OK3568_Linux_fs/kernel/arch/sh/
H A DKconfig.cpu86 accomplishing what is taken care of by the banked registers.
/OK3568_Linux_fs/kernel/drivers/gpio/
H A 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()
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Di2c-stub.rst57 select the active bank, as well as the range of banked registers.
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-lp50xx.c284 * @num_of_banked_leds: holds the number of banked LEDs
421 dev_err(&priv->client->dev, "Cannot setup banked LEDs\n"); in lp50xx_probe_leds()
486 * banked which also is presented as 3 LEDs. in lp50xx_probe_dt()
/OK3568_Linux_fs/kernel/Documentation/arm/
H A Dsetup.rst23 the memory is banked, then this should contain the total number
/OK3568_Linux_fs/kernel/drivers/phy/st/
H A Dphy-miphy28lp.c437 /* 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()
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-gic-common.c138 * Deal with the banked PPI and SGI interrupts - disable all in gic_cpu_config()
H A Dirq-gic.c18 * registers are banked per-cpu for these sources.
1028 * is a banked register, we can only forward the SGI using in gic_migrate_target()
1224 /* Frankein-GIC without banked registers... */ in gic_init_bases()
1659 * There is no support for non-banked GICv1/2 register in ACPI spec. in gic_acpi_parse_madt_cpu()
/OK3568_Linux_fs/kernel/drivers/soundwire/
H A Ddebugfs.c60 /* DP0 non-banked registers */ in sdw_slave_reg_show()
/OK3568_Linux_fs/u-boot/arch/xtensa/lib/
H A Dbootm.c87 /* Add a single banked memory */ in setup_ramdisk_tag()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/
H A Dgpio-davinci.txt20 - interrupts: Array of GPIO interrupt number. Only banked or unbanked IRQs are
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsleep.S115 bl cpu_init @ restore the und/abt/irq banked regs
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Darm,gic.yaml111 regions, used when the GIC doesn't have banked registers. The offset
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dentry-arcv2.S87 ; icause is banked: one per priority level
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/devices/
H A Darm-vgic.rst61 fields are not banked, but return the same value regardless of the

123