| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | kvm_para.h | 16 * use 0x500 as KVM hypercall 32 asm volatile ("diag 2,4,0x500\n" in __kvm_hypercall0() 49 asm volatile ("diag 2,4,0x500\n" in __kvm_hypercall1() 50 : "=d" (__rc) : "d" (__nr), "0" (__p1) : "memory", "cc"); in __kvm_hypercall1() 68 asm volatile ("diag 2,4,0x500\n" in __kvm_hypercall2() 69 : "=d" (__rc) : "d" (__nr), "0" (__p1), "d" (__p2) in __kvm_hypercall2() 90 asm volatile ("diag 2,4,0x500\n" in __kvm_hypercall3() 91 : "=d" (__rc) : "d" (__nr), "0" (__p1), "d" (__p2), in __kvm_hypercall3() 114 asm volatile ("diag 2,4,0x500\n" in __kvm_hypercall4() 115 : "=d" (__rc) : "d" (__nr), "0" (__p1), "d" (__p2), in __kvm_hypercall4() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/pgms/ |
| H A D | gfx-x11 | 49 'rect500' => [ 4110.0, "500x500 rectangle" ], 53 'srect500' => [ 4110.0, "500x500 stippled rectangle (8x8 stipple)" ], 57 'osrect500' => [ 4110.0, "500x500 opaque stippled rectangle (8x8 stipple)" ], 61 'tilerect500' => [ 4110.0, "500x500 tiled rectangle (4x4 tile)" ], 65 'oddsrect500' => [ 2360.0, "500x500 stippled rectangle (17x15 stipple)" ], 69 'oddosrect500' => [ 2320.0, "500x500 opaque stippled rectangle (17x15 stipple)" ], 73 'oddtilerect500' => [ 2320.0, "500x500 tiled rectangle (17x15 tile)" ], 77 'bigsrect500' => [ 524.0, "500x500 stippled rectangle (161x145 stipple)" ], 81 'bigosrect500' => [ 584.0, "500x500 opaque stippled rectangle (161x145 stipple)" ], 85 'bigtilerect500' => [ 872.0, "500x500 tiled rectangle (161x145 tile)" ], [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/doc/ |
| H A D | DMXSpec-v1.txt | 111 The physicalScreen value is between 0 and screenCount-1, inclusive 121 typically 0 for all values of physicalScreen. If Xinerama is in 124 Otherwise, these values are set to 0. (The information returned by 164 As an example, consider a 500x500 window that spans the top two 171 following information for the 500x500 window: 173 display A: 500x500 window at 1024-250,0 (relative to back end) 174 with 250x500 visible at 0,0 (relative to window origin) 176 display B: 500x500 window at -250,0 (relative to back end) 177 with 250x500 visible at 250,0 (relative to window origin) 179 display C: 500x500 window at 1024-250,-768 with 0x0 visible at 0,0 [all …]
|
| H A D | DMXSpec.txt | 105 The value of status is always 0. 125 The value of status is always 0. 174 The physicalScreen value is between 0 and screenCount-1, inclusive 182 typically 0 for all values of physicalScreen. If Xinerama is in 185 coordinate system. Otherwise, these values are set to 0. 240 Non-fatal errors will be returned in status (0 otherwise): 288 On success, status will be 0 and physicalScreen will contain the new 316 On success, status will be 0. On failure, the status will 1 if any 361 As an example, consider a 500x500 window that spans the top two 368 following information for the 500x500 window: [all …]
|
| H A D | dmx.xml | 1566 processing for screen numbers > 0. This is because they are handled for 1567 the single Xinerama screen and the processing is done once for screen 0. 2019 with dmx-1-0-branch and was updated from version 4.1.99.1 (20 August 2109 0.88 500x500 tiled rectangle (161x145 tile) 2110 0.89 Copy 500x500 from window to window 2192 1.10 500x500 rectangle outline 2238 1.91 PutImage 500x500 square 2241 1.50 PutImage XY 500x500 square 2285 1.00 1.00 1.00 1.00 1.00 500x500 rectangle 2289 1.00 1.00 1.00 1.00 0.98 500x500 stippled rectangle (8x8 stipple) [all …]
|
| /OK3568_Linux_fs/u-boot/arch/mips/lib/ |
| H A D | stack.c | 12 gd->start_addr_sp -= 0x500; in arch_reserve_stacks() 13 gd->start_addr_sp &= ~0xFFF; in arch_reserve_stacks() 16 0x500, gd->start_addr_sp); in arch_reserve_stacks() 18 return 0; in arch_reserve_stacks()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | sys_takara.c | 41 mask = (irq >= 64 ? mask << 16 : mask >> ((irq - 16) & 0x30)); in takara_update_irq_hw() 42 regaddr = 0x510 + (((irq - 16) >> 2) & 0x0c); in takara_update_irq_hw() 43 outl(mask & 0xffff0000UL, regaddr); in takara_update_irq_hw() 77 * The PALcode will have passed us vectors 0x800 or 0x810, in takara_device_interrupt() 92 intstatus = inw(0x500) & 15; in takara_device_interrupt() 102 if (intstatus & 1) handle_irq(16+0); in takara_device_interrupt() 111 int irq = (vector - 0x800) >> 4; in takara_srm_device_interrupt() 125 unsigned int ctlreg = inl(0x500); in takara_init_irq() 128 ctlreg &= ~0x8000; in takara_init_irq() 129 outl(ctlreg, 0x500); in takara_init_irq() [all …]
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/clock/ |
| H A D | lpc18xx-ccu.h | 13 #define CLK_APB3_BUS 0x100 14 #define CLK_APB3_I2C1 0x108 15 #define CLK_APB3_DAC 0x110 16 #define CLK_APB3_ADC0 0x118 17 #define CLK_APB3_ADC1 0x120 18 #define CLK_APB3_CAN0 0x128 19 #define CLK_APB1_BUS 0x200 20 #define CLK_APB1_MOTOCON_PWM 0x208 21 #define CLK_APB1_I2C0 0x210 22 #define CLK_APB1_I2S 0x218 [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/52xx/ |
| H A D | mpc52xx_pm.c | 33 return 0; in mpc52xx_pm_valid() 49 tmp &= ~(0x3 << (pin * 2)); in mpc52xx_set_wakeup_gpio() 55 return 0; in mpc52xx_set_wakeup_gpio() 73 if (of_address_to_resource(np, 0, &res)) { in mpc52xx_pm_prepare() 79 mbar = ioremap(res.start, 0xc000); /* we should map whole region including SRAM */ in mpc52xx_pm_prepare() 87 sdram = mbar + 0x100; in mpc52xx_pm_prepare() 88 cdm = mbar + 0x200; in mpc52xx_pm_prepare() 89 intr = mbar + 0x500; in mpc52xx_pm_prepare() 90 gpiow = mbar + 0xc00; in mpc52xx_pm_prepare() 91 sram = mbar + 0x8000; /* Those will be handled by the */ in mpc52xx_pm_prepare() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | msm8994.dtsi | 19 #clock-cells = <0>; 26 #clock-cells = <0>; 34 #size-cells = <0>; 36 CPU0: cpu@0 { 39 reg = <0x0 0x0>; 51 reg = <0x0 0x1>; 59 reg = <0x0 0x2>; 67 reg = <0x0 0x3>; 75 reg = <0x0 0x100>; 87 reg = <0x0 0x101>; [all …]
|
| H A D | msm8992.dtsi | 18 #size-cells = <0>; 20 CPU0: cpu@0 { 23 reg = <0x0 0x0>; 35 reg = <0x0 0x1>; 43 reg = <0x0 0x2>; 51 reg = <0x0 0x3>; 59 reg = <0x0 0x100>; 71 reg = <0x0 0x101>; 110 #clock-cells = <0>; 116 #clock-cells = <0>; [all …]
|
| H A D | msm8916.dtsi | 30 reg = <0 0 0 0>; 39 reg = <0x0 0x86000000 0x0 0x300000>; 44 reg = <0x0 0x86300000 0x0 0x100000>; 49 reg = <0x0 0x86400000 0x0 0x100000>; 54 reg = <0x0 0x86500000 0x0 0x180000>; 59 reg = <0x0 0x86680000 0x0 0x80000>; 65 reg = <0x0 0x86700000 0x0 0xe0000>; 72 reg = <0x0 0x867e0000 0x0 0x20000>; 77 reg = <0x0 0x86800000 0x0 0x2b00000>; 82 reg = <0x0 0x89300000 0x0 0x600000>; [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx7ulp_evk/ |
| H A D | plugin.S | 10 ldr r2, =0x403f0000 11 ldr r3, =0x00000000 12 str r3, [r2, #0xdc] 14 ldr r2, =0x403e0000 15 ldr r3, =0x01000020 16 str r3, [r2, #0x40] 17 ldr r3, =0x01000000 18 str r3, [r2, #0x500] 19 ldr r3, =0x80808080 20 str r3, [r2, #0x50c] [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/fsl/ |
| H A D | pq3-rmu-0.dtsi | 2 * PQ3 RIO Message Unit device tree stub [ controller @ offset 0xd3000 ] 39 reg = <0xd3000 0x500>; 40 ranges = <0x0 0xd3000 0x500>; 42 message-unit@0 { 44 reg = <0x0 0x100>; 46 53 2 0 0 /* msg1_tx_irq */ 47 54 2 0 0>;/* msg1_rx_irq */ 51 reg = <0x100 0x100>; 53 55 2 0 0 /* msg2_tx_irq */ 54 56 2 0 0>;/* msg2_rx_irq */ [all …]
|
| H A D | qoriq-rmu-0.dtsi | 2 * QorIQ RIO Message Unit device tree stub [ controller @ offset 0xd3000 ] 39 reg = <0xd3000 0x500>; 40 ranges = <0x0 0xd3000 0x500>; 42 message-unit@0 { 44 reg = <0x0 0x100>; 46 60 2 0 0 /* msg1_tx_irq */ 47 61 2 0 0>;/* msg1_rx_irq */ 51 reg = <0x100 0x100>; 53 62 2 0 0 /* msg2_tx_irq */ 54 63 2 0 0>;/* msg2_rx_irq */ [all …]
|
| /OK3568_Linux_fs/u-boot/include/rockchip/ |
| H A D | crypto_v1.h | 19 u32 reserved0[(0x80 - 0x24) / 4]; 28 u32 reserved1[(0x100 - 0xe8) / 4]; 38 u32 reserved2[(0x180 - 0x138) / 4]; 45 u32 reserved3[(0x200 - 0x1c0) / 4]; 49 u32 reserved4[(0x280 - 0x224) / 4]; 52 u32 reserved5[(0x400 - 0x284) / 4]; 54 u32 crypto_pka_m[(0x500 - 0x400) / 4]; 55 u32 crypto_pka_c[(0x600 - 0x500) / 4]; 56 u32 crypto_pka_n[(0x700 - 0x600) / 4]; 60 check_member(rk_crypto_reg, crypto_pka_e, 0x700); [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | gen_atmel_mci.c | 36 # define MCI_BUS 0 62 return readl(&mci->version) & 0x00000fff; in atmel_mci_get_version() 74 cmdr, cmdr & 0x3F, arg, status, msg); in dump_cmd() 96 u32 clkodd = 0; 101 if (hz > 0) { 102 if (version >= 0x500) { 114 for (clkdiv = 0; clkdiv < 255; clkdiv++) { 123 if (version >= 0x500) 127 blklen &= 0xfffc; 131 /* MCI IP version >= 0x200 has R/WPROOF */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/stk1160/ |
| H A D | stk1160-reg.h | 14 #define STK1160_GCTRL 0x000 17 #define STK1160_RMCTL 0x00c 20 #define STK1160_POSVA 0x010 21 #define STK1160_POSV_L 0x010 22 #define STK1160_POSV_M 0x011 23 #define STK1160_POSV_H 0x012 30 * with bit #7 (0x?? OR 0x80 to activate). 32 #define STK1160_DCTRL 0x100 39 * Bit 0 - Horizontal Decimation Control 40 * 0 Horizontal decimation is disabled. [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | armada-xp.dtsi | 70 reg = <MBUS_ID(0x01, 0x1d) 0 0x100000>; 76 reg = <0x1400 0x500>; 81 reg = <0x08000 0x1000>; 82 cache-id-part = <0x100>; 91 pinctrl-0 = <&spi0_pins>; 103 reg = <0x11000 0x100>; 108 reg = <0x11100 0x100>; 113 pinctrl-0 = <&uart2_pins>; 115 reg = <0x12200 0x100>; 119 clocks = <&coreclk 0>; [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | armada-xp.dtsi | 35 reg = <MBUS_ID(0x01, 0x1d) 0 0x100000>; 41 reg = <0x1400 0x500>; 46 reg = <0x08000 0x1000>; 47 cache-id-part = <0x100>; 55 pinctrl-0 = <&uart2_pins>; 57 reg = <0x12200 0x100>; 61 clocks = <&coreclk 0>; 67 pinctrl-0 = <&uart3_pins>; 69 reg = <0x12300 0x100>; 73 clocks = <&coreclk 0>; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/bus/ |
| H A D | omap_l3_noc.h | 24 #define CUSTOM_ERROR 0x2 25 #define STANDARD_ERROR 0x0 26 #define INBAND_ERROR 0x0 27 #define L3_APPLICATION_ERROR 0x0 28 #define L3_DEBUG_ERROR 0x1 31 #define L3_TARG_STDERRLOG_MAIN 0x48 32 #define L3_TARG_STDERRLOG_HDR 0x4c 33 #define L3_TARG_STDERRLOG_MSTADDR 0x50 34 #define L3_TARG_STDERRLOG_INFO 0x58 35 #define L3_TARG_STDERRLOG_SLVOFSLSB 0x5c [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/bridge/ |
| H A D | toshiba,tc358775.yaml | 28 description: i2c address of the bridge, 0x0f 57 const: 0 59 port@0: 76 - port@0 99 reg = <0x078b8000 0x500>; 102 #size-cells = <0>; 106 reg = <0x0f>; 116 #size-cells = <0>; 118 port@0 { 119 reg = <0>; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/ehea/ |
| H A D | ehea_hw.h | 37 u64 qpx_reserved1[(0x098 - 0x058) / 8]; 39 u64 qpx_reserved2[(0x100 - 0x0A0) / 8]; 43 u64 qpx_reserved3[(0x140 - 0x118) / 8]; 45 u64 qpx_reserved4[(0x170 - 0x148) / 8]; 47 u64 qpx_reserved5[(0x1B0 - 0x178) / 8]; 53 u64 qpx_reserved6[(0x220 - 0x1D8) / 8]; 55 u64 qpx_reserved7[(0x240 - 0x228) / 8]; 62 u64 qpx_reserved8[(0x300 - 0x270) / 8]; 78 u64 qpx_reserved9[(0x400 - 0x378) / 8]; 79 u64 reserved_ext[(0x500 - 0x400) / 8]; [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/compiler/ |
| H A D | sunpro_cc.hpp | 14 # if __SUNPRO_CC <= 0x500 19 # if (__SUNPRO_CC <= 0x520) 37 # if (__SUNPRO_CC <= 0x530) 42 // while processing ../test.cpp at line 0. 60 # if (__SUNPRO_CC < 0x570) 68 # if (__SUNPRO_CC <= 0x580) 72 # if (__SUNPRO_CC <= 0x5100) 83 #if __SUNPRO_CC > 0x500 89 #if (__SUNPRO_CC < 0x5130) 97 #if (__SUNPRO_CC < 0x5130) || (__cplusplus < 201100) [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/ |
| H A D | display.h | 13 u32 enable; /* 0x000 */ 14 u32 frame_ctrl; /* 0x004 */ 15 u32 bypass; /* 0x008 */ 16 u32 algorithm_sel; /* 0x00c */ 17 u32 line_int_ctrl; /* 0x010 */ 18 u8 res0[0x0c]; /* 0x014 */ 19 u32 ch0_addr; /* 0x020 */ 20 u32 ch1_addr; /* 0x024 */ 21 u32 ch2_addr; /* 0x028 */ 22 u32 field_sequence; /* 0x02c */ [all …]
|