Home
last modified time | relevance | path

Searched +full:0 +full:x02000 (Results 1 – 25 of 125) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/mtd/chips/
H A Djedec_probe.c26 #define AM29DL800BB 0x22CB
27 #define AM29DL800BT 0x224A
29 #define AM29F800BB 0x2258
30 #define AM29F800BT 0x22D6
31 #define AM29LV400BB 0x22BA
32 #define AM29LV400BT 0x22B9
33 #define AM29LV800BB 0x225B
34 #define AM29LV800BT 0x22DA
35 #define AM29LV160DT 0x22C4
36 #define AM29LV160DB 0x2249
[all …]
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Djedec_flash.c24 #define AM29DL800BB 0x22CB
25 #define AM29DL800BT 0x224A
27 #define AM29F400BB 0x22AB
28 #define AM29F800BB 0x2258
29 #define AM29F800BT 0x22D6
30 #define AM29LV400BB 0x22BA
31 #define AM29LV400BT 0x22B9
32 #define AM29LV800BB 0x225B
33 #define AM29LV800BT 0x22DA
34 #define AM29LV160DT 0x22C4
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.c80 return 0; in nouveau_channel_idle()
137 if (ret == 0) { in nouveau_channel_wait()
163 atomic_set(&chan->killed, 0); in nouveau_channel_prep()
170 ret = nouveau_bo_new(cli, size, 0, target, 0, 0, NULL, NULL, in nouveau_channel_prep()
172 if (ret == 0) { in nouveau_channel_prep()
174 if (ret == 0) in nouveau_channel_prep()
208 return 0; in nouveau_channel_prep()
212 args.start = 0; in nouveau_channel_prep()
229 args.start = 0; in nouveau_channel_prep()
242 args.start = 0; in nouveau_channel_prep()
[all …]
/OK3568_Linux_fs/kernel/tools/arch/alpha/include/uapi/asm/
H A Dmman.h13 #define MADV_NORMAL 0
19 #define MAP_ANONYMOUS 0x10
20 #define MAP_DENYWRITE 0x02000
21 #define MAP_EXECUTABLE 0x04000
22 #define MAP_FILE 0
23 #define MAP_FIXED 0x100
24 #define MAP_GROWSDOWN 0x01000
25 #define MAP_HUGETLB 0x100000
26 #define MAP_LOCKED 0x08000
27 #define MAP_NONBLOCK 0x40000
[all …]
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dsetup.h12 #define BOOT_PCB 0x20000000
13 #define BOOT_ADDR 0x20000000
18 #define KERNEL_START_PHYS 0x300000 /* Old bootloaders hardcoded this. */
20 #define KERNEL_START_PHYS 0x1000000 /* required: Wildfire/Titan/Marvel */
25 #define INIT_STACK (PAGE_OFFSET+KERNEL_START_PHYS+0x02000)
26 #define EMPTY_PGT (PAGE_OFFSET+KERNEL_START_PHYS+0x04000)
27 #define EMPTY_PGE (PAGE_OFFSET+KERNEL_START_PHYS+0x08000)
28 #define ZERO_PGE (PAGE_OFFSET+KERNEL_START_PHYS+0x0A000)
30 #define START_ADDR (PAGE_OFFSET+KERNEL_START_PHYS+0x10000)
39 #define COMMAND_LINE ((char*)(PARAM + 0x0000))
[all …]
H A Dmman.h5 #define PROT_READ 0x1 /* page can be read */
6 #define PROT_WRITE 0x2 /* page can be written */
7 #define PROT_EXEC 0x4 /* page can be executed */
8 #define PROT_SEM 0x8 /* page may be used for atomic ops */
9 #define PROT_NONE 0x0 /* page can not be accessed */
10 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */
11 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */
13 /* 0x01 - 0x03 are defined in linux/mman.h */
14 #define MAP_TYPE 0x0f /* Mask for type of mapping (OSF/1 is _wrong_) */
15 #define MAP_FIXED 0x100 /* Interpret addr exactly */
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddm-user.h21 #define DM_USER_REQ_MAP_READ 0
35 #define DM_USER_REQ_MAP_FLAG_FAILFAST_DEV 0x00001
36 #define DM_USER_REQ_MAP_FLAG_FAILFAST_TRANSPORT 0x00002
37 #define DM_USER_REQ_MAP_FLAG_FAILFAST_DRIVER 0x00004
38 #define DM_USER_REQ_MAP_FLAG_SYNC 0x00008
39 #define DM_USER_REQ_MAP_FLAG_META 0x00010
40 #define DM_USER_REQ_MAP_FLAG_PRIO 0x00020
41 #define DM_USER_REQ_MAP_FLAG_NOMERGE 0x00040
42 #define DM_USER_REQ_MAP_FLAG_IDLE 0x00080
43 #define DM_USER_REQ_MAP_FLAG_INTEGRITY 0x00100
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i3c/
H A Dsnps,dw-i3c-master.txt15 - #size-cells: shall be set to 0
31 #size-cells = <0>;
32 reg = <0x02000 0x1000>;
33 interrupts = <0>;
38 reg = <0x57 0x0 0x10>;
39 pagesize = <0x8>;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dmman-map-flags-generic.h29 # define MAP_GROWSDOWN 0x00100 /* Stack-like segment. */
30 # define MAP_DENYWRITE 0x00800 /* ETXTBSY. */
31 # define MAP_EXECUTABLE 0x01000 /* Mark it as an executable. */
32 # define MAP_LOCKED 0x02000 /* Lock the mapping. */
33 # define MAP_NORESERVE 0x04000 /* Don't check for reservations. */
34 # define MAP_POPULATE 0x08000 /* Populate (prefault) pagetables. */
35 # define MAP_NONBLOCK 0x10000 /* Do not block on IO. */
36 # define MAP_STACK 0x20000 /* Allocation is for a stack. */
37 # define MAP_HUGETLB 0x40000 /* Create huge page mapping. */
38 # define MAP_SYNC 0x80000 /* Perform synchronous page
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dmman-map-flags-generic.h29 # define MAP_GROWSDOWN 0x00100 /* Stack-like segment. */
30 # define MAP_DENYWRITE 0x00800 /* ETXTBSY. */
31 # define MAP_EXECUTABLE 0x01000 /* Mark it as an executable. */
32 # define MAP_LOCKED 0x02000 /* Lock the mapping. */
33 # define MAP_NORESERVE 0x04000 /* Don't check for reservations. */
34 # define MAP_POPULATE 0x08000 /* Populate (prefault) pagetables. */
35 # define MAP_NONBLOCK 0x10000 /* Do not block on IO. */
36 # define MAP_STACK 0x20000 /* Allocation is for a stack. */
37 # define MAP_HUGETLB 0x40000 /* Create huge page mapping. */
38 # define MAP_SYNC 0x80000 /* Perform synchronous page
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/
H A Dregs.h7 #define IXGBE_VFCTRL 0x00000
8 #define IXGBE_VFSTATUS 0x00008
9 #define IXGBE_VFLINKS 0x00010
10 #define IXGBE_VFFRTIMER 0x00048
11 #define IXGBE_VFRXMEMWRAP 0x03190
12 #define IXGBE_VTEICR 0x00100
13 #define IXGBE_VTEICS 0x00104
14 #define IXGBE_VTEIMS 0x00108
15 #define IXGBE_VTEIMC 0x0010C
16 #define IXGBE_VTEIAC 0x00110
[all …]
/OK3568_Linux_fs/kernel/drivers/block/
H A Dumem.h18 #define MEMCTRLSTATUS_MAGIC 0x00
19 #define MM_MAGIC_VALUE (unsigned char)0x59
21 #define MEMCTRLSTATUS_BATTERY 0x04
22 #define BATTERY_1_DISABLED 0x01
23 #define BATTERY_1_FAILURE 0x02
24 #define BATTERY_2_DISABLED 0x04
25 #define BATTERY_2_FAILURE 0x08
27 #define MEMCTRLSTATUS_MEMORY 0x07
28 #define MEM_128_MB 0xfe
29 #define MEM_256_MB 0xfc
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/netlogic/xlr/
H A Diomap.h38 #define DEFAULT_NETLOGIC_IO_BASE CKSEG1ADDR(0x1ef00000)
39 #define NETLOGIC_IO_DDR2_CHN0_OFFSET 0x01000
40 #define NETLOGIC_IO_DDR2_CHN1_OFFSET 0x02000
41 #define NETLOGIC_IO_DDR2_CHN2_OFFSET 0x03000
42 #define NETLOGIC_IO_DDR2_CHN3_OFFSET 0x04000
43 #define NETLOGIC_IO_PIC_OFFSET 0x08000
44 #define NETLOGIC_IO_UART_0_OFFSET 0x14000
45 #define NETLOGIC_IO_UART_1_OFFSET 0x15100
47 #define NETLOGIC_IO_SIZE 0x1000
49 #define NETLOGIC_IO_BRIDGE_OFFSET 0x00000
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddisplay2.h95 u8 res[0xc];
113 #define SUNXI_DE2_MUX0_BASE (SUNXI_DE2_BASE + 0x100000)
114 #define SUNXI_DE2_MUX1_BASE (SUNXI_DE2_BASE + 0x200000)
116 #define SUNXI_DE2_MUX_GLB_REGS 0x00000
117 #define SUNXI_DE2_MUX_BLD_REGS 0x01000
118 #define SUNXI_DE2_MUX_CHAN_REGS 0x02000
119 #define SUNXI_DE2_MUX_CHAN_SZ 0x1000
120 #define SUNXI_DE2_MUX_VSU_REGS 0x20000
121 #define SUNXI_DE2_MUX_GSU1_REGS 0x30000
122 #define SUNXI_DE2_MUX_GSU2_REGS 0x40000
[all …]
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-efm32.c17 #define REG_CTRL 0x00
18 #define REG_CTRL_EN 0x00001
19 #define REG_CTRL_SLAVE 0x00002
20 #define REG_CTRL_AUTOACK 0x00004
21 #define REG_CTRL_AUTOSE 0x00008
22 #define REG_CTRL_AUTOSN 0x00010
23 #define REG_CTRL_ARBDIS 0x00020
24 #define REG_CTRL_GCAMEN 0x00040
25 #define REG_CTRL_CLHR__MASK 0x00300
26 #define REG_CTRL_BITO__MASK 0x03000
[all …]
/OK3568_Linux_fs/u-boot/include/configs/
H A Dspear-common.h15 #define CONFIG_SYS_TEXT_BASE 0x00700000
33 #define CONFIG_EXTRA_ENV_USBTTY "usbtty=cdc_acm\0"
38 #define CONFIG_SYS_I2C_BASE 0xD0200000
40 #define CONFIG_SYS_I2C_BASE 0xD0180000
42 #define CONFIG_SYS_I2C_BASE 0xD0180000
44 #define CONFIG_SYS_I2C_BASE 0xD0180000
47 #define CONFIG_SYS_I2C_SLAVE 0x02
49 #define CONFIG_I2C_CHIPADDRESS 0x50
63 #define CONFIG_SYS_FLASH_BASE 0xF8000000
64 #define CONFIG_SYS_CS1_FLASH_BASE 0xF9000000
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-imx/
H A Dmx2x.h16 #define MX2x_AIPI_BASE_ADDR 0x10000000
18 #define MX2x_DMA_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x01000)
19 #define MX2x_WDOG_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x02000)
20 #define MX2x_GPT1_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x03000)
21 #define MX2x_GPT2_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x04000)
22 #define MX2x_GPT3_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x05000)
23 #define MX2x_PWM_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x06000)
24 #define MX2x_RTC_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x07000)
25 #define MX2x_KPP_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x08000)
26 #define MX2x_OWIRE_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x09000)
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/prism54/
H A Disl_38xx.h19 #define ISL38XX_PSM_ACTIVE_STATE 0
23 #define ISL38XX_PCI_MEM_SIZE 0x02000
24 #define ISL38XX_MEMORY_WINDOW_SIZE 0x01000
25 #define ISL38XX_DEV_FIRMWARE_ADDRES 0x20000
32 #define ISL38XX_HARDWARE_REG 0x0000
33 #define ISL38XX_CARDBUS_CIS 0x0800
34 #define ISL38XX_DIRECT_MEM_WIN 0x1000
37 #define ISL38XX_DEV_INT_REG 0x0000
38 #define ISL38XX_INT_IDENT_REG 0x0010
39 #define ISL38XX_INT_ACK_REG 0x0014
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/sgi/
H A Dhpc3.h22 #define HPCDMA_EOX 0x80000000 /* last desc in chain for tx */
23 #define HPCDMA_EOR 0x80000000 /* last desc in chain for rx */
24 #define HPCDMA_EOXP 0x40000000 /* end of packet for tx */
25 #define HPCDMA_EORP 0x40000000 /* end of packet for rx */
26 #define HPCDMA_XIE 0x20000000 /* irq generated when at end of this desc */
27 #define HPCDMA_XIU 0x01000000 /* Tx buffer in use by CPU. */
28 #define HPCDMA_EIPC 0x00ff0000 /* SEEQ ethernet special xternal bytecount */
29 #define HPCDMA_ETXD 0x00008000 /* set to one by HPC when packet tx'd */
30 #define HPCDMA_OWN 0x00004000 /* Denotes ring buffer ownership on rx */
31 #define HPCDMA_BCNT 0x00003fff /* size in bytes of this dma buffer */
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/lima/
H A Dlima_device.c51 LIMA_IP_DESC(pmu, false, false, 0x02000, 0x02000, pmu, "pmu"),
52 LIMA_IP_DESC(l2_cache0, true, true, 0x01000, 0x10000, l2_cache, NULL),
53 LIMA_IP_DESC(l2_cache1, false, true, -1, 0x01000, l2_cache, NULL),
54 LIMA_IP_DESC(l2_cache2, false, false, -1, 0x11000, l2_cache, NULL),
55 LIMA_IP_DESC(gp, true, true, 0x00000, 0x00000, gp, "gp"),
56 LIMA_IP_DESC(pp0, true, true, 0x08000, 0x08000, pp, "pp0"),
57 LIMA_IP_DESC(pp1, false, false, 0x0A000, 0x0A000, pp, "pp1"),
58 LIMA_IP_DESC(pp2, false, false, 0x0C000, 0x0C000, pp, "pp2"),
59 LIMA_IP_DESC(pp3, false, false, 0x0E000, 0x0E000, pp, "pp3"),
60 LIMA_IP_DESC(pp4, false, false, -1, 0x28000, pp, "pp4"),
[all …]
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpcie-rcar.h12 #define PCIECAR 0x000010
13 #define PCIECCTLR 0x000018
15 #define TYPE0 (0 << 8)
17 #define PCIECDR 0x000020
18 #define PCIEMSR 0x000028
19 #define PCIEINTXR 0x000400
21 #define PCIEPHYSR 0x0007f0
22 #define PHYRDY BIT(0)
23 #define PCIEMSITXR 0x000840
26 #define PCIETCTLR 0x02000
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ar7/
H A Dar7.h16 #define AR7_SDRAM_BASE 0x14000000
18 #define AR7_REGS_BASE 0x08610000
20 #define AR7_REGS_MAC0 (AR7_REGS_BASE + 0x0000)
21 #define AR7_REGS_GPIO (AR7_REGS_BASE + 0x0900)
22 /* 0x08610A00 - 0x08610BFF (512 bytes, 128 bytes / clock) */
23 #define AR7_REGS_POWER (AR7_REGS_BASE + 0x0a00)
24 #define AR7_REGS_CLOCKS (AR7_REGS_POWER + 0x80)
25 #define UR8_REGS_CLOCKS (AR7_REGS_POWER + 0x20)
26 #define AR7_REGS_UART0 (AR7_REGS_BASE + 0x0e00)
27 #define AR7_REGS_USB (AR7_REGS_BASE + 0x1200)
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/spear/
H A Dspear1340_clock.c22 #define SPEAR1340_SYS_CLK_CTRL (misc_base + 0x200)
29 #define SPEAR1340_PLL_CFG (misc_base + 0x210)
41 #define SPEAR1340_PLL1_CTR (misc_base + 0x214)
42 #define SPEAR1340_PLL1_FRQ (misc_base + 0x218)
43 #define SPEAR1340_PLL2_CTR (misc_base + 0x220)
44 #define SPEAR1340_PLL2_FRQ (misc_base + 0x224)
45 #define SPEAR1340_PLL3_CTR (misc_base + 0x22C)
46 #define SPEAR1340_PLL3_FRQ (misc_base + 0x230)
47 #define SPEAR1340_PLL4_CTR (misc_base + 0x238)
48 #define SPEAR1340_PLL4_FRQ (misc_base + 0x23C)
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl18xx/
H A Dreg.h11 #define WL18XX_REGISTERS_BASE 0x00800000
12 #define WL18XX_CODE_BASE 0x00000000
13 #define WL18XX_DATA_BASE 0x00400000
14 #define WL18XX_DOUBLE_BUFFER_BASE 0x00600000
15 #define WL18XX_MCU_KEY_SEARCH_BASE 0x00700000
16 #define WL18XX_PHY_BASE 0x00900000
17 #define WL18XX_TOP_OCP_BASE 0x00A00000
18 #define WL18XX_PACKET_RAM_BASE 0x00B00000
19 #define WL18XX_HOST_BASE 0x00C00000
21 #define WL18XX_REGISTERS_DOWN_SIZE 0x0000B000
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-ux500/
H A Ddb8500-regs.h10 #define U8500_ESRAM_BASE 0x40000000
11 #define U8500_ESRAM_BANK_SIZE 0x00020000
21 #define U8500_ESRAM_DMA_LCPA_OFFSET 0x10000
28 #define U8500_PER3_BASE 0x80000000
29 #define U8500_STM_BASE 0x80100000
30 #define U8500_STM_REG_BASE (U8500_STM_BASE + 0xF000)
31 #define U8500_PER2_BASE 0x80110000
32 #define U8500_PER1_BASE 0x80120000
33 #define U8500_B2R2_BASE 0x80130000
34 #define U8500_HSEM_BASE 0x80140000
[all …]

12345