Searched refs:SCC (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dhydra.h47 char SCC[0x1000]; member in struct:Hydra
61 #define HYDRA_FC_SCC_CELL_EN 0x00000001 /* Enable SCC Clock */
63 #define HYDRA_FC_SCCA_ENABLE 0x00000004 /* Enable SCC A Lines */
64 #define HYDRA_FC_SCCB_ENABLE 0x00000008 /* Enable SCC B Lines */
66 #define HYDRA_FC_RESET_SCC 0x00000020 /* Reset SCC */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/atari/
H A Dataints.c17 * Corrected a bug in atari_add_isr() which rejected all SCC
61 * TT-MFP, SCC, and finally VME interrupts. Vector numbers for the latter can
198 if (ATARIHW_PRESENT(SCC) && !atari_SCC_reset_done) {
208 * needs them?) MFP and SCC are
211 tt_scu.vme_mask = 0x60; /* enable MFP and SCC ints */
H A Dconfig.c85 /* ++roman: This is a more elaborate test for an SCC chip, since the plain
86 * Medusa board generates DTACK at the SCC's standard addresses, but a SCC
313 ATARIHW_SET(SCC);
314 printk("SCC ");
636 ATARIHW_ANNOUNCE(SCC, "Serial Communications Controller SCC 8530");
637 ATARIHW_ANNOUNCE(ST_ESCC, "Extended Serial Communications Controller SCC 85230");
643 ATARIHW_ANNOUNCE(SCC_DMA, "DMA Controller for SCC");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Datarihw.h88 ATARIHW_DECLARE(SCC); /* Serial Communications Contr. */
89 ATARIHW_DECLARE(ST_ESCC); /* SCC Z83230 in an ST */
97 ATARIHW_DECLARE(SCC_DMA); /* DMA for the SCC */
438 ** SCC Z8530
442 struct SCC struct
452 # define scc ((*(volatile struct SCC*)SCC_BAS))
455 # define st_escc ((*(volatile struct SCC*)0xfffffa31))
458 /* TT SCC DMA Controller (same chip as SCSI DMA) */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dlib.c394 er32(SCC);
H A Dnetdev.c3818 adapter->stats.scc += er32(SCC);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_hw.c4519 temp = er32(SCC);
H A De1000_main.c3222 adapter->stats.scc += er32(SCC);

Completed in 152 milliseconds