HomeSort by: relevance | last modified time | path
    Searched refs:testfbw (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
419 testfbw = (volatile unsigned long *)fb;
421 *testfbw = 0x87654321;
427 testfbw = (volatile unsigned long *)((volatile char*)fb + 0x00200000);
429 *testfbw = 0x87654321;
433 *testfbw = 0xAAAAAAAA;
437 *testfbw = 0x55555555;
grf_cv3d.c 358 volatile unsigned long *testfbw, *testfbr;
361 testfbw = (volatile unsigned long *)fb;
363 *testfbw = 0x87654321;
368 testfbw = (volatile unsigned long *)(fb + 0x00200000);
370 *testfbw = 0x87654321;
373 *testfbw = 0xAAAAAAAA;
376 *testfbw = 0x55555555;

Completed in 29 milliseconds