| /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
|
| H A D | 3270.rst | 24 defining four 3270s with the CP/CMS commands: 61 not changed. Use #CP Q TERM to see what the current console type is. 62 Use #CP TERM CONMODE 3270 to change it to 3270. If you generate only
|
| /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 */
|
| H A D | omap5-uevm.dts | 186 gpios = <&gpio9 0 GPIO_ACTIVE_HIGH>, /* TCA6424A P01, CT CP HPD */
|
| /linux/sound/soc/sprd/ |
| H A D | Kconfig | 18 and other AP/CP subsystem.
|
| /linux/drivers/clk/versatile/ |
| H A D | Kconfig | 12 - Integrator/AP and Integrator/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/hid/bpf/progs/ |
| H A D | Makefile | 70 $(call msg,CP,,$@)
|
| /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/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
|