/linux-6.8/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.8/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.8/arch/powerpc/include/asm/ |
D | mpic.h | 14 #define MPIC_GREG_BASE 0x01000 16 #define MPIC_GREG_FEATURE_0 0x00000 17 #define MPIC_GREG_FEATURE_LAST_SRC_MASK 0x07ff0000 19 #define MPIC_GREG_FEATURE_LAST_CPU_MASK 0x00001f00 21 #define MPIC_GREG_FEATURE_VERSION_MASK 0xff 22 #define MPIC_GREG_FEATURE_1 0x00010 23 #define MPIC_GREG_GLOBAL_CONF_0 0x00020 24 #define MPIC_GREG_GCONF_RESET 0x80000000 27 * 0b00 = pass through (interrupts routed to IRQ0) 28 * 0b01 = Mixed mode [all …]
|
/linux-6.8/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.8/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 …]
|
/linux-6.8/arch/sparc/include/uapi/asm/ |
D | termbits.h | 61 #define VINTR 0 88 #define IUCLC 0x0200 89 #define IXON 0x0400 90 #define IXOFF 0x1000 91 #define IMAXBEL 0x2000 92 #define IUTF8 0x4000 95 #define OLCUC 0x00002 96 #define ONLCR 0x00004 97 #define NLDLY 0x00100 98 #define NL0 0x00000 [all …]
|
/linux-6.8/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.8/drivers/soc/tegra/cbb/ |
D | tegra234-cbb.c | 8 * Error types supported by CBB2.0 are: 27 #define FABRIC_EN_CFG_INTERRUPT_ENABLE_0_0 0x0 28 #define FABRIC_EN_CFG_STATUS_0_0 0x40 29 #define FABRIC_EN_CFG_ADDR_INDEX_0_0 0x60 30 #define FABRIC_EN_CFG_ADDR_LOW_0 0x80 31 #define FABRIC_EN_CFG_ADDR_HI_0 0x84 33 #define FABRIC_MN_MASTER_ERR_EN_0 0x200 34 #define FABRIC_MN_MASTER_ERR_FORCE_0 0x204 35 #define FABRIC_MN_MASTER_ERR_STATUS_0 0x208 36 #define FABRIC_MN_MASTER_ERR_OVERFLOW_STATUS_0 0x20c [all …]
|
/linux-6.8/drivers/media/common/b2c2/ |
D | flexcop-sram.c | 28 return 0; in flexcop_sram_init() 55 return 0; in flexcop_sram_set_dest() 75 #if 0 81 for (i = 0; i < len; i++) { 82 command = bank | addr | 0x04000000 | (*buf << 0x10); 86 while (((read_reg_dw(adapter, 0x700) & 0x80000000) != 0) && (retries > 0)) { 91 if (retries == 0) 94 write_reg_dw(adapter, 0x700, command); 106 for (i = 0; i < len; i++) { 107 command = bank | addr | 0x04008000; [all …]
|
/linux-6.8/tools/testing/selftests/kvm/include/x86_64/ |
D | apic.h | 15 #define APIC_DEFAULT_GPA 0xfee00000ULL 18 #define MSR_IA32_APICBASE 0x0000001b 22 #define MSR_IA32_APICBASE_BASE (0xfffff<<12) 25 #define APIC_BASE_MSR 0x800 27 #define APIC_ID 0x20 28 #define APIC_LVR 0x30 29 #define GET_APIC_ID_FIELD(x) (((x) >> 24) & 0xFF) 30 #define APIC_TASKPRI 0x80 31 #define APIC_PROCPRI 0xA0 32 #define APIC_EOI 0xB0 [all …]
|
/linux-6.8/drivers/net/wireless/realtek/rtw89/ |
D | rtw8852b_rfk_table.c | 8 RTW89_DECL_RFK_WM(0xC0D4, 0xffffffff, 0x4486888c), 9 RTW89_DECL_RFK_WM(0xC0D8, 0xffffffff, 0xc6ba10e0), 10 RTW89_DECL_RFK_WM(0xc0dc, 0xffffffff, 0x30c52868), 11 RTW89_DECL_RFK_WM(0xc0e0, 0xffffffff, 0x05008128), 12 RTW89_DECL_RFK_WM(0xc0e4, 0xffffffff, 0x0000272b), 13 RTW89_DECL_RFK_WM(0xC1D4, 0xffffffff, 0x4486888c), 14 RTW89_DECL_RFK_WM(0xC1D8, 0xffffffff, 0xc6ba10e0), 15 RTW89_DECL_RFK_WM(0xc1dc, 0xffffffff, 0x30c52868), 16 RTW89_DECL_RFK_WM(0xc1e0, 0xffffffff, 0x05008128), 17 RTW89_DECL_RFK_WM(0xc1e4, 0xffffffff, 0x0000272b), [all …]
|
/linux-6.8/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu_8192f.c | 34 {0x420, 0x00}, {0x422, 0x78}, {0x428, 0x0a}, {0x429, 0x10}, 35 {0x430, 0x00}, {0x431, 0x00}, {0x432, 0x00}, {0x433, 0x01}, 36 {0x434, 0x04}, {0x435, 0x05}, {0x436, 0x07}, {0x437, 0x08}, 37 {0x43c, 0x04}, {0x43d, 0x05}, {0x43e, 0x07}, {0x43f, 0x08}, 38 {0x440, 0x5d}, {0x441, 0x01}, {0x442, 0x00}, {0x444, 0x10}, 39 {0x445, 0xf0}, {0x446, 0x0e}, {0x447, 0x1f}, {0x448, 0x00}, 40 {0x449, 0x00}, {0x44a, 0x00}, {0x44b, 0x00}, {0x44c, 0x10}, 41 {0x44d, 0xf0}, {0x44e, 0x0e}, {0x44f, 0x00}, {0x450, 0x00}, 42 {0x451, 0x00}, {0x452, 0x00}, {0x453, 0x00}, {0x480, 0x20}, 43 {0x49c, 0x30}, {0x49d, 0xf0}, {0x49e, 0x03}, {0x49f, 0x3e}, [all …]
|
/linux-6.8/drivers/gpu/drm/arm/ |
D | malidp_regs.h | 20 #define MALIDP_DE_IRQ_UNDERRUN (1 << 0) 34 #define MALIDP500_SE_IRQ_CONF_MODE (1 << 0) 50 #define MALIDP550_SE_IRQ_EOW (1 << 0) 54 #define MALIDP550_DC_IRQ_CONF_VALID (1 << 0) 67 #define MALIDP_CFG_VALID (1 << 0) 68 #define MALIDP_DISP_FUNC_GAMMA (1 << 0) 75 #define MALIDP_REG_STATUS 0x00000 76 #define MALIDP_REG_SETIRQ 0x00004 77 #define MALIDP_REG_MASKIRQ 0x00008 78 #define MALIDP_REG_CLEARIRQ 0x0000c [all …]
|
/linux-6.8/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.8/drivers/clk/imx/ |
D | clk-imx8qxp-lpcg.h | 11 #define LSIO_PWM_0_LPCG 0x00000 12 #define LSIO_PWM_1_LPCG 0x10000 13 #define LSIO_PWM_2_LPCG 0x20000 14 #define LSIO_PWM_3_LPCG 0x30000 15 #define LSIO_PWM_4_LPCG 0x40000 16 #define LSIO_PWM_5_LPCG 0x50000 17 #define LSIO_PWM_6_LPCG 0x60000 18 #define LSIO_PWM_7_LPCG 0x70000 19 #define LSIO_GPIO_0_LPCG 0x80000 20 #define LSIO_GPIO_1_LPCG 0x90000 [all …]
|
/linux-6.8/sound/soc/fsl/ |
D | fsl_audmix.c | 38 SOC_ENUM_SINGLE_S(FSL_AUDMIX_ATCR0, 0, endis_sel), 41 SOC_ENUM_SINGLE_S(FSL_AUDMIX_ATCR1, 0, endis_sel), 53 { .tdms = 0, .clk = 0, .msg = "" }, 59 { .tdms = 3, .clk = 0, .msg = "DIS->MIX: Please start both TDMs!\n" } 61 { .tdms = 1, .clk = 0, .msg = "TDM1->DIS: TDM1 not started!\n" }, 63 { .tdms = 0, .clk = 0, .msg = "" }, 67 { .tdms = 3, .clk = 0, .msg = "TDM1->MIX: Please start both TDMs!\n" } 69 { .tdms = 2, .clk = 0, .msg = "TDM2->DIS: TDM2 not started!\n" }, 73 { .tdms = 0, .clk = 0, .msg = "" }, 75 { .tdms = 3, .clk = 0, .msg = "TDM2->MIX: Please start both TDMs!\n" } [all …]
|
/linux-6.8/tools/perf/trace/beauty/tracepoints/ |
D | x86_msr.sh | 13 # Just the ones starting with 0x00000 so as to have a simple 17 …[[:space:]]*define[[:space:]]+MSR_([[:alnum:]][[:alnum:]_]+)[[:space:]]+(0x00000[[:xdigit:]]+)[[:s… 24 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MSR_([[:alnum:]][[:alnum:]_]+)[[:space:]]+(0xc00… 33 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MSR_([[:alnum:]][[:alnum:]_]+)[[:space:]]+(0xc00…
|
/linux-6.8/arch/arm/mach-mv78xx0/ |
D | mv78xx0.h | 17 * f0800000 PCIe #0 I/O space 29 * fee00000 f0800000 64K PCIe #0 I/O space 39 #define MV78XX0_CORE0_REGS_PHYS_BASE 0xf1020000 40 #define MV78XX0_CORE1_REGS_PHYS_BASE 0xf1024000 41 #define MV78XX0_CORE_REGS_VIRT_BASE IOMEM(0xfe400000) 42 #define MV78XX0_CORE_REGS_PHYS_BASE 0xfe400000 45 #define MV78XX0_PCIE_IO_PHYS_BASE(i) (0xf0800000 + ((i) << 20)) 48 #define MV78XX0_REGS_PHYS_BASE 0xf1000000 49 #define MV78XX0_REGS_VIRT_BASE IOMEM(0xfec00000) 52 #define MV78XX0_SRAM_PHYS_BASE (0xf2200000) [all …]
|
/linux-6.8/arch/arm/mach-dove/ |
D | dove.h | 14 * e0000000 @runtime 128M PCIe-0 Memory space 18 * f2000000 fee00000 1M PCIe-0 I/O space 22 #define DOVE_CESA_PHYS_BASE 0xc8000000 23 #define DOVE_CESA_VIRT_BASE IOMEM(0xfdb00000) 26 #define DOVE_PCIE0_MEM_PHYS_BASE 0xe0000000 29 #define DOVE_PCIE1_MEM_PHYS_BASE 0xe8000000 32 #define DOVE_BOOTROM_PHYS_BASE 0xf8000000 35 #define DOVE_SCRATCHPAD_PHYS_BASE 0xf0000000 36 #define DOVE_SCRATCHPAD_VIRT_BASE IOMEM(0xfdd00000) 39 #define DOVE_SB_REGS_PHYS_BASE 0xf1000000 [all …]
|
/linux-6.8/arch/powerpc/boot/dts/ |
D | tqm8548.dts | 31 #size-cells = <0>; 33 PowerPC,8548@0 { 35 reg = <0>; 38 d-cache-size = <0x8000>; // L1, 32K 39 i-cache-size = <0x8000>; // L1, 32K 46 reg = <0x00000000 0x00000000>; // Filled in by U-Boot 53 ranges = <0x0 0xe0000000 0x100000>; 54 bus-frequency = <0>; 57 ecm-law@0 { 59 reg = <0x0 0x1000>; [all …]
|
D | tqm8548-bigflash.dts | 31 #size-cells = <0>; 33 PowerPC,8548@0 { 35 reg = <0>; 38 d-cache-size = <0x8000>; // L1, 32K 39 i-cache-size = <0x8000>; // L1, 32K 46 reg = <0x00000000 0x00000000>; // Filled in by U-Boot 53 ranges = <0x0 0xa0000000 0x100000>; 54 bus-frequency = <0>; 57 ecm-law@0 { 59 reg = <0x0 0x1000>; [all …]
|
D | xpedite5200_xmon.dts | 18 boot-bank = <0x0>; 34 #size-cells = <0>; 36 PowerPC,8548@0 { 38 reg = <0>; 41 d-cache-size = <0x8000>; // L1, 32K 42 i-cache-size = <0x8000>; // L1, 32K 49 reg = <0x0 0x0>; // Filled in by boot loader 56 ranges = <0x0 0xef000000 0x100000>; 57 bus-frequency = <0>; 60 ecm-law@0 { [all …]
|
/linux-6.8/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
D | gk104.c | 29 return (nvkm_rd32(pci->subdev.device, 0x8c1c0) & 0x4) == 0x4 ? 2 : 1; in gk104_pcie_version_supported() 40 nvkm_mask(device, 0x8c1c0, 0x30000, 0x10000); in gk104_pcie_set_cap_speed() 44 nvkm_mask(device, 0x8c1c0, 0x30000, 0x20000); in gk104_pcie_set_cap_speed() 48 nvkm_mask(device, 0x8c1c0, 0x30000, 0x30000); in gk104_pcie_set_cap_speed() 58 if (speed == 0) in gk104_pcie_cap_speed() 62 int speed2 = nvkm_rd32(pci->subdev.device, 0x8c1c0) & 0x30000; in gk104_pcie_cap_speed() 64 case 0x00000: in gk104_pcie_cap_speed() 65 case 0x10000: in gk104_pcie_cap_speed() 67 case 0x20000: in gk104_pcie_cap_speed() 69 case 0x30000: in gk104_pcie_cap_speed() [all …]
|
/linux-6.8/arch/arm/mach-mvebu/ |
D | kirkwood.h | 9 #define KIRKWOOD_REGS_PHYS_BASE 0xf1000000 10 #define DDR_PHYS_BASE (KIRKWOOD_REGS_PHYS_BASE + 0x00000) 11 #define BRIDGE_PHYS_BASE (KIRKWOOD_REGS_PHYS_BASE + 0x20000) 13 #define DDR_OPERATION_BASE (DDR_PHYS_BASE + 0x1418) 15 #define CPU_CONFIG_PHYS (BRIDGE_PHYS_BASE + 0x0100) 16 #define CPU_CONFIG_ERROR_PROP 0x00000004 18 #define CPU_CONTROL_PHYS (BRIDGE_PHYS_BASE + 0x0104) 19 #define MEMORY_PM_CTRL_PHYS (BRIDGE_PHYS_BASE + 0x0118)
|
/linux-6.8/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
D | g98.fuc0s | 23 ctx_dma_query: .b32 0 24 ctx_dma_src: .b32 0 25 ctx_dma_dst: .b32 0 27 ctx_query_address_high: .b32 0 28 ctx_query_address_low: .b32 0 29 ctx_query_counter: .b32 0 30 ctx_cond_address_high: .b32 0 31 ctx_cond_address_low: .b32 0 32 ctx_cond_off: .b32 0 33 ctx_src_address_high: .b32 0 [all …]
|