Home
last modified time | relevance | path

Searched refs:SCR_COPY_F (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/ncr/
HDncrreg.h402 #define SCR_COPY_F(n) (0xc0000000 | (n)) macro
HDncr.c1464 SCR_COPY_F (4),
1562 SCR_COPY_F (4),
1951 SCR_COPY_F (4),
2057 SCR_COPY_F (1),
2066 SCR_COPY_F (1),
2706 SCR_COPY_F (4),
6450 (np->features & FE_PFEN)? SCR_COPY(1) : SCR_COPY_F(1);
6454 (np->features & FE_PFEN)? SCR_COPY(1) : SCR_COPY_F(1);
/NextBSD/sys/dev/sym/
HDsym_defs.h698 #define SCR_COPY_F(n) (0xc0000000 | (n)) macro