Lines Matching refs:Custom
65 #include <amiga/amiga/custom.h>
238 ((volatile struct Custom *)0xdff000)->color[0] = 0xa00; /* RED */
752 ((volatile struct Custom *)0xdff000)->color[0] = 0xAA0; /* YELLOW */
781 ((volatile struct Custom *)0xdff000)->color[0] = 0xA70; /* ORANGE */
817 ((volatile struct Custom *)CUSTOMADDR)->color[0] = 0x0a0; /* GREEN */
839 INTREQRaddr = (vaddr_t)&custom.intreqr;
840 INTREQWaddr = (vaddr_t)&custom.intreq;
885 custom.intena = 0x7fff; /* disable ints */
886 custom.intena = INTF_SETCLR | INTF_INTEN;
888 custom.intreq = 0x7fff; /* clear any current */
896 amiga_intena_read = &custom.intenar;
897 amiga_intena_write = &custom.intena;
956 ((volatile struct Custom *)CUSTOMbase)->color[0] = color;