Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sgimips/dev/
H A Dzs_kbd.c74 struct zskbd_devconfig { struct
76 uint8_t txq[ZSKBD_TXQ_LEN];
77 u_int txq_head;
78 u_int txq_tail;
81 uint8_t rxq[ZSKBD_RXQ_LEN];
82 u_int rxq_head;
83 u_int rxq_tail;
88 u_int state;
107 uint8_t kbd_conf[2];
110 uint8_t dip;
[all …]