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

  /src/sys/arch/amiga/amiga/
custom.h 1 /* $NetBSD: custom.h,v 1.12 2002/04/25 09:20:27 aymeric Exp $ */
30 * This is a rewrite (retype) of the Amiga's custom chip register map, based
32 * hardware/custom.h.
39 struct Custom {
201 /* Custom chips as seen by the kernel */
207 #define custom (*((volatile struct Custom *)CUSTOMbase)) macro
211 #define CUSTOM_OFS(field) ((long)&((struct Custom*)0)->field)
custom.h 1 /* $NetBSD: custom.h,v 1.12 2002/04/25 09:20:27 aymeric Exp $ */
30 * This is a rewrite (retype) of the Amiga's custom chip register map, based
32 * hardware/custom.h.
39 struct Custom {
201 /* Custom chips as seen by the kernel */
207 #define custom (*((volatile struct Custom *)CUSTOMbase)) macro
211 #define CUSTOM_OFS(field) ((long)&((struct Custom*)0)->field)

Completed in 25 milliseconds