Searched refs:NCRJMP_ROMSZ (Results 1 – 2 of 2) sorted by relevance
210 #define NCRJMP_ROMSZ 0x20 /* ROM Size 1=16K, 0=32K */ macro
215 epd->sc_msize = (jmp & NCRJMP_ROMSZ) ? 0x4000 : 0x8000; in esp_isa_find()