← Documents Documentation/ABI/testing/sysfs-driver-fsi-master-gpio GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

GPIO FSI-master arbitration sysfs ABI

GPIO-based FSI master를 driver-controlled normal mode와 debug-device-driven external mode 사이에서 전환하는 interface를 설명합니다.

Source pathDocumentation/ABI/testing/sysfs-driver-fsi-master-gpio
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

FSI bus access arbitration

sysfs-driver-fsi-master-gpio:1-10

Default 0에서는 driver가 FSI transaction을 수행하고 1에서는 외부 debug device 등이 bus를 구동합니다.

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).
11

3. 한국어 전문 번역

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

GPIO FSI-master external mode

1-10
항목한국어 전문 번역
What/sys/bus/platform/devices/[..]/fsi-master-gpio/external_mode
Date2018년 2월
KernelVersion4.17
Contactjk@ozlabs.org
DescriptionGPIO-based FSI master의 access arbitration을 제어합니다. Default인 0은 driver가 FSI bus transaction을 수행하는 normal mode이고, 1은 debug device 같은 외부 주체가 FSI bus를 구동하는 external mode입니다.
FSI-master arbitration modes
ValueModeBus driver
0Normal, defaultFSI driver
1ExternalExternal debug device or other source

Bus ownership이 driver와 external source 사이에서 전환됩니다.