Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/hil/
H A Dhilkbd.c145 u_int8_t layoutcode; in hilkbdattach() local
159 layoutcode = ha->ha_id & (MAXHILKBDLAYOUT - 1); in hilkbdattach()
161 if (layoutcode < MAXHILKBDLAYOUT && in hilkbdattach()
162 hilkbd_layouts[layoutcode] != -1) in hilkbdattach()
165 hilkbd_layouts[layoutcode]; in hilkbdattach()
168 printf(", layout %x", layoutcode); in hilkbdattach()