Searched refs:amiga_custom (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/amiga/
H A Damiints.c91 amiga_custom.intena = 0x7fff;
92 amiga_custom.intreq = 0x7fff;
93 amiga_custom.intena = IF_SETCLR | IF_INTEN;
108 amiga_custom.intena = IF_SETCLR | (1 << (irq - IRQ_USER));
113 amiga_custom.intena = 1 << (irq - IRQ_USER);
122 unsigned short ints = amiga_custom.intreqr & amiga_custom.intenar;
126 amiga_custom.intreq = IF_TBE;
132 amiga_custom.intreq = IF_DSKBLK;
138 amiga_custom
[all...]
H A Dcia.c60 amiga_custom.intreq = IF_SETCLR | base->int_mask;
81 amiga_custom.intreq = IF_SETCLR | base->int_mask;
93 amiga_custom.intreq = base->int_mask;
141 amiga_custom.intena = IF_SETCLR | IF_PORTS;
144 amiga_custom.intena = IF_SETCLR | IF_EXTER;
153 amiga_custom.intena = IF_PORTS;
156 amiga_custom.intena = IF_EXTER;
H A Damisound.c27 #define custom amiga_custom
H A Dconfig.c275 switch (amiga_custom.deniseid & 0xf) {
288 switch ((amiga_custom.vposr>>8) & 0x7f) {
403 amiga_custom.dmacon = DMAF_ALL;
405 amiga_custom.dmacon = DMAF_SETCLR | DMAF_MASTER;
640 amiga_custom.serdat = (unsigned char)c | 0x100;
641 while (!(amiga_custom.serdatr & 0x2000))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Damigahw.h273 #define amiga_custom ((*(volatile struct CUSTOM *)(zTwoBase+CUSTOM_PHYSADDR))) macro
293 amiga_custom.htotal = 113; /* 31 kHz */
294 amiga_custom.vtotal = 223; /* 70 Hz */
295 amiga_custom.beamcon0 = 0x4390; /* HARDDIS, VAR{BEAM,VSY,HSY,CSY}EN */
297 amiga_custom.hsstrt = amiga_custom.hsstop = 116;
298 amiga_custom.vsstrt = amiga_custom.vsstop = 226;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Damimouse.c45 joy0dat = amiga_custom.joy0dat;
61 potgor = amiga_custom.potgor;
80 joy0dat = amiga_custom.joy0dat;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Damijoy.c63 case 0: data = ~amiga_custom.joy0dat; button = (~ciaa.pra >> 6) & 1; break;
64 case 1: data = ~amiga_custom.joy1dat; button = (~ciaa.pra >> 7) & 1; break;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dasm-offsets.c98 DEFINE(CUSTOMBASE, &amiga_custom);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/dmasound/
H A Ddmasound_paula.c37 #define custom amiga_custom
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Damiflop.c198 #define custom amiga_custom
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Damiserial.c98 #define custom amiga_custom
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Damifb.c592 #define custom amiga_custom

Completed in 196 milliseconds