Home
last modified time | relevance | path

Searched +full:0 +full:xfc000000 (Results 1 – 25 of 136) sorted by relevance

123456

/linux/arch/arm/mach-spear/
H A Dspear.h18 #define SPEAR_ICM1_2_BASE UL(0xD0000000)
19 #define VA_SPEAR_ICM1_2_BASE IOMEM(0xFD000000)
20 #define SPEAR_ICM1_UART_BASE UL(0xD0000000)
22 #define SPEAR3XX_ICM1_SSP_BASE UL(0xD0100000)
25 #define SPEAR_ICM3_ML1_2_BASE UL(0xF0000000)
26 #define VA_SPEAR6XX_ML_CPU_BASE IOMEM(0xF0000000)
29 #define SPEAR_ICM3_SMI_CTRL_BASE UL(0xFC000000)
30 #define VA_SPEAR_ICM3_SMI_CTRL_BASE IOMEM(0xFC000000)
[all...]
H A Dspear3xx.c26 .bus_id = 0,
48 * 0xD0000000 0xFD000000
49 * 0xFC000000 0xFC000000
/linux/lib/crypto/arm/
H A Dpoly1305-armv4.pl28 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
38 ($ctx,$inp,$len,$padbit)=map("r$_",(0..3));
70 cmp $inp,#0
71 str r3,[$ctx,#0] @ zero hash value
82 moveq r0,#0
93 ldrb r4,[$inp,#0]
94 mov r10,#0x0fffffff
96 and r3,r10,#-4 @ 0x0ffffffc
152 str r4,[$ctx,#0]
163 mov r0,#0
[all...]
/linux/arch/arm/mach-omap2/
H A Diomap.h33 #define OMAP2_L3_IO_OFFSET 0x90000000
36 #define OMAP2_L4_IO_OFFSET 0xb2000000
39 #define OMAP4_L3_IO_OFFSET 0xb4000000
42 #define AM33XX_L4_WK_IO_OFFSET 0xb5000000
45 #define OMAP4_L3_PER_IO_OFFSET 0xb1100000
48 #define OMAP2_EMU_IO_OFFSET 0xaa800000 /* Emulation */
58 #define L3_24XX_PHYS L3_24XX_BASE /* 0x68000000 --> 0xf8000000*/
61 #define L4_24XX_PHYS L4_24XX_BASE /* 0x48000000 --> 0xfa00000
[all...]
/linux/arch/arm/mach-footbridge/include/mach/
H A Dhardware.h13 * 0xff800000 0x40000000 1MB X-Bus
14 * 0xff000000 0x7c000000 1MB PCI I/O space
15 * 0xfe000000 0x42000000 1MB CSR
16 * 0xfd000000 0x78000000 1MB Outbound write flush (not supported)
17 * 0xfc000000
[all...]
/linux/arch/powerpc/include/asm/
H A Dprobes.h17 #define IS_TW(instr) (((instr) & 0xfc0007fe) == 0x7c000008)
18 #define IS_TD(instr) (((instr) & 0xfc0007fe) == 0x7c000088)
19 #define IS_TDI(instr) (((instr) & 0xfc000000) == 0x08000000)
20 #define IS_TWI(instr) (((instr) & 0xfc000000) == 0x0c00000
[all...]
/linux/net/netfilter/ipset/
H A Dpfxlen.c12 E(0x00000000, 0x00000000, 0x00000000, 0x00000000), \
13 E(0x80000000, 0x00000000, 0x00000000, 0x00000000), \
14 E(0xC0000000, 0x0000000
[all...]
/linux/arch/powerpc/boot/dts/
H A Dstorcenter.dts30 #size-cells = <0>;
32 PowerPC,8241@0 {
34 reg = <0>;
37 bus-frequency = <0>; /* from bootwrapper */
47 reg = <0x00000000 0x04000000>; /* 64MB @ 0x0 */
55 store-gathering = <0>; /* 0 == off, !0
[all...]
H A DkuroboxHG.dts37 #size-cells = <0>;
41 reg = <0x0>;
44 bus-frequency = <0>; /* Fixed by bootloader */
46 i-cache-size = <0x4000>;
47 d-cache-size = <0x4000>;
53 reg = <0x0 0x8000000>;
61 store-gathering = <0>; /* 0 == off, !0
[all...]
H A DkuroboxHD.dts37 #size-cells = <0>;
41 reg = <0x0>;
44 bus-frequency = <0>; /* Fixed by bootloader */
46 i-cache-size = <0x4000>;
47 d-cache-size = <0x4000>;
53 reg = <0x0 0x4000000>;
61 store-gathering = <0>; /* 0 == off, !0
[all...]
H A Do2dnt2.dts15 memory@0 {
16 reg = <0x00000000 0x08000000>; // 128MB
20 ranges = <0 0 0xfc000000 0x02000000
21 3 0 0xe300000
[all...]
H A Do3dnt.dts15 memory@0 {
16 reg = <0x00000000 0x04000000>; // 64MB
20 ranges = <0 0 0xfc000000 0x01000000
21 3 0 0xe300000
[all...]
H A Do2d.dts15 memory@0 {
16 reg = <0x00000000 0x08000000>; // 128MB
20 ranges = <0 0 0xfc000000 0x02000000
21 3 0 0xe300000
[all...]
H A Do2d300.dts16 ranges = <0 0 0xfc000000 0x02000000
17 3 0 0xe3000000 0x00100000>;
18 flash@0,0 {
[all...]
/linux/include/linux/ssb/
H A Dssb_driver_pci.h13 #define SSB_PCICORE_CTL 0x0000 /* PCI Control */
14 #define SSB_PCICORE_CTL_RST_OE 0x00000001 /* PCI_RESET Output Enable */
15 #define SSB_PCICORE_CTL_RST 0x00000002 /* PCI_RESET driven out to pin */
16 #define SSB_PCICORE_CTL_CLK_OE 0x00000004 /* Clock gate Output Enable */
17 #define SSB_PCICORE_CTL_CLK 0x00000008 /* Gate for clock driven out to pin */
18 #define SSB_PCICORE_ARBCTL 0x0010 /* PCI Arbiter Control */
19 #define SSB_PCICORE_ARBCTL_INTERN 0x00000001 /* Use internal arbiter */
20 #define SSB_PCICORE_ARBCTL_EXTERN 0x00000002 /* Use external arbiter */
21 #define SSB_PCICORE_ARBCTL_PARKID 0x00000006 /* Mask, selects which agent is parked on an idle bus */
22 #define SSB_PCICORE_ARBCTL_PARKID_LAST 0x0000000
[all...]
/linux/Documentation/devicetree/bindings/thermal/
H A Dspear-thermal.txt12 reg = <0xfc000000 0x1000>;
13 st,thermal-flags = <0x7000>;
/linux/Documentation/devicetree/bindings/mmc/
H A Dsdhci-spear.txt16 reg = <0xfc000000 0x1000>;
17 cd-gpios = <&gpio0 6 0>;
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dhandles.h10 #define NV50_DISP_HANDLE_SYNCBUF 0xf0000000
11 #define NV50_DISP_HANDLE_VRAM 0xf0000001
13 #define NV50_DISP_HANDLE_WNDW_CTX(kind) (0xfb000000 | kind)
14 #define NV50_DISP_HANDLE_CRC_CTX(head, i) (0xfc000000 | head->base.index << 1 | i)
/linux/Documentation/devicetree/bindings/mtd/
H A Dspear_smi.txt20 reg = <0xfc000000 0x1000>;
/linux/Documentation/devicetree/bindings/pci/
H A Dcdns,cdns-pcie-ep.yaml41 reg = <0x0 0xfc000000 0x0 0x01000000>,
42 <0x0 0x80000000 0x0 0x40000000>;
/linux/include/net/
H A Dieee80211_radiotap.h29 * @it_version: radiotap version, always 0
58 /* version is always 0 */
59 #define PKTHDR_RADIOTAP_VERSION 0
63 IEEE80211_RADIOTAP_TSFT = 0,
102 IEEE80211_RADIOTAP_F_CFP = 0x01,
103 IEEE80211_RADIOTAP_F_SHORTPRE = 0x02,
104 IEEE80211_RADIOTAP_F_WEP = 0x04,
105 IEEE80211_RADIOTAP_F_FRAG = 0x08,
106 IEEE80211_RADIOTAP_F_FCS = 0x10,
107 IEEE80211_RADIOTAP_F_DATAPAD = 0x2
[all...]
/linux/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dctinfo.json15 0,
21 "expExitCode": "0",
23 "matchPattern": "action order [0-9]*: ctinfo zone 0 pipe.*index 10 ref",
42 0,
47 "cmdUnderTest": "$TC action add action ctinfo dscp 0xfc000000 0x01000000 index 100",
48 "expExitCode": "0",
50 "matchPattern": "action order [0
2 { global() object
6 "actions", global() string
13 [ global() array
14 "$TC action flush action ctinfo", global() string
26 "$TC action flush action ctinfo" global() string
33 "actions", global() string
40 [ global() array
41 "$TC actions flush action ctinfo", global() string
53 "$TC actions flush action ctinfo" global() string
60 "actions", global() string
67 [ global() array
68 "$TC action flush action ctinfo", global() string
80 "$TC action flush action ctinfo" global() string
87 "actions", global() string
94 [ global() array
95 "$TC action flush action ctinfo", global() string
107 "$TC action flush action ctinfo" global() string
114 "actions", global() string
121 [ global() array
122 "$TC actions flush action ctinfo", global() string
128 "$TC action add action ctinfo zone 1 drop index 1", global() string
140 "$TC action flush action ctinfo" global() string
147 "actions", global() string
154 [ global() array
155 "$TC actions flush action ctinfo", global() string
161 "$TC action add action ctinfo zone 200 pass index 1", global() string
173 "$TC action flush action ctinfo" global() string
180 "actions", global() string
187 [ global() array
188 "$TC actions flush action ctinfo", global() string
194 "$TC action add action ctinfo zone 200 pass index 1", global() string
206 "$TC action flush action ctinfo" global() string
213 "actions", global() string
220 [ global() array
221 "$TC action flush action ctinfo", global() string
236 "$TC actions flush action ctinfo" global() string
243 "actions", global() string
250 [ global() array
251 "$TC actions flush action ctinfo", global() string
266 "$TC actions flush action ctinfo" global() string
273 "actions", global() string
280 [ global() array
281 "$TC actions flush action ctinfo", global() string
294 "$TC action flush action ctinfo" global() string
301 "actions", global() string
308 [ global() array
309 "$TC actions flush action ctinfo", global() string
321 "$TC action flush action ctinfo" global() string
328 "actions", global() string
335 [ global() array
336 "$TC actions flush action ctinfo", global() string
349 "$TC action flush action ctinfo" global() string
[all...]
/linux/arch/parisc/mm/
H A Dioremap.c22 if ((phys_addr >= 0x00080000 && end < 0x000fffff) || in ioremap_prot()
23 (phys_addr >= 0x00500000 && end < 0x03bfffff)) in ioremap_prot()
24 phys_addr |= F_EXTEND(0xfc000000); in ioremap_prot()
/linux/Documentation/devicetree/bindings/ata/
H A Darasan,cf-spear1340.yaml66 reg = <0xfc000000 0x1000>;
/linux/arch/arm/mach-pxa/
H A Dpxa-regs.h14 #define UNCACHED_PHYS_0 0xfe000000
15 #define UNCACHED_PHYS_0_SIZE 0x00100000
20 * 0x40000000 - 0x41ffffff <--> 0xf2000000 - 0xf3ffffff
21 * 0x44000000 - 0x45ffffff <--> 0xf4000000 - 0xf5fffff
[all...]

123456