Home
last modified time | relevance | path

Searched +full:0 +full:x00ffffff (Results 1 – 25 of 707) sorted by relevance

12345678910>>...29

/kernel/linux/linux-4.19/arch/parisc/kernel/
Dperf_images.h40 0x4c00c000, 0x00000000, 0x00060000, 0x00000000,
41 0xe0e0e0e0, 0x004e0004, 0x07ffffff, 0xffc01380,
42 0x0101ffff, 0xfffff104, 0xe000c07f, 0xfffffffc,
43 0x01380010, 0x1fffffff, 0xff000000, 0x00000000,
44 0x00000fff, 0xff00000f, 0xffff0000, 0x0fffff00,
45 0x000fffff, 0x00000000, 0x00000000, 0x00ffffff,
46 0xfffff000, 0x0000000f, 0xffffffff, 0xff000000,
47 0x0000ffff, 0xfffffff0, 0x00000000, 0x0fffffff,
48 0xffff0000, 0x00000000, 0x6fffffff, 0xffffffff,
49 0xfff55fff, 0xffffffff, 0xffffffff, 0xf0000000,
[all …]
/kernel/linux/linux-5.10/arch/parisc/kernel/
Dperf_images.h27 0x4c00c000, 0x00000000, 0x00060000, 0x00000000,
28 0xe0e0e0e0, 0x004e0004, 0x07ffffff, 0xffc01380,
29 0x0101ffff, 0xfffff104, 0xe000c07f, 0xfffffffc,
30 0x01380010, 0x1fffffff, 0xff000000, 0x00000000,
31 0x00000fff, 0xff00000f, 0xffff0000, 0x0fffff00,
32 0x000fffff, 0x00000000, 0x00000000, 0x00ffffff,
33 0xfffff000, 0x0000000f, 0xffffffff, 0xff000000,
34 0x0000ffff, 0xfffffff0, 0x00000000, 0x0fffffff,
35 0xffff0000, 0x00000000, 0x6fffffff, 0xffffffff,
36 0xfff55fff, 0xffffffff, 0xffffffff, 0xf0000000,
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dg364fb.c34 #define G364_MEM_BASE 0xe4400000
35 #define G364_PORT_BASE 0xe4000000
36 #define ID_REG 0xe4000000 /* Read only */
37 #define BOOT_REG 0xe4080000
38 #define TIMING_REG 0xe4080108 /* to 0x080170 - DON'T TOUCH! */
39 #define DISPLAY_REG 0xe4080118
40 #define VDISPLAY_REG 0xe4080150
41 #define MASK_REG 0xe4080200
42 #define CTLA_REG 0xe4080300
43 #define CURS_TOGGLE 0x800000
[all …]
/kernel/linux/linux-4.19/drivers/video/fbdev/
Dg364fb.c34 #define G364_MEM_BASE 0xe4400000
35 #define G364_PORT_BASE 0xe4000000
36 #define ID_REG 0xe4000000 /* Read only */
37 #define BOOT_REG 0xe4080000
38 #define TIMING_REG 0xe4080108 /* to 0x080170 - DON'T TOUCH! */
39 #define DISPLAY_REG 0xe4080118
40 #define VDISPLAY_REG 0xe4080150
41 #define MASK_REG 0xe4080200
42 #define CTLA_REG 0xe4080300
43 #define CURS_TOGGLE 0x800000
[all …]
/kernel/linux/linux-5.10/drivers/message/fusion/lsi/
Dmpi_fc.h75 #define LINK_SERVICE_BUFFER_POST_FLAGS_PORT_MASK (0x01)
82 U32 NodeNameLow; /* 0Ch */
97 U16 Reserved2; /* 0Ch */
98 U16 IOCStatus; /* 0Eh */
115 #define MPI_LS_BUF_POST_REPLY_FLAG_NO_RSP_NEEDED (0x80)
117 #define MPI_FC_DID_MASK (0x00FFFFFF)
118 #define MPI_FC_DID_SHIFT (0)
119 #define MPI_FC_RCTL_MASK (0xFF000000)
121 #define MPI_FC_SID_MASK (0x00FFFFFF)
122 #define MPI_FC_SID_SHIFT (0)
[all …]
/kernel/linux/linux-4.19/drivers/message/fusion/lsi/
Dmpi_fc.h75 #define LINK_SERVICE_BUFFER_POST_FLAGS_PORT_MASK (0x01)
82 U32 NodeNameLow; /* 0Ch */
97 U16 Reserved2; /* 0Ch */
98 U16 IOCStatus; /* 0Eh */
115 #define MPI_LS_BUF_POST_REPLY_FLAG_NO_RSP_NEEDED (0x80)
117 #define MPI_FC_DID_MASK (0x00FFFFFF)
118 #define MPI_FC_DID_SHIFT (0)
119 #define MPI_FC_RCTL_MASK (0xFF000000)
121 #define MPI_FC_SID_MASK (0x00FFFFFF)
122 #define MPI_FC_SID_SHIFT (0)
[all …]
/kernel/linux/linux-5.10/arch/h8300/include/asm/
Dflat.h15 * is is 0 (davidm@snapgear.com)
18 #define flat_get_relocate_addr(rel) (rel & ~0x00000001)
24 val &= 0x00ffffff; in flat_get_addr_from_rp()
26 return 0; in flat_get_addr_from_rp()
32 put_unaligned((addr & 0x00ffffff) | (*(char *)p << 24), p); in flat_put_addr_at_rp()
33 return 0; in flat_put_addr_at_rp()
/kernel/linux/linux-4.19/arch/h8300/include/asm/
Dflat.h14 #define flat_set_persistent(relval, p) 0
20 * is is 0 (davidm@snapgear.com)
23 #define flat_get_relocate_addr(rel) (rel & ~0x00000001)
29 val &= 0x00ffffff; in flat_get_addr_from_rp()
31 return 0; in flat_get_addr_from_rp()
37 put_unaligned((addr & 0x00ffffff) | (*(char *)p << 24), p); in flat_put_addr_at_rp()
38 return 0; in flat_put_addr_at_rp()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
Dhardware.h17 #define UNCACHEABLE_ADDR 0xfa050000 /* ICIP */
31 #define VIO_BASE 0xf8000000 /* virtual start of IO space */
33 #define PIO_START 0x80000000 /* physical start of IO space */
36 IOMEM( (((x)&0x00ffffff) | (((x)&0x30000000)>>VIO_SHIFT)) + VIO_BASE )
38 ( (((x)&0x00ffffff) | (((x)&(0x30000000>>VIO_SHIFT))<<VIO_SHIFT)) + PIO_START )
/kernel/linux/linux-4.19/arch/arm/mach-sa1100/include/mach/
Dhardware.h17 #define UNCACHEABLE_ADDR 0xfa050000 /* ICIP */
31 #define VIO_BASE 0xf8000000 /* virtual start of IO space */
33 #define PIO_START 0x80000000 /* physical start of IO space */
36 IOMEM( (((x)&0x00ffffff) | (((x)&0x30000000)>>VIO_SHIFT)) + VIO_BASE )
38 ( (((x)&0x00ffffff) | (((x)&(0x30000000>>VIO_SHIFT))<<VIO_SHIFT)) + PIO_START )
/kernel/linux/linux-4.19/arch/arm/mach-rpc/include/mach/
Duncompress.h40 0x00000000,
41 0x000000cc,
42 0x0000cc00, /* Green */
43 0x0000cccc, /* Yellow */
44 0x00cc0000, /* Blue */
45 0x00cc00cc, /* Magenta */
46 0x00cccc00, /* Cyan */
47 0x00cccccc, /* White */
48 0x00000000,
49 0x000000ff,
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-rpc/include/mach/
Duncompress.h37 0x00000000,
38 0x000000cc,
39 0x0000cc00, /* Green */
40 0x0000cccc, /* Yellow */
41 0x00cc0000, /* Blue */
42 0x00cc00cc, /* Magenta */
43 0x00cccc00, /* Cyan */
44 0x00cccccc, /* White */
45 0x00000000,
46 0x000000ff,
[all …]
/kernel/linux/linux-5.10/sound/pci/pcxhr/
Dpcxhr_core.h26 #define PCXHR_DSP_TIME_MASK 0x00ffffff
27 #define PCXHR_DSP_TIME_INVALID 0x10000000
47 CMD_SEND_IRQA, /* cmd_len = 1 stat_len = 0 */
51 CMD_MODIFY_CLOCK, /* cmd_len = 3 stat_len = 0 */
52 CMD_RESYNC_AUDIO_INPUTS, /* cmd_len = 1 stat_len = 0 */
54 CMD_SET_TIMER_INTERRUPT, /* cmd_len = 1 stat_len = 0 */
55 CMD_RES_PIPE, /* cmd_len >=2 stat_len = 0 */
56 CMD_FREE_PIPE, /* cmd_len = 1 stat_len = 0 */
57 CMD_CONF_PIPE, /* cmd_len = 2 stat_len = 0 */
58 CMD_STOP_PIPE, /* cmd_len = 1 stat_len = 0 */
[all …]
/kernel/linux/linux-4.19/sound/pci/pcxhr/
Dpcxhr_core.h39 #define PCXHR_DSP_TIME_MASK 0x00ffffff
40 #define PCXHR_DSP_TIME_INVALID 0x10000000
60 CMD_SEND_IRQA, /* cmd_len = 1 stat_len = 0 */
64 CMD_MODIFY_CLOCK, /* cmd_len = 3 stat_len = 0 */
65 CMD_RESYNC_AUDIO_INPUTS, /* cmd_len = 1 stat_len = 0 */
67 CMD_SET_TIMER_INTERRUPT, /* cmd_len = 1 stat_len = 0 */
68 CMD_RES_PIPE, /* cmd_len >=2 stat_len = 0 */
69 CMD_FREE_PIPE, /* cmd_len = 1 stat_len = 0 */
70 CMD_CONF_PIPE, /* cmd_len = 2 stat_len = 0 */
71 CMD_STOP_PIPE, /* cmd_len = 1 stat_len = 0 */
[all …]
/kernel/linux/linux-5.10/sound/soc/sh/rcar/
Dctu.c24 * 0001: Connect input data of channel 0
32 * 1001: Connect calculated data by scale values of matrix row 0
42 * [Output4] = [ 0, 0, 0, 0, 0, 0, 0, 0 ]
43 * [Output5] = [ 0, 0, 0, 0, 0, 0, 0, 0 ]
44 * [Output6] = [ 0, 0, 0, 0, 0, 0, 0, 0 ]
45 * [Output7] = [ 0, 0, 0, 0, 0, 0, 0, 0 ]
53 * H'40_0000 1 0 H'C0_0000 1 0
56 * H'00_0000 0 Mute H'FF_FFFF 2.38 x 10^-7 -132
60 * 1ch -> 0ch
61 * 0ch -> 1ch
[all …]
/kernel/linux/linux-4.19/arch/unicore32/kernel/
Dmodule.c28 GFP_KERNEL, PAGE_KERNEL_EXEC, 0, NUMA_NO_NODE, in module_alloc()
29 __builtin_return_address(0)); in module_alloc()
42 for (i = 0; i < relsec->sh_size / sizeof(Elf32_Rel); i++, rel++) { in apply_relocate()
48 if (offset < 0 || offset > in apply_relocate()
58 if (rel->r_offset < 0 || rel->r_offset > in apply_relocate()
81 offset = (*(u32 *)loc & 0x00ffffff) << 2; in apply_relocate()
82 if (offset & 0x02000000) in apply_relocate()
83 offset -= 0x04000000; in apply_relocate()
87 offset <= (s32)0xfe000000 || in apply_relocate()
88 offset >= (s32)0x02000000) { in apply_relocate()
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/via/
Dvia_verifier.c49 no_check = 0,
119 {0xf2, check_for_header2_err},
120 {0xf0, check_for_header1_err},
121 {0xee, check_for_fire},
122 {0xcc, check_for_dummy},
123 {0xdd, check_for_dd},
124 {0x00, no_check},
125 {0x10, check_z_buffer_addr0},
126 {0x11, check_z_buffer_addr1},
127 {0x12, check_z_buffer_addr_mode},
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/via/
Dvia_verifier.c49 no_check = 0,
119 {0xf2, check_for_header2_err},
120 {0xf0, check_for_header1_err},
121 {0xee, check_for_fire},
122 {0xcc, check_for_dummy},
123 {0xdd, check_for_dd},
124 {0x00, no_check},
125 {0x10, check_z_buffer_addr0},
126 {0x11, check_z_buffer_addr1},
127 {0x12, check_z_buffer_addr_mode},
[all …]
/kernel/linux/linux-4.19/drivers/staging/rtlwifi/phydm/
Dphydm_types.h18 #define ODM_AP 0x01 /*BIT0*/
19 #define ODM_CE 0x04 /*BIT2*/
20 #define ODM_WIN 0x08 /*BIT3*/
21 #define ODM_ADSL 0x10 /*BIT4*/
22 #define ODM_IOT 0x20 /*BIT5*/
25 #define ODM_ENDIAN_BIG 0
96 #define MASKBYTE0 0xff
97 #define MASKBYTE1 0xff00
98 #define MASKBYTE2 0xff0000
99 #define MASKBYTE3 0xff000000
[all …]
/kernel/linux/linux-5.10/drivers/cpufreq/
Damd_freq_sensitivity.c25 #define MSR_AMD64_FREQ_SENSITIVITY_ACTUAL 0xc0010080
26 #define MSR_AMD64_FREQ_SENSITIVITY_REFERENCE 0xc0010081
58 actual.h &= 0x00ffffff; in amd_powersave_bias_target()
59 reference.h &= 0x00ffffff; in amd_powersave_bias_target()
70 /* divide by 0, so stay on current frequency as well */ in amd_powersave_bias_target()
71 if (d_reference == 0) { in amd_powersave_bias_target()
79 clamp(sensitivity, 0, POWERSAVE_BIAS_MAX); in amd_powersave_bias_target()
100 data->freq_prev = 0; in amd_powersave_bias_target()
137 return 0; in amd_freq_sensitivity_init()
/kernel/linux/linux-4.19/drivers/cpufreq/
Damd_freq_sensitivity.c27 #define MSR_AMD64_FREQ_SENSITIVITY_ACTUAL 0xc0010080
28 #define MSR_AMD64_FREQ_SENSITIVITY_REFERENCE 0xc0010081
60 actual.h &= 0x00ffffff; in amd_powersave_bias_target()
61 reference.h &= 0x00ffffff; in amd_powersave_bias_target()
72 /* divide by 0, so stay on current frequency as well */ in amd_powersave_bias_target()
73 if (d_reference == 0) { in amd_powersave_bias_target()
81 clamp(sensitivity, 0, POWERSAVE_BIAS_MAX); in amd_powersave_bias_target()
102 data->freq_prev = 0; in amd_powersave_bias_target()
134 return 0; in amd_freq_sensitivity_init()
/kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dregs.h5 #define NV04_PGRAPH_DEBUG_0 0x00400080
6 #define NV04_PGRAPH_DEBUG_1 0x00400084
7 #define NV04_PGRAPH_DEBUG_2 0x00400088
8 #define NV04_PGRAPH_DEBUG_3 0x0040008c
9 #define NV10_PGRAPH_DEBUG_4 0x00400090
10 #define NV03_PGRAPH_INTR 0x00400100
11 #define NV03_PGRAPH_NSTATUS 0x00400104
20 #define NV03_PGRAPH_NSOURCE 0x00400108
21 # define NV03_PGRAPH_NSOURCE_NOTIFICATION (1<<0)
40 #define NV03_PGRAPH_INTR_EN 0x00400140
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dregs.h5 #define NV04_PGRAPH_DEBUG_0 0x00400080
6 #define NV04_PGRAPH_DEBUG_1 0x00400084
7 #define NV04_PGRAPH_DEBUG_2 0x00400088
8 #define NV04_PGRAPH_DEBUG_3 0x0040008c
9 #define NV10_PGRAPH_DEBUG_4 0x00400090
10 #define NV03_PGRAPH_INTR 0x00400100
11 #define NV03_PGRAPH_NSTATUS 0x00400104
20 #define NV03_PGRAPH_NSOURCE 0x00400108
21 # define NV03_PGRAPH_NSOURCE_NOTIFICATION (1<<0)
40 #define NV03_PGRAPH_INTR_EN 0x00400140
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dlirc.h10 #define PULSE_BIT 0x01000000
11 #define PULSE_MASK 0x00FFFFFF
12 #define LIRC_MODE2_SPACE 0x00000000
13 #define LIRC_MODE2_PULSE 0x01000000
14 #define LIRC_MODE2_FREQUENCY 0x02000000
15 #define LIRC_MODE2_TIMEOUT 0x03000000
16 #define LIRC_VALUE_MASK 0x00FFFFFF
17 #define LIRC_MODE2_MASK 0xFF000000
33 #define LIRC_MODE_RAW 0x00000001
34 #define LIRC_MODE_PULSE 0x00000002
[all …]
/kernel/linux/linux-4.19/sound/soc/sh/rcar/
Dctu.c24 * 0001: Connect input data of channel 0
32 * 1001: Connect calculated data by scale values of matrix row 0
42 * [Output4] = [ 0, 0, 0, 0, 0, 0, 0, 0 ]
43 * [Output5] = [ 0, 0, 0, 0, 0, 0, 0, 0 ]
44 * [Output6] = [ 0, 0, 0, 0, 0, 0, 0, 0 ]
45 * [Output7] = [ 0, 0, 0, 0, 0, 0, 0, 0 ]
53 * H'40_0000 1 0 H'C0_0000 1 0
56 * H'00_0000 0 Mute H'FF_FFFF 2.38 x 10^-7 -132
60 * 1ch -> 0ch
61 * 0ch -> 1ch
[all …]

12345678910>>...29