HomeSort by: relevance | last modified time | path
    Searched refs:custom (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /src/sys/arch/amiga/amiga/
cc.c 40 #include <amiga/amiga/custom.h>
52 /* init all the "custom chips" */
143 custom.intreq = INTF_VERTB;
153 custom.intena = INTF_SETCLR | INTF_VERTB;
172 bb = (custom.dmaconr & DMAF_BLTDONE);
173 if ((custom.dmaconr & DMAF_BLTDONE) || bb)
191 custom.intreq = INTF_BLIT;
198 custom.bltsize = size;
204 custom.bltcon0 = con0;
205 custom.bltcon1 = con1
    [all...]
autoconf.c 49 #include <amiga/amiga/custom.h>
93 custom.intena = INTF_INTEN;
110 custom.intena = INTF_SETCLR | INTF_INTEN;
113 custom.intena = INTF_SETCLR | INTF_SOFTINT;
596 if ((custom.deniseid & 0xff) == 0xf8)
600 printf("Denise ID = %04x\n", (unsigned short)custom.deniseid);
machdep.c 103 #include <amiga/amiga/custom.h>
177 /* initialize custom chip interface */
907 custom.intena = isr->isr_ipl == 2 ?
978 custom.intena = isr->isr_ipl == 6 ?
1000 ireq = custom.intreqr;
1012 custom.intreq = INTF_TBE;
1020 custom.intreq = INTF_DSKBLK;
1027 custom.intreq = INTF_SOFTINT;
1045 custom.intreq = INTF_PORTS;
1087 custom.intreq = INTF_DSKSYNC
    [all...]
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/tests/sys/rc/
h_args.sh 44 extra_commands="custom"
46 for command in start stop restart custom; do
t_rc_d_cli.sh 167 atf_set "descr" "Tests that running a custom 'start' without" \
176 atf_set "descr" "Tests that running a custom 'start' with" \
185 atf_set "descr" "Tests that running a custom 'stop' without" \
194 atf_set "descr" "Tests that running a custom 'stop' with" \
203 atf_set "descr" "Tests that running a custom 'restart' without" \
212 atf_set "descr" "Tests that running a custom 'restart' with" \
221 atf_set "descr" "Tests that running a custom command without" \
225 do_overriden_no_args custom
230 atf_set "descr" "Tests that running a custom command with" \
234 do_overriden_with_args custom
    [all...]
  /src/tests/share/mk/
t_own.sh 42 cat >custom.conf <<EOF
48 make MAKECONF="$(pwd)/custom.conf" show-config-var
62 cat >custom.conf <<EOF
  /src/usr.bin/make/unit-tests/
shell-custom.mk 1 # $NetBSD: shell-custom.mk,v 1.1 2020/10/03 14:39:36 rillig Exp $
3 # Tests for using a custom shell for running the commands.
deptgt-suffixes.mk 13 .SUFFIXES: .custom-null
16 .NULL: .custom-null
17 .PATH.custom-null: . ..
deptgt-begin.mk 10 # To register a custom action to be run at the beginning, the simplest way is
21 # One way to run commands at the beginning is to define a custom target and
23 # custom target are run even before the .BEGIN target.
28 # Another way is to define a custom target and make that a .USE dependency.
opt.mk 14 # Just to see how the custom argument parsing code reacts to a syntax
varmod.mk 44 # | D | individual | custom parser | no |
48 # | M | individual | custom parser | no |
49 # | N | individual | custom parser | no |
56 # | U | individual | custom parser | no |
  /src/distrib/utils/embedded/conf/
usermode.conf 5 custom=custom key
65 if [ -d ${custom} ]; then
66 echo "${bar} user customisations from files in ${custom} ${bar}"
67 (cd ${custom} && pax -rwpe . ${mnt})
  /src/sys/arch/amigappc/amigappc/
machdep.c 57 #include <amiga/amiga/custom.h>
111 custom.intena = isr->isr_ipl == 2 ?
133 custom.intena = isr->isr_ipl == 6 ?
153 custom.intreq = INTF_PORTS;
172 custom.intreq = INTF_EXTER;
181 ireq = custom.intreqr;
186 custom.intreq = INTF_TBE;
193 custom.intreq = INTF_DSKBLK;
199 custom.intreq = INTF_SOFTINT;
209 ireq = custom.intreqr
    [all...]
autoconf.c 51 #include <amiga/amiga/custom.h>
70 custom.intena = INTF_INTEN;
80 custom.intena = INTF_SETCLR | INTF_INTEN;
432 if ((custom.deniseid & 0xff) == 0xf8)
436 printf("Denise ID = %04x\n", (unsigned short)custom.deniseid);
amiga_init.c 40 #include <amiga/amiga/custom.h>
pic_amiga.c 41 #include <amiga/amiga/custom.h>
  /src/sys/arch/amiga/dev/
ser.c 61 #include <amiga/amiga/custom.h>
236 ir = custom.intenar;
405 custom.adkcon = ADKCONF_UARTBRK; /* clear break */
412 custom.intena = INTF_RBF | INTF_TBE; /* disable interrupts */
413 custom.intreq = INTF_RBF | INTF_TBE; /* clear intr request */
499 code = custom.serdatr;
503 * we save one (slow) custom chip access.
511 custom.intreq = INTF_RBF;
678 custom.intreq = INTF_SETCLR | INTF_TBE;
686 custom.intreq = INTF_SETCLR | INTF_TBE
    [all...]
aucc.c 64 #include <amiga/amiga/custom.h>
296 custom.intena = AUCC_ALLINTF;
297 custom.dmacon = AUCC_ALLDMAF;
424 custom.aud[i].vol = sc->sc_channel[i].nd_volume;
425 custom.aud[i].per = sc->sc_channel[i].nd_per;
481 /* XXX dont disable DMA! custom.dmacon=mask;*/
482 custom.intreq = mask << INTB_AUD0;
483 custom.intena = mask << INTB_AUD0;
528 custom.aud[i].per = sc->sc_channel[i].nd_per;
530 custom.aud[i].vol = 1
    [all...]
ms.c 79 #include <amiga/amiga/custom.h>
277 pot = custom.potgor;
288 count = custom.joy0dat;
290 count = custom.joy1dat;
460 custom.potgo = custom.potgor | (0xf00 << (port * 4));
grf_cc.c 56 #include <amiga/amiga/custom.h>
208 gi->gd_regsize = round_page(sizeof (custom));
a2kbbc.c 52 #include <amiga/amiga/custom.h>
fd.c 56 #include <amiga/amiga/custom.h>
341 custom.dsklen = dmasz; custom.dsklen = dmasz; } while (0)
343 #define FDDMASTOP do { custom.dsklen = 0; } while (0)
464 custom.dmacon = DMAF_SETCLR | DMAF_MASTER | DMAF_DISK;
465 custom.intena = INTF_SETCLR | INTF_DSKBLK;
1380 custom.adkcon = ADKF_MSBSYNC;
1381 custom.adkcon = ADKF_SETCLR | ADKF_WORDSYNC | ADKF_FAST;
1382 custom.dsksync = FDMFMSYNC;
1384 custom.adkcon = ADKF_PRECOMP1 | ADKF_PRECOMP0 | ADKF_WORDSYNC
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
readme.txt 86 2) Integration as a custom tool for Visual Studio
89 This procedure adds the iASL compiler as a custom tool that can be used
102 the other fields for this new custom tool.
117 These steps will add the compiler to the tools menu as a custom tool.
132 b) For all ASL files in the project, specify a custom build (under
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
stm32mp157a-iot-box.dts 57 /* Note: HW flow control is broken, hence using custom CTS/RTS gpios */

Completed in 24 milliseconds

1 2 3 4