Searched +full:0 +full:x58002000 (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/mtd/ |
H A D | st,stm32-fmc2-nand.yaml | 64 - description: Chip select 0 data 65 - description: Chip select 0 command 66 - description: Chip select 0 address space 89 - description: Chip select 0 data 90 - description: Chip select 0 command 91 - description: Chip select 0 address space 105 - description: Chip select 0 data 106 - description: Chip select 0 command 107 - description: Chip select 0 address space 133 reg = <0x58002000 0x1000>, [all …]
|
/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | st,stm32-fmc2-ebi.yaml | 51 <bank-number> 0 <address of the bank> <size> 58 "^.*@[0-4],[a-f0-9]+$": 82 reg = <0x58002000 0x1000>; 86 ranges = <0 0 0x60000000 0x04000000>, /* EBI CS 1 */ 87 <1 0 0x64000000 0x04000000>, /* EBI CS 2 */ 88 <2 0 0x68000000 0x04000000>, /* EBI CS 3 */ 89 <3 0 0x6c000000 0x04000000>, /* EBI CS 4 */ 90 <4 0 0x80000000 0x10000000>; /* NAND */ 92 psram@0,0 { 94 reg = <0 0x00000000 0x100000>; [all …]
|
/linux/drivers/bus/ |
H A D | ti-sysc.c | 41 #define DIS_SGX BIT(0) 177 writew_relaxed(value & 0xffff, ddata->module_va + offset); in sysc_write() 180 if (ddata->offsets[SYSC_REVISION] >= 0 && in sysc_write() 201 if (ddata->offsets[SYSC_REVISION] >= 0 && in sysc_read() 223 if (offset < 0) in sysc_read_revision() 224 return 0; in sysc_read_revision() 233 if (offset < 0) in sysc_read_sysconfig() 234 return 0; in sysc_read_sysconfig() 243 if (offset < 0) in sysc_read_sysstatus() 244 return 0; in sysc_read_sysstatus() [all …]
|