/linux-6.14.4/arch/mips/jazz/ |
D | irq.c | 62 r4030_write_reg16(JAZZ_IO_IRQ_ENABLE, 0); in init_r4030_ints() 69 * driver compatibility reasons interrupts 0 - 15 to be the i8259 79 /* Map 0xe0000000 -> 0x0:800005C0, 0xe0010000 -> 0x1:30000580 */ in arch_init_irq() 80 add_wired_entry(0x02000017, 0x03c00017, 0xe0000000, PM_64K); in arch_init_irq() 81 /* Map 0xe2000000 -> 0x0:900005C0, 0xe3010000 -> 0x0:910005C0 */ in arch_init_irq() 82 add_wired_entry(0x02400017, 0x02440017, 0xe2000000, PM_16M); in arch_init_irq() 83 /* Map 0xe4000000 -> 0x0:600005C0, 0xe4100000 -> 400005C0 */ in arch_init_irq() 84 add_wired_entry(0x01800017, 0x01000017, 0xe4000000, PM_4M); in arch_init_irq() 106 if (likely(irq > 0)) in plat_irq_dispatch()
|
D | setup.c | 30 .start = 0x00, 31 .end = 0x1f, 35 .start = 0x40, 36 .end = 0x5f, 40 .start = 0x80, 41 .end = 0x8f, 45 .start = 0xc0, 46 .end = 0xdf, 56 /* Map 0xe0000000 -> 0x0:800005C0, 0xe0010000 -> 0x1:30000580 */ in plat_mem_setup() 57 add_wired_entry(0x02000017, 0x03c00017, 0xe0000000, PM_64K); in plat_mem_setup() [all …]
|
/linux-6.14.4/drivers/video/fbdev/ |
D | g364fb.c | 34 #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 …]
|
/linux-6.14.4/Documentation/devicetree/bindings/mtd/ |
D | arm,pl353-nand-r2p1.yaml | 37 reg = <0xe000e000 0x0001000>; 40 ranges = <0x0 0x0 0xe1000000 0x1000000 /* Nand CS region */ 41 0x1 0x0 0xe2000000 0x2000000 /* SRAM/NOR CS0 region */ 42 0x2 0x0 0xe4000000 0x2000000>; /* SRAM/NOR CS1 region */ 46 nfc0: nand-controller@0,0 { 48 reg = <0 0 0x1000000>; 50 #size-cells = <0>;
|
/linux-6.14.4/Documentation/devicetree/bindings/memory-controllers/ |
D | arm,pl35x-smc.yaml | 33 pattern: "^memory-controller@[0-9a-f]+$" 69 - description: Combined or Memory interface 0 IRQ 73 "@[0-7],[a-f0-9]+$": 91 minimum: 0 141 reg = <0xe000e000 0x0001000>; 144 ranges = <0x0 0x0 0xe1000000 0x1000000 /* Nand CS region */ 145 0x1 0x0 0xe2000000 0x2000000 /* SRAM/NOR CS0 region */ 146 0x2 0x0 0xe4000000 0x2000000>; /* SRAM/NOR CS1 region */ 150 nfc0: nand-controller@0,0 { 152 reg = <0 0 0x1000000>; [all …]
|
/linux-6.14.4/tools/testing/selftests/powerpc/include/ |
D | instructions.h | 10 (0x7c00060c | (RA) << (31-15) | (RB) << (31-20) | (L) << (31-10)) 16 asm volatile(str(COPY(0, %0, 0))";" in copy() 25 asm volatile(str(COPY(0, %0, 1))";" in copy_first() 34 (0x7c00070c | (RA) << (31-15) | (RB) << (31-20) | (L) << (31-10) | (RC) << (31-31)) 42 asm volatile(str(PASTE(0, %1, 0, 0))";" in paste() 43 "mfcr %0;" in paste() 55 asm volatile(str(PASTE(0, %1, 1, 1))";" in paste_last() 56 "mfcr %0;" in paste_last() 64 #define PPC_INST_COPY __COPY(0, 0, 0) 65 #define PPC_INST_COPY_FIRST __COPY(0, 0, 1) [all …]
|
/linux-6.14.4/arch/arm/boot/dts/st/ |
D | spear13xx.dtsi | 15 #size-cells = <0>; 17 cpu@0 { 20 reg = <0>; 36 reg = < 0xec801000 0x1000 >, 37 < 0xec800100 0x0100 >; 42 interrupts = <0 6 0x04>, 43 <0 7 0x04>; 48 reg = <0xed000000 0x1000>; 56 reg = <0 0x40000000>; 79 ranges = <0x50000000 0x50000000 0x10000000 [all …]
|
/linux-6.14.4/drivers/usb/misc/sisusbvga/ |
D | sisusb.h | 45 #define SISUSB_VERSION 0 46 #define SISUSB_REVISION 0 59 #define SISUSB_IBUF_SIZE 0x01000 60 #define SISUSB_OBUF_SIZE 0x10000 /* fixed */ 86 } while(0) 107 int isopen; /* !=0 if open */ 108 int present; /* !=0 if device is present on the bus */ 109 int ready; /* !=0 if device is ready for userland */ 140 #define SISUSB_EP_GFX_IN 0x0e /* gfx std packet out(0e)/in(8e) */ 141 #define SISUSB_EP_GFX_OUT 0x0e [all …]
|
/linux-6.14.4/drivers/mtd/nand/raw/ |
D | Kconfig | 513 default "0" 516 DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000. 522 0xE4000000.) 532 DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000. 533 This option changes to make it probe between 0xFFFC8000 and 534 0xFFFEE000. Unless you are using LinuxBIOS, this is unlikely to be
|
/linux-6.14.4/arch/arm/boot/dts/xilinx/ |
D | zynq-7000.dtsi | 13 #size-cells = <0>; 15 cpu0: cpu@0 { 18 reg = <0>; 47 interrupts = <0 5 4>, <0 6 4>; 49 reg = <0xf8891000 0x1000>, 50 <0xf8893000 0x1000>; 69 #size-cells = <0>; 72 port@0 { 73 reg = <0>; 104 reg = <0xf8007100 0x20>; [all …]
|
/linux-6.14.4/arch/riscv/boot/dts/spacemit/ |
D | k1.dtsi | 15 #size-cells = <0>; 50 cpu_0: cpu@0 { 53 reg = <0>; 319 reg = <0x0 0xd4017000 0x0 0x100>; 329 reg = <0x0 0xd4017100 0x0 0x100>; 339 reg = <0x0 0xd4017200 0x0 0x100>; 349 reg = <0x0 0xd4017300 0x0 0x100>; 359 reg = <0x0 0xd4017400 0x0 0x100>; 369 reg = <0x0 0xd4017500 0x0 0x100>; 379 reg = <0x0 0xd4017600 0x0 0x100>; [all …]
|
/linux-6.14.4/crypto/ |
D | aes_generic.c | 67 0xa56363c6, 0x847c7cf8, 0x997777ee, 0x8d7b7bf6, 68 0x0df2f2ff, 0xbd6b6bd6, 0xb16f6fde, 0x54c5c591, 69 0x50303060, 0x03010102, 0xa96767ce, 0x7d2b2b56, 70 0x19fefee7, 0x62d7d7b5, 0xe6abab4d, 0x9a7676ec, 71 0x45caca8f, 0x9d82821f, 0x40c9c989, 0x877d7dfa, 72 0x15fafaef, 0xeb5959b2, 0xc947478e, 0x0bf0f0fb, 73 0xecadad41, 0x67d4d4b3, 0xfda2a25f, 0xeaafaf45, 74 0xbf9c9c23, 0xf7a4a453, 0x967272e4, 0x5bc0c09b, 75 0xc2b7b775, 0x1cfdfde1, 0xae93933d, 0x6a26264c, 76 0x5a36366c, 0x413f3f7e, 0x02f7f7f5, 0x4fcccc83, [all …]
|
/linux-6.14.4/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 13 #define __REG_R0 0 46 #define __REGA0_0 0 80 #define _R0 0 113 #define IMM_L(i) ((uintptr_t)(i) & 0xffff) 114 #define IMM_DS(i) ((uintptr_t)(i) & 0xfffc) 115 #define IMM_DQ(i) ((uintptr_t)(i) & 0xfff0) 116 #define IMM_D0(i) (((uintptr_t)(i) >> 16) & 0x3ffff) 122 * top half to negate the effect (i.e. 0xffff + 1 = 0x(1)0000). 128 (((uintptr_t)(i) & 0x8000) >> 15)) 133 #define IMM_H18(i) (((uintptr_t)(i)>>16) & 0x3ffff) [all …]
|
/linux-6.14.4/arch/powerpc/kernel/ |
D | module_64.c | 36 unsigned long abi_level = hdr->e_flags & 0x3; in module_elf_check_arch() 76 return 0; in local_entry_offset() 99 #define STUB_MAGIC 0x73747562 /* stub */ 103 jump, actually, to reset r2 (TOC+0x8000). */ 143 PPC_RAW_ADDIS(_R11, _R2, 0), 144 PPC_RAW_ADDI(_R11, _R11, 0), 167 _count_relocs = 0; in count_relocs() 168 r_info = 0; in count_relocs() 169 r_addend = 0; in count_relocs() 170 for (i = 0; i < num; i++) in count_relocs() [all …]
|
/linux-6.14.4/drivers/net/wireless/realtek/rtw88/ |
D | rtw8822c_table.c | 16 0x83000000, 0x00000000, 0x40000000, 0x00000000, 17 0x1D90, 0x300001FF, 18 0x1D90, 0x300101FE, 19 0x1D90, 0x300201FD, 20 0x1D90, 0x300301FC, 21 0x1D90, 0x300401FB, 22 0x1D90, 0x300501FA, 23 0x1D90, 0x300601F9, 24 0x1D90, 0x300701F8, 25 0x1D90, 0x300801F7, [all …]
|