Home
last modified time | relevance | path

Searched defs:ewskbd_devconfig (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/ews4800mips/dev/
H A Dewskbd.c105 struct ewskbd_devconfig { struct
107 uint8_t txq[EWSKBD_TXQ_LEN];
108 u_int txq_head;
109 u_int txq_tail;
112 uint8_t rxq[EWSKBD_RXQ_LEN];
113 u_int rxq_head;
114 u_int rxq_tail;
117 u_int state;
121 uint8_t leds;
127 device_t wskbddev;
[all …]