| /linux/arch/arm/nwfpe/ |
| H A D | entry.S | 140 and r8, r0, #0x00000f00 @ mask out CP number 144 rsbs r7, r8, #(1 << 8) @ CP 0 or 1 only 152 ret lr @ CP#0 153 b do_fpe @ CP#1 (FPE) 154 b do_fpe @ CP#2 (FPE) 155 ret lr @ CP#3 156 ret lr @ CP#4 157 ret lr @ CP#5 158 ret lr @ CP#6 159 ret lr @ CP#7 [all …]
|
| /linux/Documentation/driver-api/tty/ |
| H A D | moxa-smartio.rst | 26 CP-102U, CP-102UL, CP-102UF 27 CP-132U-I, CP-132UL, 28 CP-132, CP-132I, CP132S, CP-132IS, 29 (CP-102, CP-102S) 32 CP-104EL, 33 CP-104UL, CP-104JU, 34 CP-134U, CP-134U-I, 36 CP-114, CP-114I, CP-114S, CP-114IS, CP-114UL, 43 CP-118EL, CP-168EL, 44 CP-118U, CP-168U,
|
| /linux/include/linux/ |
| H A D | asn1_ber_bytecode.h | 84 #define _tag(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | ASN1_##TAG) argument 85 #define _tagn(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | TAG) argument
|
| /linux/tools/memory-model/Documentation/ |
| H A D | cheatsheet.txt | 14 smp_mb() & synchronize_rcu() CP Y Y Y Y Y Y Y Y 15 Successful full non-void RMW CP Y Y Y Y Y Y Y Y Y Y Y 16 smp_mb__before_atomic() CP Y Y Y a a a a Y 17 smp_mb__after_atomic() CP a a Y Y Y Y Y Y
|
| /linux/Documentation/devicetree/bindings/display/ti/ |
| H A D | ti,tpd12s015.txt | 8 - gpios: CT CP HPD, LS OE and HPD gpios 20 gpios = <&gpio2 28 GPIO_ACTIVE_HIGH>, /* 60, CT CP HPD */
|
| /linux/arch/arm64/boot/dts/marvell/ |
| H A D | armada-8020.dtsi | 13 * in CP master is not connected (by package) to the oscillator. So 14 * disable it. However, the RTC clock in CP slave is connected to the
|
| H A D | armada-8040.dtsi | 21 * in CP master is not connected (by package) to the oscillator. So 22 * disable it. However, the RTC clock in CP slave is connected to the
|
| H A D | armada-80x0.dtsi | 61 /* The 80x0 has two CP blocks, but uses only one block from each. */
|
| /linux/arch/arm/boot/dts/arm/ |
| H A D | integratorcp.dts | 3 * Device Tree for the ARM Integrator/CP platform 10 model = "ARM Integrator/CP"; 44 * The Integrator/CP overall clocking architecture can be found in 238 * the same interrupts in all Integrators, but in the CP 272 * These PrimeCells are only available on the Integrator/CP
|
| /linux/Documentation/arch/s390/ |
| H A D | monreader.rst | 30 location of the monitor DCSS with the Class E privileged CP command Q NSS MAP 33 See also "CP Command and Utility Reference" (SC24-6081-00) for more information 39 You can use the CP command DEF STOR CONFIG to define a "memory hole" in your 75 the same DCSS. The CP command Q MONITOR (Class E privileged) shows the name 94 which data should be collected. This can be done by the CP command MONITOR 95 (Class E privileged), see "CP Command and Utility Reference". 173 module. You can also use the (Class E privileged) CP command Q NSS MAP to
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am57xx-beagle-x15-revc.dts | 13 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
|
| H A D | am57xx-beagle-x15-revb1.dts | 13 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
|
| H A D | am57xx-beagle-x15.dts | 14 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
|
| /linux/sound/soc/sprd/ |
| H A D | Kconfig | 18 and other AP/CP subsystem.
|
| /linux/drivers/s390/char/ |
| H A D | Kconfig | 154 prompt "Support for the z/VM CP interface" 162 int "Memory in MiB reserved for z/VM CP interface" 166 Specify the default amount of memory in MiB reserved for the z/VM CP
|
| /linux/drivers/clk/versatile/ |
| H A D | Kconfig | 12 - Integrator/AP and Integrator/CP
|
| /linux/drivers/hid/bpf/progs/ |
| H A D | Makefile | 68 $(call msg,CP,,$@)
|
| /linux/arch/arm/mm/ |
| H A D | proc-xsc3.S | 426 mrc p15, 0, r5, c15, c1, 0 @ CP access reg 444 mcr p15, 0, r5, c15, c1, 0 @ CP access reg 467 mcr p15, 0, r0, c15, c1, 0 @ write CP access register
|
| H A D | proc-mohawk.S | 354 mrc p15, 0, r5, c15, c1, 0 @ CP access reg 372 mcr p15, 0, r5, c15, c1, 0 @ CP access reg
|
| /linux/drivers/net/ethernet/realtek/ |
| H A D | 8139cp.c | 115 #define TX_BUFFS_AVAIL(CP) \ argument 116 (((CP)->tx_tail <= (CP)->tx_head) ? \ 117 (CP)->tx_tail + (CP_TX_RING_SIZE - 1) - (CP)->tx_head : \ 118 (CP)->tx_tail - (CP)->tx_head - 1)
|
| /linux/drivers/net/ethernet/dec/tulip/ |
| H A D | de2104x.c | 95 #define TX_BUFFS_AVAIL(CP) \ argument 96 (((CP)->tx_tail <= (CP)->tx_head) ? \ 97 (CP)->tx_tail + (DE_TX_RING_SIZE - 1) - (CP)->tx_head : \ 98 (CP)->tx_tail - (CP)->tx_head - 1)
|
| /linux/tools/power/cpupower/ |
| H A D | Makefile | 83 CP = cp -fpR 309 $(CP) $(OUTPUT)libcpupower.a $(DESTDIR)${libdir}/ 311 $(CP) $(OUTPUT)libcpupower.so* $(DESTDIR)${libdir}/ 85 CP = cp -fpR global() macro
|
| /linux/Documentation/filesystems/ |
| H A D | f2fs.rst | 569 | (SB) | (CP) | Table (SIT) | Table (NAT) | Area (SSA) | | 588 - Checkpoint (CP) 608 aligns the start block address of CP with the segment size. Also, it aligns the 620 CP area. In order to reduce the scanning time, F2FS uses only two copies of CP. 622 mechanism. In addition to CP, NAT and SIT also adopt the shadow copy mechanism. 624 For file system consistency, each CP points to which NAT and SIT copies are 628 | CP | SIT | NAT | 634 | CP #0 | CP #1 | SIT #0 | SIT #1 | NAT #0 | NAT #1 |
|
| /linux/arch/arm/mach-versatile/ |
| H A D | Kconfig | 119 bool "Support Integrator/CP platform" 126 Include support for the ARM(R) Integrator CP platform.
|
| /linux/arch/xtensa/kernel/ |
| H A D | coprocessor.S | 196 addx4 a0, a3, a0 # entry for CP
|