003 File Manager
Current Path:
/usr/src/sys/contrib/device-tree/include/dt-bindings/gpio
usr
/
src
/
sys
/
contrib
/
device-tree
/
include
/
dt-bindings
/
gpio
/
📁
..
📄
aspeed-gpio.h
(1.33 KB)
📄
gpio.h
(1.14 KB)
📄
meson-a1-gpio.h
(1.48 KB)
📄
meson-axg-gpio.h
(2.27 KB)
📄
meson-g12a-gpio.h
(2.25 KB)
📄
meson-gxbb-gpio.h
(2.9 KB)
📄
meson-gxl-gpio.h
(2.43 KB)
📄
meson8-gpio.h
(2.98 KB)
📄
meson8b-gpio.h
(2.26 KB)
📄
tegra-gpio.h
(1.38 KB)
📄
tegra186-gpio.h
(1.78 KB)
📄
tegra194-gpio.h
(1.93 KB)
📄
uniphier-gpio.h
(497 B)
Editing: uniphier-gpio.h
/* * Copyright (C) 2017 Socionext Inc. * Author: Masahiro Yamada <yamada.masahiro@socionext.com> */ #ifndef _DT_BINDINGS_GPIO_UNIPHIER_H #define _DT_BINDINGS_GPIO_UNIPHIER_H #define UNIPHIER_GPIO_LINES_PER_BANK 8 #define UNIPHIER_GPIO_IRQ_OFFSET ((UNIPHIER_GPIO_LINES_PER_BANK) * 15) #define UNIPHIER_GPIO_PORT(bank, line) \ ((UNIPHIER_GPIO_LINES_PER_BANK) * (bank) + (line)) #define UNIPHIER_GPIO_IRQ(n) ((UNIPHIER_GPIO_IRQ_OFFSET) + (n)) #endif /* _DT_BINDINGS_GPIO_UNIPHIER_H */
Upload File
Create Folder