Searched +full:0 +full:x1e600000 (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/bus/ |
| D | aspeed,ast2600-ahbc.yaml | 36 reg = <0x1e600000 0x100>;
|
| /kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
| D | qla_dbg.h | 32 __be16 risc_ram[0xf800]; 33 __be16 stack_ram[0x1000]; 54 __be16 risc_ram[0xf000]; 86 __be32 code_ram[0x2000]; 125 __be32 code_ram[0x2000]; 164 __be32 code_ram[0x2000]; 212 __be32 code_ram[0x2400]; 217 #define EFT_BYTES_PER_BUFFER 0x4000 221 #define FCE_BYTES_PER_BUFFER 0x400 255 #define TYPE_REQUEST_QUEUE 0x1 [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/aspeed/ |
| D | aspeed-g6.dtsi | 48 #size-cells = <0>; 54 reg = <0xf00>; 60 reg = <0xf01>; 78 reg = <0x1e6e0000 0x174>; 79 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>; 95 reg = <0x40461000 0x1000>, 96 <0x40462000 0x1000>, 97 <0x40464000 0x2000>, 98 <0x40466000 0x2000>; 103 reg = <0x1e600000 0x100>; [all …]
|
| /kernel/linux/linux-5.10/drivers/fsi/ |
| D | fsi-master-ast-cf.c | 31 #define SCU_COPRO_CTRL 0x100 32 #define SCU_COPRO_RESET 0x00000002 33 #define SCU_COPRO_CLK_EN 0x00000001 36 #define SCU_2500_COPRO_SEG0 0x104 37 #define SCU_2500_COPRO_SEG1 0x108 38 #define SCU_2500_COPRO_SEG2 0x10c 39 #define SCU_2500_COPRO_SEG3 0x110 40 #define SCU_2500_COPRO_SEG4 0x114 41 #define SCU_2500_COPRO_SEG5 0x118 42 #define SCU_2500_COPRO_SEG6 0x11c [all …]
|
| /kernel/linux/linux-6.6/drivers/fsi/ |
| D | fsi-master-ast-cf.c | 31 #define SCU_COPRO_CTRL 0x100 32 #define SCU_COPRO_RESET 0x00000002 33 #define SCU_COPRO_CLK_EN 0x00000001 36 #define SCU_2500_COPRO_SEG0 0x104 37 #define SCU_2500_COPRO_SEG1 0x108 38 #define SCU_2500_COPRO_SEG2 0x10c 39 #define SCU_2500_COPRO_SEG3 0x110 40 #define SCU_2500_COPRO_SEG4 0x114 41 #define SCU_2500_COPRO_SEG5 0x118 42 #define SCU_2500_COPRO_SEG6 0x11c [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ast/ |
| D | ast_post.c | 40 static const u8 extreginfo[] = { 0x0f, 0x04, 0x1c, 0xff }; 41 static const u8 extreginfo_ast2300[] = { 0x0f, 0x04, 0x1f, 0xff }; 51 for (i = 0x81; i <= 0x9f; i++) in ast_set_def_ext_reg() 52 ast_set_index_reg(ast, AST_IO_CRTC_PORT, i, 0x00); in ast_set_def_ext_reg() 59 index = 0xa0; in ast_set_def_ext_reg() 60 while (*ext_reg_info != 0xff) { in ast_set_def_ext_reg() 61 ast_set_index_reg_mask(ast, AST_IO_CRTC_PORT, index, 0x00, *ext_reg_info); in ast_set_def_ext_reg() 67 /* ast_set_index_reg-mask(ast, AST_IO_CRTC_PORT, 0xa1, 0xff, 0x3); */ in ast_set_def_ext_reg() 70 ast_set_index_reg_mask(ast, AST_IO_CRTC_PORT, 0x8c, 0x00, 0x01); in ast_set_def_ext_reg() 71 ast_set_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xb7, 0x00, 0x00); in ast_set_def_ext_reg() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ast/ |
| D | ast_post.c | 44 ast_io_write8(ast, AST_IO_VGA_ENABLE_PORT, 0x01); in ast_enable_vga() 45 ast_io_write8(ast, AST_IO_MISC_PORT_WRITE, 0x01); in ast_enable_vga() 52 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0xa1, 0x06); in ast_enable_mmio() 63 return !!(ch & 0x01); in ast_is_vga_enabled() 66 static const u8 extreginfo[] = { 0x0f, 0x04, 0x1c, 0xff }; 67 static const u8 extreginfo_ast2300a0[] = { 0x0f, 0x04, 0x1c, 0xff }; 68 static const u8 extreginfo_ast2300[] = { 0x0f, 0x04, 0x1f, 0xff }; 78 for (i = 0x81; i <= 0x9f; i++) in ast_set_def_ext_reg() 79 ast_set_index_reg(ast, AST_IO_CRTC_PORT, i, 0x00); in ast_set_def_ext_reg() 83 if (dev->pdev->revision >= 0x20) in ast_set_def_ext_reg() [all …]
|