Home
last modified time | relevance | path

Searched refs:CP (Results 1 – 25 of 62) sorted by relevance

123

/linux/arch/arm/nwfpe/
H A Dentry.S140 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 Dmoxa-smartio.rst26 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 Dasn1_ber_bytecode.h84 #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 Dcheatsheet.txt14 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/scripts/selinux/
H A Dinstall_policy.sh16 CP=`which checkpolicy`
22 VERS=`$CP -V | awk '{print $1}'`
40 $CP -U allow -M -o policy.$VERS policy.conf
/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,tpd12s015.txt8 - 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 Darmada-8020.dtsi19 * in CP master is not connected (by package) to the oscillator. So
20 * disable it. However, the RTC clock in CP slave is connected to the
H A Darmada-8040.dtsi27 * in CP master is not connected (by package) to the oscillator. So
28 * disable it. However, the RTC clock in CP slave is connected to the
H A Darmada-80x0.dtsi61 /* The 80x0 has two CP blocks, but uses only one block from each. */
/linux/arch/arm/boot/dts/arm/
H A Dintegratorcp.dts3 * 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 Dmonreader.rst30 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 Dam57xx-beagle-x15-revc.dts13 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
H A Dam57xx-beagle-x15-revb1.dts13 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
H A Dam57xx-beagle-x15.dts14 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
/linux/sound/soc/sprd/
H A DKconfig16 and other AP/CP subsystem.
/linux/Documentation/devicetree/bindings/sound/
H A Dsprd-mcdt.txt4 transmission between audio subsystem and other AP/CP subsystem. It
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dmarvell,gicp.txt6 located in the Marvell CP110 to turn wired interrupts inside the CP
/linux/drivers/s390/char/
H A DKconfig154 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 DKconfig12 - Integrator/AP and Integrator/CP
/linux/arch/s390/kernel/
H A Dsthyi.c27 #define CP 0xc3d7404040404040UL macro
236 case CP: in fill_diag_mac()
267 case CP: in lpar_cpu_inf()
/linux/drivers/hid/bpf/progs/
H A DMakefile68 $(call msg,CP,,$@)
/linux/arch/arm/mm/
H A Dproc-xsc3.S426 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 Dproc-mohawk.S354 mrc p15, 0, r5, c15, c1, 0 @ CP access reg
372 mcr p15, 0, r5, c15, c1, 0 @ CP access reg
/linux/tools/power/cpupower/
H A DMakefile79 CP = cp -fpR macro
/linux/drivers/net/ethernet/realtek/
H A D8139cp.c115 #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)

123