Home
last modified time | relevance | path

Searched refs:layoutcode (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/hil/
H A Dhilkbd.c143 uint8_t layoutcode; in hilkbdattach() local
158 layoutcode = ha->ha_id & (MAXHILKBDLAYOUT - 1); in hilkbdattach()
160 if (layoutcode < MAXHILKBDLAYOUT && in hilkbdattach()
161 hilkbd_layouts[layoutcode] != -1) in hilkbdattach()
164 hilkbd_layouts[layoutcode]; in hilkbdattach()
167 aprint_normal(", layout %x", layoutcode); in hilkbdattach()