Searched refs:IDT_NOR_STAT (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_intr.c120 stat = patm_nor_read(sc, IDT_NOR_STAT);
121 patm_nor_write(sc, IDT_NOR_STAT, stat & (ints | fbqa));
153 if ((patm_nor_read(sc, IDT_NOR_STAT) & fbqa) &&
162 patm_nor_write(sc, IDT_NOR_STAT, fbqa);
214 stat = patm_nor_read(sc, IDT_NOR_STAT);
215 patm_nor_write(sc, IDT_NOR_STAT, ints & stat);
H A Dif_patmvar.h468 while (patm_nor_read(sc, IDT_NOR_STAT) & IDT_STAT_CMDBZ)
H A Didt77252reg.h47 #define IDT_NOR_STAT 0x18 /* R/W Status */ macro

Completed in 169 milliseconds