Searched refs:gayle (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Damipcmcia.h29 return (gayle.cardstatus & 0x7c);
34 return (gayle.intreq);
39 gayle.intreq = 0xf8;
44 gayle.inten |= GAYLE_IRQ_IRQ;
49 gayle.inten &= ~GAYLE_IRQ_IRQ;
52 #define PCMCIA_INSERTED (gayle.cardstatus & GAYLE_CS_CCDET)
H A Damigayle.h2 ** asm-m68k/amigayle.h -- This header defines the registers of the gayle chip
52 #define GAYLE_ADDRESS (0xda8000) /* gayle main registers base address */
57 #define gayle (*(volatile struct GAYLE *)(zTwoBase+GAYLE_ADDRESS)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/amiga/
H A Dpcmcia.c23 /* gayle config byte for program voltage and access speed */
88 gayle.config = cfg_byte;
107 gayle.config = cfg_byte;
113 gayle.cardstatus = GAYLE_CS_WR|GAYLE_CS_DA;
119 gayle.cardstatus = 0;
H A Damiints.c88 gayle.inten = GAYLE_IRQ_IDE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A DMakefile31 obj-$(CONFIG_BLK_DEV_GAYLE) += gayle.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dapne.c528 if (!(gayle.inten & GAYLE_IRQ_IRQ))

Completed in 65 milliseconds