Searched refs:lestd (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/hp300/dev/ |
H A D | if_le.c | 120 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 D | if_le_vme.c | 127 } lestd[] = { variable 138 #define NLESTD __arraycount(lestd) 210 struct le_addresses *le_ap = &lestd[i]; in le_vme_match()
|