Documentation/driver-api/memory-devices/index.rst GitHub 원문 ↗

Linux 6.18.37 · Driver API

Memory Controller drivers

TI EMIF와 GPMC memory controller 문서 목차의 전문 번역입니다.

Source pathDocumentation/driver-api/memory-devices/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약과 해설

index.rst:1-18

TI SoC의 SDRAM·external memory controller driver 문서를 연결하는 목차입니다.

문서 구성
원문 줄내용
1-18EMIF·GPMC toctree와 index

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 =========================
4 Memory Controller drivers
5 =========================
6
7 .. toctree::
8 :maxdepth: 1
9
10 ti-emif
11 ti-gpmc
12
13 .. only:: subproject and html
14
15 Indices
16 =======
17
18 * :ref:`genindex`
19

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

Memory Controller driver 문서

1-18

이 `GPL-2.0` 문서는 memory controller driver 문서의 상위 목차입니다.

Texas Instruments EMIF SDRAM controller와 GPMC external memory controller 문서를 연결하며 HTML subproject에서는 일반 index도 제공합니다.

Memory controller 문서
문서대상
`ti-emif`TI EMIF SDRAM controller
`ti-gpmc`TI General Purpose Memory Controller

.. SPDX-License-Identifier: GPL-2.0

=========================
Memory Controller drivers
=========================

.. toctree::
    :maxdepth: 1

    ti-emif
    ti-gpmc

.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`