Searched full:mpmc (Results 1 – 9 of 9) sorted by relevance
/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | arm,pl172.yaml | 85 mpmc,cs: 91 mpmc,memory-width: 97 mpmc,async-page-mode: 102 mpmc,cs-active-high: 107 mpmc,byte-lane-low: 112 mpmc,extended-wait: 117 mpmc,buffer-enable: 123 mpmc,write-protect: 128 mpmc,read-enable-delay: 134 mpmc,write-enable-delay: [all …]
|
/linux/drivers/memory/ |
H A D | pl172.c | 89 /* MPMC static memory configuration */ in pl172_setup_static() 90 if (!of_property_read_u32(np, "mpmc,memory-width", &cfg)) { in pl172_setup_static() 106 if (of_property_read_bool(np, "mpmc,async-page-mode")) in pl172_setup_static() 109 if (of_property_read_bool(np, "mpmc,cs-active-high")) in pl172_setup_static() 112 if (of_property_read_bool(np, "mpmc,byte-lane-low")) in pl172_setup_static() 115 if (of_property_read_bool(np, "mpmc,extended-wait")) in pl172_setup_static() 119 of_property_read_bool(np, "mpmc,buffer-enable")) in pl172_setup_static() 122 if (of_property_read_bool(np, "mpmc,write-protect")) in pl172_setup_static() 126 dev_dbg(&adev->dev, "mpmc static config cs%u: 0x%08x\n", cs, cfg); in pl172_setup_static() 128 /* MPMC static memory timing */ in pl172_setup_static() [all …]
|
H A D | Kconfig | 26 tristate "ARM PL172 MPMC driver"
|
/linux/arch/arm/boot/dts/nxp/lpc/ |
H A D | lpc4350-hitex-eval.dts | 359 mpmc,cs = <0>; 360 mpmc,memory-width = <16>; 361 mpmc,byte-lane-low; 362 mpmc,write-enable-delay = <0>; 363 mpmc,output-enable-delay = <0>; 364 mpmc,read-access-delay = <70>; 365 mpmc,page-mode-read-delay = <70>; 396 mpmc,cs = <2>; 397 mpmc,memory-width = <16>; 398 mpmc,byte-lane-low; [all …]
|
H A D | lpc4357-ea4357-devkit.dts | 511 mpmc,cs = <0>; 512 mpmc,memory-width = <16>; 513 mpmc,byte-lane-low; 514 mpmc,write-enable-delay = <0>; 515 mpmc,output-enable-delay = <0>; 516 mpmc,read-access-delay = <70>; 517 mpmc,page-mode-read-delay = <70>; 548 mpmc,cs = <2>; 549 mpmc,memory-width = <16>;
|
H A D | lpc4357-myd-lpc4357.dts | 479 mpmc,cs = <0>; 480 mpmc,memory-width = <16>; 481 mpmc,byte-lane-low; 482 mpmc,write-enable-delay = <0>; 483 mpmc,output-enable-delay = <0>; 484 mpmc,read-access-delay = <70>; 485 mpmc,page-mode-read-delay = <70>;
|
/linux/lib/ |
H A D | objpool.c | 12 * objpool: ring-array based lockless MPMC/FIFO queues
|
/linux/arch/microblaze/boot/dts/ |
H A D | system.dts | 324 mpmc@90000000 { 327 compatible = "xlnx,mpmc-4.02.a";
|
/linux/include/linux/ |
H A D | objpool.h | 14 * objpool: ring-array based lockless MPMC queue
|