Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ncr/
Dncrreg.h402 #define SCR_COPY_F(n) (0xc0000000 | (n)) macro
Dncr.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),
6454 (np->features & FE_PFEN)? SCR_COPY(1) : SCR_COPY_F(1);
6458 (np->features & FE_PFEN)? SCR_COPY(1) : SCR_COPY_F(1);
/freebsd-12-stable/sys/dev/sym/
Dsym_defs.h700 #define SCR_COPY_F(n) (0xc0000000 | (n)) macro