/linux-6.12.1/drivers/mtd/chips/ |
D | jedec_probe.c | 27 #define AM29DL800BB 0x22CB 28 #define AM29DL800BT 0x224A 30 #define AM29F800BB 0x2258 31 #define AM29F800BT 0x22D6 32 #define AM29LV400BB 0x22BA 33 #define AM29LV400BT 0x22B9 34 #define AM29LV800BB 0x225B 35 #define AM29LV800BT 0x22DA 36 #define AM29LV160DT 0x22C4 37 #define AM29LV160DB 0x2249 [all …]
|
/linux-6.12.1/arch/parisc/include/uapi/asm/ |
D | termbits.h | 42 #define VINTR 0 61 #define IUCLC 0x0200 62 #define IXON 0x0400 63 #define IXOFF 0x1000 64 #define IMAXBEL 0x4000 65 #define IUTF8 0x8000 68 #define OLCUC 0x00002 69 #define ONLCR 0x00004 70 #define NLDLY 0x00100 71 #define NL0 0x00000 [all …]
|
/linux-6.12.1/include/uapi/asm-generic/ |
D | termbits.h | 42 #define VINTR 0 61 #define IUCLC 0x0200 62 #define IXON 0x0400 63 #define IXOFF 0x1000 64 #define IMAXBEL 0x2000 65 #define IUTF8 0x4000 68 #define OLCUC 0x00002 69 #define ONLCR 0x00004 70 #define NLDLY 0x00100 71 #define NL0 0x00000 [all …]
|
/linux-6.12.1/arch/mips/include/uapi/asm/ |
D | termbits.h | 55 #define VINTR 0 /* Interrupt character [ISIG] */ 67 #if 0 81 #define IUCLC 0x0200 /* Map upper case to lower case on input */ 82 #define IXON 0x0400 /* Enable start/stop output control */ 83 #define IXOFF 0x1000 /* Enable start/stop input control */ 84 #define IMAXBEL 0x2000 /* Ring bell when input queue is full */ 85 #define IUTF8 0x4000 /* Input is UTF-8 */ 88 #define OLCUC 0x00002 /* Map lower case to upper case on output */ 89 #define ONLCR 0x00004 /* Map NL to CR-NL on output */ 90 #define NLDLY 0x00100 [all …]
|
/linux-6.12.1/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_cfg.c | 22 0, 35 .base = { 0x00500, 0x00600, 0x00700, 0x00800, 0x00900 }, 36 .flush_hw_mask = 0x0003ffff, 40 .base = { 0x01100, 0x01500, 0x01900 }, 45 0, 49 .base = { 0x01d00, 0x02100, 0x02500 }, 53 0, 57 .base = { 0x02900, 0x02d00 }, 60 0, 64 .base = { 0x03100, 0x03500, 0x03900, 0x03d00, 0x04100 }, [all …]
|
/linux-6.12.1/arch/powerpc/include/uapi/asm/ |
D | termbits.h | 48 #define VINTR 0 67 #define IXON 0x0200 68 #define IXOFF 0x0400 69 #define IUCLC 0x1000 70 #define IMAXBEL 0x2000 71 #define IUTF8 0x4000 74 #define ONLCR 0x00002 75 #define OLCUC 0x00004 76 #define NLDLY 0x00300 77 #define NL0 0x00000 [all …]
|
/linux-6.12.1/arch/alpha/include/uapi/asm/ |
D | termbits.h | 54 #define VEOF 0 73 #define IXON 0x0200 74 #define IXOFF 0x0400 75 #define IUCLC 0x1000 76 #define IMAXBEL 0x2000 77 #define IUTF8 0x4000 80 #define ONLCR 0x00002 81 #define OLCUC 0x00004 82 #define NLDLY 0x00300 83 #define NL0 0x00000 [all …]
|
D | mman.h | 5 #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 …]
|
/linux-6.12.1/arch/sparc/include/uapi/asm/ |
D | termbits.h | 51 #define VINTR 0 78 #define IUCLC 0x0200 79 #define IXON 0x0400 80 #define IXOFF 0x1000 81 #define IMAXBEL 0x2000 82 #define IUTF8 0x4000 85 #define OLCUC 0x00002 86 #define ONLCR 0x00004 87 #define NLDLY 0x00100 88 #define NL0 0x00000 [all …]
|
/linux-6.12.1/tools/arch/alpha/include/uapi/asm/ |
D | mman.h | 13 #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 …]
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | mmio.c | 15 [MT_TOP_CFG_BASE] = 0x01000, 16 [MT_HW_BASE] = 0x01000, 17 [MT_PCIE_REMAP_2] = 0x02504, 18 [MT_ARB_BASE] = 0x20c00, 19 [MT_HIF_BASE] = 0x04000, 20 [MT_CSR_BASE] = 0x07000, 21 [MT_PLE_BASE] = 0x08000, 22 [MT_PSE_BASE] = 0x0c000, 23 [MT_CFG_BASE] = 0x20200, 24 [MT_AGG_BASE] = 0x20a00, [all …]
|
/linux-6.12.1/arch/x86/events/ |
D | perf_event_flags.h | 5 PERF_ARCH(PEBS_LDLAT, 0x00001) /* ld+ldlat data address sampling */ 6 PERF_ARCH(PEBS_ST, 0x00002) /* st data address sampling */ 7 PERF_ARCH(PEBS_ST_HSW, 0x00004) /* haswell style datala, store */ 8 PERF_ARCH(PEBS_LD_HSW, 0x00008) /* haswell style datala, load */ 9 PERF_ARCH(PEBS_NA_HSW, 0x00010) /* haswell style datala, unknown */ 10 PERF_ARCH(EXCL, 0x00020) /* HT exclusivity on counter */ 11 PERF_ARCH(DYNAMIC, 0x00040) /* dynamic alloc'd constraint */ 12 /* 0x00080 */ 13 PERF_ARCH(EXCL_ACCT, 0x00100) /* accounted EXCL event */ 14 PERF_ARCH(AUTO_RELOAD, 0x00200) /* use PEBS auto-reload */ [all …]
|
/linux-6.12.1/arch/alpha/include/asm/ |
D | setup.h | 12 #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 *)(absolute_pointer(PARAM + 0x0000))) [all …]
|
/linux-6.12.1/drivers/clk/spear/ |
D | spear1340_clock.c | 19 #define SPEAR1340_SYS_CLK_CTRL (misc_base + 0x200) 26 #define SPEAR1340_PLL_CFG (misc_base + 0x210) 38 #define SPEAR1340_PLL1_CTR (misc_base + 0x214) 39 #define SPEAR1340_PLL1_FRQ (misc_base + 0x218) 40 #define SPEAR1340_PLL2_CTR (misc_base + 0x220) 41 #define SPEAR1340_PLL2_FRQ (misc_base + 0x224) 42 #define SPEAR1340_PLL3_CTR (misc_base + 0x22C) 43 #define SPEAR1340_PLL3_FRQ (misc_base + 0x230) 44 #define SPEAR1340_PLL4_CTR (misc_base + 0x238) 45 #define SPEAR1340_PLL4_FRQ (misc_base + 0x23C) [all …]
|
/linux-6.12.1/tools/testing/selftests/kvm/include/x86_64/ |
D | apic.h | 16 #define APIC_DEFAULT_GPA 0xfee00000ULL 19 #define MSR_IA32_APICBASE 0x0000001b 23 #define MSR_IA32_APICBASE_BASE (0xfffff<<12) 26 #define APIC_BASE_MSR 0x800 28 #define APIC_ID 0x20 29 #define APIC_LVR 0x30 30 #define GET_APIC_ID_FIELD(x) (((x) >> 24) & 0xFF) 31 #define APIC_TASKPRI 0x80 32 #define APIC_PROCPRI 0xA0 33 #define APIC_EOI 0xB0 [all …]
|
/linux-6.12.1/arch/mips/include/asm/ |
D | mips-gic.h | 20 #define MIPS_GIC_SHARED_OFS 0x00000 21 #define MIPS_GIC_SHARED_SZ 0x08000 22 #define MIPS_GIC_LOCAL_OFS 0x08000 23 #define MIPS_GIC_LOCAL_SZ 0x04000 24 #define MIPS_GIC_REDIR_OFS 0x0c000 25 #define MIPS_GIC_REDIR_SZ 0x04000 26 #define MIPS_GIC_USER_OFS 0x10000 27 #define MIPS_GIC_USER_SZ 0x10000 115 return val & 0x1; \ 182 GIC_ACCESSOR_RW(32, 0x000, config) [all …]
|
/linux-6.12.1/arch/arm/mach-imx/ |
D | mx2x.h | 16 #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 …]
|
D | mx3x.h | 36 #define MX3x_L2CC_BASE_ADDR 0x30000000 42 #define MX3x_AIPS1_BASE_ADDR 0x43f00000 44 #define MX3x_MAX_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x04000) 45 #define MX3x_EVTMON_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x08000) 46 #define MX3x_CLKCTL_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x0c000) 47 #define MX3x_ETB_SLOT4_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x10000) 48 #define MX3x_ETB_SLOT5_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x14000) 49 #define MX3x_ECT_CTIO_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x18000) 50 #define MX3x_I2C_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x80000) 51 #define MX3x_I2C3_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x84000) [all …]
|
/linux-6.12.1/arch/x86/include/asm/ |
D | apicdef.h | 14 #define IO_APIC_DEFAULT_PHYS_BASE 0xfec00000 15 #define APIC_DEFAULT_PHYS_BASE 0xfee00000 23 #define APIC_DELIVERY_MODE_FIXED 0 30 #define APIC_ID 0x20 32 #define APIC_LVR 0x30 33 #define APIC_LVR_MASK 0xFF00FF 35 #define GET_APIC_VERSION(x) ((x) & 0xFFu) 36 #define GET_APIC_MAXLVT(x) (((x) >> 16) & 0xFFu) 38 # define APIC_INTEGRATED(x) ((x) & 0xF0u) 42 #define APIC_XAPIC(x) ((x) >= 0x14) [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/pci/ |
D | fsl,imx6q-pcie.yaml | 212 reg = <0x01ffc000 0x04000>, 213 <0x01f00000 0x80000>; 218 bus-range = <0x00 0xff>; 219 ranges = <0x81000000 0 0 0x01f80000 0 0x00010000>, 220 <0x82000000 0 0x01000000 0x01000000 0 0x00f00000>; 225 interrupt-map-mask = <0 0 0 0x7>; 226 interrupt-map = <0 0 0 1 &gpc GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>, 227 <0 0 0 2 &gpc GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>, 228 <0 0 0 3 &gpc GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>, 229 <0 0 0 4 &gpc GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
|
/linux-6.12.1/arch/mips/include/asm/sgi/ |
D | hpc3.h | 22 #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 …]
|
/linux-6.12.1/drivers/gpu/drm/lima/ |
D | lima_device.c | 52 LIMA_IP_DESC(pmu, false, false, 0x02000, 0x02000, pmu, "pmu"), 53 LIMA_IP_DESC(l2_cache0, true, true, 0x01000, 0x10000, l2_cache, NULL), 54 LIMA_IP_DESC(l2_cache1, false, true, -1, 0x01000, l2_cache, NULL), 55 LIMA_IP_DESC(l2_cache2, false, false, -1, 0x11000, l2_cache, NULL), 56 LIMA_IP_DESC(gp, true, true, 0x00000, 0x00000, gp, "gp"), 57 LIMA_IP_DESC(pp0, true, true, 0x08000, 0x08000, pp, "pp0"), 58 LIMA_IP_DESC(pp1, false, false, 0x0A000, 0x0A000, pp, "pp1"), 59 LIMA_IP_DESC(pp2, false, false, 0x0C000, 0x0C000, pp, "pp2"), 60 LIMA_IP_DESC(pp3, false, false, 0x0E000, 0x0E000, pp, "pp3"), 61 LIMA_IP_DESC(pp4, false, false, -1, 0x28000, pp, "pp4"), [all …]
|
/linux-6.12.1/drivers/net/wireless/ti/wl18xx/ |
D | reg.h | 11 #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 …]
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mmio.c | 21 [INT_SOURCE_CSR] = 0xd7010, 22 [INT_MASK_CSR] = 0xd7014, 23 [INT1_SOURCE_CSR] = 0xd7088, 24 [INT1_MASK_CSR] = 0xd708c, 25 [INT_MCU_CMD_SOURCE] = 0xd51f0, 26 [INT_MCU_CMD_EVENT] = 0x3108, 27 [WFDMA0_ADDR] = 0xd4000, 28 [WFDMA0_PCIE1_ADDR] = 0xd8000, 29 [WFDMA_EXT_CSR_ADDR] = 0xd7000, 30 [CBTOP1_PHY_END] = 0x77ffffff, [all …]
|
/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi5_core.h | 16 #define HDMI_CORE_DESIGN_ID 0x00000 17 #define HDMI_CORE_REVISION_ID 0x00004 18 #define HDMI_CORE_PRODUCT_ID0 0x00008 19 #define HDMI_CORE_PRODUCT_ID1 0x0000C 20 #define HDMI_CORE_CONFIG0_ID 0x00010 21 #define HDMI_CORE_CONFIG1_ID 0x00014 22 #define HDMI_CORE_CONFIG2_ID 0x00018 23 #define HDMI_CORE_CONFIG3_ID 0x0001C 26 #define HDMI_CORE_IH_FC_STAT0 0x00400 27 #define HDMI_CORE_IH_FC_STAT1 0x00404 [all …]
|