/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smc9194.h | 80 #define RCR 4 macro 207 #define SMC_DELAY() { inw( ioaddr + RCR );\ 208 inw( ioaddr + RCR );\ 209 inw( ioaddr + RCR ); }
|
D | smc9194.c | 324 outw( RCR_SOFTRESET, ioaddr + RCR ); in smc_reset() 331 outw( RCR_CLEAR, ioaddr + RCR ); in smc_reset() 364 outw( RCR_NORMAL, ioaddr + RCR ); in smc_enable() 393 outb( RCR_CLEAR, ioaddr + RCR ); in smc_shutdown() 1457 outw( inw(ioaddr + RCR ) | RCR_PROMISC, ioaddr + RCR ); in smc_set_multicast_list() 1469 outw( inw(ioaddr + RCR ) | RCR_ALMUL, ioaddr + RCR ); in smc_set_multicast_list() 1478 outw( inw( ioaddr + RCR ) & ~(RCR_PROMISC | RCR_ALMUL), in smc_set_multicast_list() 1479 ioaddr + RCR ); in smc_set_multicast_list() 1485 outw( inw( ioaddr + RCR ) & ~(RCR_PROMISC | RCR_ALMUL), in smc_set_multicast_list() 1486 ioaddr + RCR ); in smc_set_multicast_list()
|
D | smc91c92_cs.c | 224 #define RCR 4 macro 1097 mask_bits(0xff00, ioaddr + RCR); in smc_close() 1575 outw(rx_cfg_setting, ioaddr + RCR); in set_rx_mode() 1647 outw(RCR_SOFTRESET, ioaddr + RCR); in smc_reset() 1651 outw(RCR_CLEAR, ioaddr + RCR); in smc_reset()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | hal_init.c | 332 r8712_read32(padapter, RCR)); in rtl8712_hal_init() 333 val32 = r8712_read32(padapter, RCR); in rtl8712_hal_init() 334 r8712_write32(padapter, RCR, (val32 | BIT(26))); /* Enable RX TCP in rtl8712_hal_init() 337 r8712_read32(padapter, RCR)); in rtl8712_hal_init() 338 val32 = r8712_read32(padapter, RCR); in rtl8712_hal_init() 339 r8712_write32(padapter, RCR, (val32 | BIT(25))); /* Append PHY status */ in rtl8712_hal_init()
|
D | rtl8712_cmdctrl_regdef.h | 27 #define RCR (RTL8712_CMDCTRL_ + 0x0008) macro
|
D | rtl871x_mp_ioctl.c | 296 r8712_write8(Adapter, RCR, 0); /* RCR : disable all pkt, 0x10250048 */ in oid_rt_pro_start_test_hdl() 298 r8712_write8(Adapter, RCR + 2, 0x57); in oid_rt_pro_start_test_hdl() 878 rcr_val32 = r8712_read32(Adapter, RCR);/*RCR = 0x10250048*/ in oid_rt_set_rx_packet_type_hdl() 902 r8712_write32(Adapter, RCR, rcr_val32); in oid_rt_set_rx_packet_type_hdl()
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-r9701.c | 41 #define RCR 0x0f /* RTC Control Register */ macro
|
/linux-4.4.14/drivers/net/ethernet/microchip/ |
D | encx24j600_hw.h | 65 #define RCR(addr) (RCRCODE | (addr & ADDR_MASK)) /* Read Control Register */ macro
|
/linux-4.4.14/drivers/tty/ |
D | synclink_gt.c | 398 #define RCR 0x86 /* rx control */ macro 2742 wr_reg16(info, RCR, rd_reg16(info, RCR) | BIT3); in rx_enable() 3979 val = rd_reg16(info, RCR) & ~BIT1; /* clear enable bit */ in rx_stop() 3980 wr_reg16(info, RCR, (unsigned short)(val | BIT2)); /* set reset bit */ in rx_stop() 3981 wr_reg16(info, RCR, val); /* clear reset bit */ in rx_stop() 4004 val = rd_reg16(info, RCR) & ~BIT1; /* clear enable bit */ in rx_start() 4005 wr_reg16(info, RCR, (unsigned short)(val | BIT2)); /* set reset bit */ in rx_start() 4006 wr_reg16(info, RCR, val); /* clear reset bit */ in rx_start() 4037 wr_reg16(info, RCR, (unsigned short)(rd_reg16(info, RCR) | BIT1)); in rx_start() 4214 wr_reg16(info, RCR, val); in async_mode() [all …]
|
/linux-4.4.14/drivers/net/usb/ |
D | rtl8150.c | 28 #define RCR 0x0130 macro 626 set_registers(dev, RCR, 1, &rcr); in enable_net_traffic() 669 async_set_registers(dev, RCR, sizeof(rx_creg), rx_creg); in rtl8150_set_multicast()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | fw.c | 326 tmpu4b = rtl_read_dword(rtlpriv, RCR); in _rtl92s_firmware_checkready() 327 rtl_write_dword(rtlpriv, RCR, (tmpu4b | RCR_APPFCS | in _rtl92s_firmware_checkready()
|
D | hw.c | 311 rtl_write_dword(rtlpriv, RCR, ((u32 *) (val))[0]); in rtl92se_set_hw_reg() 794 rtl_write_dword(rtlpriv, RCR, rtlpci->receive_config); in _rtl92se_macconfig_after_fwdownload() 1018 rtlpci->receive_config = rtl_read_dword(rtlpriv, RCR); in rtl92se_hw_init() 1020 rtl_write_dword(rtlpriv, RCR, rtlpci->receive_config); in rtl92se_hw_init()
|
D | reg.h | 62 #define RCR 0x0048 macro
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | r8192U_hw.h | 130 RCR = 0x044, // Receive Configuration Register enumerator
|
D | r8192U_core.c | 840 read_nic_dword(dev, RCR, &rxconf); in rtl8192_set_rxconf() 875 write_nic_dword(dev, RCR, rxconf); in rtl8192_set_rxconf() 1854 read_nic_dword(dev, RCR, ®); in rtl8192_link_change() 1859 write_nic_dword(dev, RCR, reg); in rtl8192_link_change() 2871 write_nic_dword(dev, RCR, priv->ReceiveConfig); in rtl8192_adapter_start()
|
/linux-4.4.14/drivers/net/wan/ |
D | hd64572.h | 110 #define RCR 0x156 /* Rx DMA Critical Request Reg */ macro
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.c | 139 RegRCR = rtl92e_readl(dev, RCR); in rtl92e_set_reg() 147 rtl92e_writel(dev, RCR, RegRCR); in rtl92e_set_reg() 778 rtl92e_writel(dev, RCR, priv->ReceiveConfig); in rtl92e_start_adapter() 1005 reg = rtl92e_readl(dev, RCR); in rtl92e_link_change() 1014 rtl92e_writel(dev, RCR, reg); in rtl92e_link_change() 1029 rtl92e_writel(dev, RCR, priv->ReceiveConfig); in rtl92e_set_monitor_mode()
|
D | r8192E_hw.h | 139 RCR = 0x044, enumerator
|
/linux-4.4.14/sound/soc/dwc/ |
D | designware_i2s.c | 41 #define RCR(x) (0x40 * x + 0x030) macro 272 i2s_write_reg(dev->i2s_base, RCR(ch_reg), in dw_i2s_hw_params()
|
/linux-4.4.14/drivers/net/ethernet/renesas/ |
D | ravb.h | 79 RCR = 0x0090, enumerator
|
D | ravb_main.c | 400 ravb_write(ndev, RCR_EFFS | RCR_ENCF | RCR_ETS0 | 0x18000000, RCR); in ravb_dmac_init()
|
/linux-4.4.14/drivers/spi/ |
D | spi-atmel.c | 923 spi_writel(as, RCR, len); in atmel_spi_pdc_next_xfer() 1360 spi_readl(as, TCR), spi_readl(as, RCR)); in atmel_spi_one_transfer() 1368 spi_writel(as, RCR, 0); in atmel_spi_one_transfer()
|
/linux-4.4.14/drivers/net/ethernet/via/ |
D | via-velocity.h | 979 volatile u8 RCR; member
|
D | via-velocity.c | 1162 BYTE_REG_BITS_ON(rx_mode, ®s->RCR); in velocity_set_multi()
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | x86-opcode-map.txt | 827 3: RCR
|
/linux-4.4.14/arch/x86/lib/ |
D | x86-opcode-map.txt | 827 3: RCR
|