Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dne2000.c171 int8_t pbuf0[ED_PAGE_SIZE], pbuf[ED_PAGE_SIZE], in ne2000_attach()
172 tbuf[ED_PAGE_SIZE]; in ne2000_attach()
174 for (i = 0; i < ED_PAGE_SIZE; i++) in ne2000_attach()
183 if (bcmp(pbuf0, tbuf, ED_PAGE_SIZE) == 0) { in ne2000_attach()
184 for (i = 0; i < ED_PAGE_SIZE; i++) in ne2000_attach()
192 if (bcmp(pbuf, tbuf, ED_PAGE_SIZE) == 0) { in ne2000_attach()
194 memsize = ED_PAGE_SIZE; in ne2000_attach()
211 if (bcmp(pbuf0, tbuf, ED_PAGE_SIZE) == 0) { in ne2000_attach()
212 for (i = 0; i < ED_PAGE_SIZE; i++) in ne2000_attach()
220 if (bcmp(pbuf, tbuf, ED_PAGE_SIZE) == 0) in ne2000_attach()
[all …]
H A Ddp8390reg.h554 #define ED_PAGE_SIZE 256 /* Size of RAM pages in bytes */ macro
H A Ddp8390.c545 if ((len & ED_PAGE_MASK) + sizeof(packet_hdr) > ED_PAGE_SIZE) in dp8390_rint()