Searched refs:rfcr (Results 1 - 10 of 10) 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 Dm68360_pram.h85 unsigned char rfcr; /* Rx function code */ member in struct:hdlc_pram
145 unsigned char rfcr; /* Rx function code */ member in struct:uart_pram
197 unsigned char rfcr; /* Rx function code */ member in struct:bisync_pram
248 unsigned char rfcr; /* Rx function code */ member in struct:spi_pram
266 unsigned char rfcr; /* Rx function code */ member in struct:smc_uart_pram
290 unsigned char rfcr; /* Rx function code */ member in struct:smc_trnsp_pram
319 unsigned char rfcr; /* Rx function code */ member in struct:ethernet_pram
396 unsigned char rfcr; /* Rx function code */ member in struct:transparent_pram
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dcpm-serial.c44 u8 rfcr; member in struct:cpm_param
137 out_8(&param->rfcr, 0x10);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dcpm.h15 u8 rfcr; /* Rx function code */ member in struct:spi_pram
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsis900.c263 * to rfdr. rfdr is accessed through rfcr. MAC address is read into
274 rfcrSave = inl(rfcr + ioaddr);
280 outl(rfcrSave & ~RFEN, rfcr + ioaddr);
284 outl((i << RFADDR_shift), ioaddr + rfcr);
289 outl(rfcrSave | RFEN, rfcr + ioaddr);
1015 rfcrSave = inl(rfcr + ioaddr);
1018 outl(rfcrSave & ~RFEN, rfcr + ioaddr);
1025 outl((i << RFADDR_shift), ioaddr + rfcr);
1035 outl(rfcrSave | RFEN, rfcr + ioaddr);
2230 outl((u32)(0x00000004+i) << RFADDR_shift, ioaddr + rfcr);
[all...]
H A Dsis900.h36 rfcr=0x48, //Receive Filter Control Register enumerator in enum:sis900_registers
H A Dnatsemi.c1388 u32 rfcr; local
1407 rfcr = readl(ioaddr + RxFilterAddr) & RFCR_RESET_SAVE;
1446 rfcr |= readl(ioaddr + RxFilterAddr) & ~RFCR_RESET_SAVE;
1457 writel(rfcr, ioaddr + RxFilterAddr);
2961 u32 rfcr; local
2983 rfcr = readl(ioaddr + RxFilterAddr);
2988 writel(rfcr, ioaddr + RxFilterAddr);
H A Dns83820.c1607 u8 __iomem *rfcr = dev->base + RFCR; local
1623 val = (readl(rfcr) & and_mask) | or_mask;
1625 writel(val & ~RFCR_RFEN, rfcr);
1626 writel(val, rfcr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-cpm.c65 u_char rfcr; /* Rx function code */ member in struct:i2c_ram
158 out_8(&i2c_ram->rfcr, I2C_EB);
161 out_8(&i2c_ram->rfcr, I2C_EB_CPM2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D68360serial.c2582 sup->rfcr = SMC_EB;
2661 up->rfcr = SMC_EB;
2819 sup->rfcr = SMC_EB;
2874 up->rfcr = SMC_EB;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_mpc8xxx.c320 * tfcr/rfcr is set to CPMFCR_GBL */
941 out_8(&mspi->pram->rfcr, CPMFCR_EB | CPMFCR_GBL);

Completed in 419 milliseconds