HomeSort by: relevance | last modified time | path
    Searched refs:VFB_UC_BASE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
veritefb_ucode.h 80 #define VFB_UC_BASE 0x1000 /* link base; dispatch loop here */
veritefb.c 1688 if (pc >= VFB_UC_BASE && pc <= VFB_UC_DISPATCH_END)
1690 if (pc >= VFB_CSUCODE_BASE && pc < VFB_UC_BASE)
1692 if (pc >= VFB_UC_BASE && pc < VFB_UC_END)
1885 { VFB_UC_BASE, VFB_CSUCODE_BASE };

Completed in 24 milliseconds