Home
last modified time | relevance | path

Searched +full:0 +full:x03010000 (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dnv11.c28 { NVKM_ENGINE_DISP , 0, 0, 0x03010000, true },
29 { NVKM_ENGINE_GR , 0, 0, 0x00001000, true },
30 { NVKM_ENGINE_FIFO , 0, 0, 0x00000100 },
31 { NVKM_SUBDEV_BUS , 0, 0, 0x10000000, true },
32 { NVKM_SUBDEV_TIMER, 0, 0, 0x00100000, true },
H A Dnv17.c28 { 0x00001000, NVKM_ENGINE_GR },
29 { 0x00000100, NVKM_ENGINE_FIFO },
30 { 0x00000002, NVKM_ENGINE_MPEG },
36 { NVKM_ENGINE_DISP , 0, 0, 0x03010000, true },
37 { NVKM_ENGINE_GR , 0, 0, 0x00001000, true },
38 { NVKM_ENGINE_FIFO , 0, 0, 0x00000100 },
39 { NVKM_ENGINE_MPEG , 0, 0, 0x00000001, true },
40 { NVKM_SUBDEV_BUS , 0, 0, 0x10000000, true },
41 { NVKM_SUBDEV_TIMER, 0, 0, 0x00100000, true },
/linux/arch/mips/alchemy/common/
H A Dsleeper.S46 sw k0, 0x20(sp)
48 sw k0, 0x1c(sp)
50 sw k0, 0x18(sp)
52 sw k0, 0x14(sp)
56 lw t0, 0(t1)
65 lui t3, 0xb190 /* sys_xxx */
66 sw sp, 0x0018(t3)
68 sw k0, 0x001c(t3)
73 sw zero, 0x0078(t3) /* sys_slppwr */
75 sw zero, 0x007c(t3) /* sys_sleep */
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dauxg94.c36 nvkm_mask(device, 0x00e4e4 + (aux->ch * 0x50), 0x00310000, 0x00000000); in g94_i2c_aux_fini()
44 const u32 ureq = unksel ? 0x00100000 : 0x00200000; in g94_i2c_aux_init()
45 const u32 urep = unksel ? 0x01000000 : 0x02000000; in g94_i2c_aux_init()
51 ctrl = nvkm_rd32(device, 0x00e4e4 + (aux->ch * 0x50)); in g94_i2c_aux_init()
57 } while (ctrl & 0x03010000); in g94_i2c_aux_init()
60 nvkm_mask(device, 0x00e4e4 + (aux->ch * 0x50), 0x00300000, ureq); in g94_i2c_aux_init()
63 ctrl = nvkm_rd32(device, 0x00e4e4 + (aux->ch * 0x50)); in g94_i2c_aux_init()
70 } while ((ctrl & 0x03000000) != urep); in g94_i2c_aux_init()
72 return 0; in g94_i2c_aux_init()
82 const u32 base = aux->ch * 0x50; in g94_i2c_aux_xfer()
[all …]
/linux/net/smc/
H A Dsmc_clc.h22 #define SMC_CLC_PROPOSAL 0x01
23 #define SMC_CLC_ACCEPT 0x02
24 #define SMC_CLC_CONFIRM 0x03
25 #define SMC_CLC_DECLINE 0x04
27 #define SMC_TYPE_R 0 /* SMC-R only */
33 #define SMC_CLC_DECL_MEM 0x01010000 /* insufficient memory resources */
34 #define SMC_CLC_DECL_TIMEOUT_CL 0x02010000 /* timeout w4 QP confirm link */
35 #define SMC_CLC_DECL_TIMEOUT_AL 0x02020000 /* timeout w4 QP add link */
36 #define SMC_CLC_DECL_CNFERR 0x03000000 /* configuration error */
37 #define SMC_CLC_DECL_PEERNOSMC 0x03010000 /* peer did not indicate SMC */
[all …]
/linux/drivers/gpu/drm/amd/display/dc/sspl/
H A Ddc_spl_isharp_filters.c21 0x03010000,
22 0x0F0B0805,
23 0x211E1813,
24 0x2B292624,
25 0x3533302E,
26 0x3E3C3A37,
27 0x46444240,
28 0x4D4B4A48,
29 0x5352504F,
30 0x59575655,
[all …]
/linux/arch/arm/mach-rpc/
H A Decard.c94 return v[0] | v[1] << 8; in ecard_getu16()
99 return v[0] | v[1] << 8 | v[2] << 16 | ((v[2] & 0x80) ? 0xff000000 : 0); in ecard_gets24()
159 * If we are reading offset 0, or our current index is in ecard_task_readbytes()
162 if (off == 0 || index > off) { in ecard_task_readbytes()
163 writeb(0, base); in ecard_task_readbytes()
164 index = 0; in ecard_task_readbytes()
198 *(unsigned long *)0x108 = 0; in ecard_task_readbytes()
220 * 0x03000000 0x03000000 in ecard_init_pgtables()
221 * 0x03010000 unmapped in ecard_init_pgtables()
222 * 0x03210000 0x03210000 in ecard_init_pgtables()
[all …]
/linux/drivers/soundwire/
H A Dqcom.c25 #define SWRM_COMP_SW_RESET 0x008
26 #define SWRM_COMP_STATUS 0x014
27 #define SWRM_LINK_MANAGER_EE 0x018
29 #define SWRM_FRM_GEN_ENABLED BIT(0)
30 #define SWRM_VERSION_1_3_0 0x01030000
31 #define SWRM_VERSION_1_5_1 0x01050001
32 #define SWRM_VERSION_1_7_0 0x01070000
33 #define SWRM_VERSION_2_0_0 0x02000000
34 #define SWRM_VERSION_3_1_0 0x03010000
35 #define SWRM_COMP_HW_VERSION 0x00
[all …]
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas.h34 #define PCI_DEVICE_ID_LSI_SAS1078R 0x0060
35 #define PCI_DEVICE_ID_LSI_SAS1078DE 0x007C
36 #define PCI_DEVICE_ID_LSI_VERDE_ZCR 0x0413
37 #define PCI_DEVICE_ID_LSI_SAS1078GEN2 0x0078
38 #define PCI_DEVICE_ID_LSI_SAS0079GEN2 0x0079
39 #define PCI_DEVICE_ID_LSI_SAS0073SKINNY 0x0073
40 #define PCI_DEVICE_ID_LSI_SAS0071SKINNY 0x0071
41 #define PCI_DEVICE_ID_LSI_FUSION 0x005b
42 #define PCI_DEVICE_ID_LSI_PLASMA 0x002f
43 #define PCI_DEVICE_ID_LSI_INVADER 0x005d
[all …]