Add STRAP_STATUS defines.

Signed-off-by: Woojung Huh <Woojung.huh@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Woojung Huh 2016-09-02 20:34:20 +00:00 коммит произвёл David S. Miller
Родитель 983ccd74a1
Коммит 273bf288f9
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -144,6 +144,14 @@
#define BURST_CAP (0x38)
#define STRAP_STATUS (0x3C)
#define STRAP_STATUS_PWR_SEL_ (0x00000020)
#define STRAP_STATUS_AMDIX_EN_ (0x00000010)
#define STRAP_STATUS_PORT_SWAP_ (0x00000008)
#define STRAP_STATUS_EEP_SIZE_ (0x00000004)
#define STRAP_STATUS_RMT_WKP_ (0x00000002)
#define STRAP_STATUS_EEP_DISABLE_ (0x00000001)
#define GPIO_WAKE (0x64)
#define INT_EP_CTL (0x68)