요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
What: /sys/bus/platform/devices/[..]/fsi-master-gpio/external_mode
2
Date: Feb 2018
3
KernelVersion: 4.17
4
Contact: jk@ozlabs.org
5
Description:
6
Controls access arbitration for GPIO-based FSI master. A
7
value of 0 (the default) sets normal mode, where the
8
driver performs FSI bus transactions, 1 sets external mode,
9
where the FSI bus is driven externally (for example, by
10
a debug device).
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
GPIO FSI-master external mode
1-10| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/platform/devices/[..]/fsi-master-gpio/external_mode |
| Date | 2018년 2월 |
| KernelVersion | 4.17 |
| Contact | jk@ozlabs.org |
| Description | GPIO-based FSI master의 access arbitration을 제어합니다. Default인 0은 driver가 FSI bus transaction을 수행하는 normal mode이고, 1은 debug device 같은 외부 주체가 FSI bus를 구동하는 external mode입니다. |
ValueModeBus driver
0Normal, defaultFSI driver
1ExternalExternal debug device or other source
Bus ownership이 driver와 external source 사이에서 전환됩니다.
FSI bus access arbitration
sysfs-driver-fsi-master-gpio:1-10Default 0에서는 driver가 FSI transaction을 수행하고 1에서는 외부 debug device 등이 bus를 구동합니다.