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

  /src/sys/arch/amiga/dev/
grf_cv.c 416 volatile unsigned long *testfbw, *testfbr; local in function:cv_has_4mb
420 testfbr = (volatile unsigned long *)((volatile char*)fb + 0x02000000);
423 if (*testfbr != 0x87654321)
428 testfbr = (volatile unsigned long *)((volatile char*)fb + 0x02200000);
431 if (*testfbr != 0x87654321)
435 if (*testfbr != 0xAAAAAAAA)
439 if (*testfbr != 0x55555555)
grf_cv3d.c 358 volatile unsigned long *testfbw, *testfbr;
362 testfbr = (volatile unsigned long *)(fb + 0x02000000);
364 if (*testfbr != 0x87654321)
369 testfbr = (volatile unsigned long *)(fb + 0x02200000);
371 if (*testfbr != 0x87654321)
374 if (*testfbr != 0xAAAAAAAA)
377 if (*testfbr != 0x55555555)

Completed in 17 milliseconds