HomeSort by: relevance | last modified time | path
    Searched refs:Custom (Results 1 - 9 of 9) 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)
amiga_init.c 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 *
    [all...]
  /src/share/mk/
bsd.dep.mk 102 ##### Custom rules
bsd.kmodule.mk 268 ##### Custom rules
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/xilinx/
zynqmp-zcu100-revC.dts 198 pmic: pmic@5e { /* Custom TI PMIC u33 */
  /src/sys/fs/hfs/
libhfs.h 159 #pragma mark Constants (custom)
446 #pragma mark Custom Types
  /src/usr.bin/make/unit-tests/
var-scope-local.mk 138 # Custom local variables
187 # Begin tests for custom target-local variables, for all 5 variable assignment
  /src/usr.sbin/sysinst/
msg.mi.en 495 a core set (Minimal installation), all of them (Full installation), or a custom
496 group of sets (Custom installation).
1101 message Custom_installation {Custom installation}
  /src/share/terminfo/
terminfo 6953 # + made custom description (below) to work, though it sets TERM=xterm.
16394 # custom and programmed into the terminal via is2. \E$ also has no
23838 cci|cci1|z8001|zen8001|CCI Custom Zentec 8001,
23967 # up to 8 custom fonts to be loaded at any given time. This means that
    [all...]

Completed in 42 milliseconds