Searched refs:RAY_CCS_BASE (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/pcmcia/
H A Dif_rayreg.h131 #define RAY_CCS_BASE 0x0400 macro
H A Dif_ray.c427 #define RAY_GET_INDEX(ccs) (((ccs) - RAY_CCS_BASE) / RAY_CCS_SIZE)
428 #define RAY_GET_CCS(i) (RAY_CCS_BASE + (i) * RAY_CCS_SIZE)

Completed in 61 milliseconds