Searched +full:0 +full:x03010000 (Results 1 – 11 of 11) sorted by relevance
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
D | nv11.c | 28 { 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 },
|
D | nv17.c | 28 { 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-6.14.4/Documentation/devicetree/bindings/timer/ |
D | nvidia,tegra186-timer.yaml | 45 One per each timer channels 0 through 9. 57 One per each timer channels 0 through 15. 73 reg = <0x03010000 0x000e0000>; 74 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, 92 reg = <0x02080000 0x00121000>; 93 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
|
/linux-6.14.4/arch/mips/alchemy/common/ |
D | sleeper.S | 46 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-6.14.4/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | auxg94.c | 36 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-6.14.4/net/smc/ |
D | smc_clc.h | 22 #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-6.14.4/drivers/gpu/drm/amd/display/dc/spl/ |
D | dc_spl_isharp_filters.c | 21 0x02010000, 22 0x0A070503, 23 0x1614100D, 24 0x1C1B1918, 25 0x22211F1E, 26 0x27262423, 27 0x2A2A2928, 28 0x2D2D2C2B, 29 0x302F2F2E, 30 0x31313030, [all …]
|
/linux-6.14.4/arch/arm/mach-rpc/ |
D | ecard.c | 94 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-6.14.4/drivers/scsi/megaraid/ |
D | megaraid_sas.h | 34 #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 …]
|
/linux-6.14.4/arch/arm64/boot/dts/nvidia/ |
D | tegra186.dtsi | 20 reg = <0x0 0x00100000 0x0 0xf000>, 21 <0x0 0x0010f000 0x0 0x1000>; 27 reg = <0x0 0x2200000 0x0 0x10000>, 28 <0x0 0x2210000 0x0 0x10000>; 44 reg = <0x0 0x02490000 0x0 0x10000>; 71 snps,burst-map = <0x7>; 78 reg = <0x0 0x2600000 0x0 0x210000>; 116 dma-channel-mask = <0xfffffffe>; 129 ranges = <0x02900000 0x0 0x02900000 0x200000>; 134 reg = <0x02900800 0x800>; [all …]
|
D | tegra194.dtsi | 20 bus@0 { 25 ranges = <0x0 0x0 0x0 0x0 0x100 0x0>; 29 reg = <0x0 0x00100000 0x0 0xf000>, 30 <0x0 0x0010f000 0x0 0x1000>; 36 reg = <0x0 0x2200000 0x0 0x10000>, 37 <0x0 0x2210000 0x0 0x10000>; 90 gpio-ranges = <&pinmux 0 0 169>; 95 reg = <0x0 0x02300000 0x0 0x1000>; 105 reg = <0x0 0x2390000 0x0 0x1000>, 106 <0x0 0x23a0000 0x0 0x1000>, [all …]
|