Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hp300/dev/
H A Dif_le.c120 static const int lestd[] = { 0, 0x4000, 0x8000, 0xC008 }; variable
191 if (bus_space_subregion(bst, bsh0, lestd[1], LER1_SIZE, &bsh1)) { in leattach()
196 if (bus_space_subregion(bst, bsh0, lestd[2], LE_BUFSIZE, &bsh2)) { in leattach()
216 offset = lestd[3]; in leattach()
/netbsd-src/sys/arch/atari/vme/
H A Dif_le_vme.c127 } lestd[] = { variable
138 #define NLESTD __arraycount(lestd)
210 struct le_addresses *le_ap = &lestd[i]; in le_vme_match()