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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68k/
H A Dmachw.h44 MACHW_DECLARE(SCC); /* Serial Communications Contr. */
H A Datarihw.h89 ATARIHW_DECLARE(SCC); /* Serial Communications Contr. */
90 ATARIHW_DECLARE(ST_ESCC); /* SCC Z83230 in an ST */
98 ATARIHW_DECLARE(SCC_DMA); /* DMA for the SCC */
439 ** SCC Z8530
443 struct SCC struct
453 # define scc ((*(volatile struct SCC*)SCC_BAS))
456 # define st_escc ((*(volatile struct SCC*)0xfffffa31))
459 /* TT SCC DMA Controller (same chip as SCSI DMA) */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ppc/
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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/atari/
H A Dataints.c17 * Corrected a bug in atari_add_isr() which rejected all SCC
60 * TT-MFP, SCC, and finally VME interrupts. Vector numbers for the latter can
197 if (ATARIHW_PRESENT(SCC) && !atari_SCC_reset_done) {
207 * needs them?) MFP and SCC are
210 tt_scu.vme_mask = 0x60; /* enable MFP and SCC ints */
H A Dconfig.c73 /* ++roman: This is a more elaborate test for an SCC chip, since the plain
74 * Medusa board generates DTACK at the SCC's standard addresses, but a SCC
306 ATARIHW_SET(SCC);
307 printk("SCC ");
637 ATARIHW_ANNOUNCE(SCC, "Serial Communications Controller SCC 8530");
638 ATARIHW_ANNOUNCE(ST_ESCC, "Extended Serial Communications Controller SCC 85230");
644 ATARIHW_ANNOUNCE(SCC_DMA, "DMA Controller for SCC");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_main.c3568 adapter->stats.scc += E1000_READ_REG(hw, SCC);
H A De1000_hw.c6289 temp = E1000_READ_REG(hw, SCC);

Completed in 107 milliseconds