| /linux/drivers/soc/fsl/qbman/ |
| A D | bman.c | 306 struct bm_rcr *rcr = &portal->rcr; in bm_rcr_get_avail() local 313 struct bm_rcr *rcr = &portal->rcr; in bm_rcr_get_fill() local 320 struct bm_rcr *rcr = &portal->rcr; in bm_rcr_set_ithresh() local 328 __maybe_unused struct bm_rcr *rcr = &portal->rcr; in bm_rcr_cce_prefetch() local 336 struct bm_rcr *rcr = &portal->rcr; in bm_rcr_cce_update() local 349 struct bm_rcr *rcr = &portal->rcr; in bm_rcr_start() local 363 struct bm_rcr *rcr = &portal->rcr; in bm_rcr_pvb_commit() local 383 struct bm_rcr *rcr = &portal->rcr; in bm_rcr_init() local 390 rcr->cursor = rcr->ring + pi; in bm_rcr_init() 410 struct bm_rcr *rcr = &portal->rcr; in bm_rcr_finish() local [all …]
|
| /linux/sound/soc/ti/ |
| A D | davinci-i2s.c | 465 unsigned int rcr = 0; in davinci_i2s_hw_params() local 579 rcr |= DAVINCI_MCBSP_RCR_RDATDLY(0); in davinci_i2s_hw_params() 582 rcr |= DAVINCI_MCBSP_RCR_RDATDLY(1); in davinci_i2s_hw_params() 591 rcr &= ~DAVINCI_MCBSP_RCR_RDATDLY(1); in davinci_i2s_hw_params() 592 rcr |= DAVINCI_MCBSP_RCR_RDATDLY(2); in davinci_i2s_hw_params() 604 rcr |= DAVINCI_MCBSP_RCR_RFRLEN2(0); in davinci_i2s_hw_params() 606 rcr |= DAVINCI_MCBSP_RCR_RPHASE; in davinci_i2s_hw_params() 611 rcr |= DAVINCI_MCBSP_RCR_RFRLEN2(element_cnt - 1); in davinci_i2s_hw_params() 626 rcr |= DAVINCI_MCBSP_RCR_RFRLEN1(0); in davinci_i2s_hw_params() 632 rcr |= DAVINCI_MCBSP_RCR_RFRLEN1(element_cnt - 1); in davinci_i2s_hw_params() [all …]
|
| /linux/arch/x86/kernel/cpu/mtrr/ |
| A D | cyrix.c | 17 unsigned char arr, ccr3, rcr, shift; in cyrix_get_arr() local 29 rcr = getCx86(CX86_RCR_BASE + reg); in cyrix_get_arr() 48 switch (rcr) { in cyrix_get_arr() 64 switch (rcr) { in cyrix_get_arr()
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| A D | mac80211.c | 292 rtwdev->hal.rcr |= BIT_AM; in rtw_ops_configure_filter() 294 rtwdev->hal.rcr &= ~(BIT_AM); in rtw_ops_configure_filter() 298 rtwdev->hal.rcr |= BIT_ACRC32; in rtw_ops_configure_filter() 300 rtwdev->hal.rcr &= ~(BIT_ACRC32); in rtw_ops_configure_filter() 304 rtwdev->hal.rcr |= BIT_AAP; in rtw_ops_configure_filter() 306 rtwdev->hal.rcr &= ~(BIT_AAP); in rtw_ops_configure_filter() 310 rtwdev->hal.rcr &= ~(BIT_CBSSID_BCN | BIT_CBSSID_DATA); in rtw_ops_configure_filter() 312 rtwdev->hal.rcr |= BIT_CBSSID_BCN; in rtw_ops_configure_filter() 317 changed_flags, *new_flags, rtwdev->hal.rcr); in rtw_ops_configure_filter() 319 rtw_write32(rtwdev, REG_RCR, rtwdev->hal.rcr); in rtw_ops_configure_filter()
|
| A D | fw.c | 2230 rtwdev->hal.rcr &= ~BIT_CBSSID_BCN; in rtw_hw_scan_start() 2231 rtw_write32(rtwdev, REG_RCR, rtwdev->hal.rcr); in rtw_hw_scan_start() 2248 rtwdev->hal.rcr |= BIT_CBSSID_BCN; in rtw_hw_scan_complete() 2249 rtw_write32(rtwdev, REG_RCR, rtwdev->hal.rcr); in rtw_hw_scan_complete()
|
| A D | main.c | 1498 rtw_write32(rtwdev, REG_RCR, rtwdev->hal.rcr); in rtw_core_start() 1864 rtwdev->hal.rcr |= BIT_VHT_DACK; in rtw_chip_parameter_setup() 2141 rtwdev->hal.rcr = BIT_APP_FCS | BIT_APP_MIC | BIT_APP_ICV | in rtw_core_init()
|
| A D | main.h | 1908 u32 rcr; member
|
| /linux/drivers/net/ethernet/natsemi/ |
| A D | sonic.c | 661 unsigned int rcr; in sonic_multicast_list() local 666 rcr = SONIC_READ(SONIC_RCR) & ~(SONIC_RCR_PRO | SONIC_RCR_AMC); in sonic_multicast_list() 667 rcr |= SONIC_RCR_BRD; /* accept broadcast packets */ in sonic_multicast_list() 670 rcr |= SONIC_RCR_PRO; in sonic_multicast_list() 674 rcr |= SONIC_RCR_AMC; in sonic_multicast_list() 702 netif_dbg(lp, ifup, dev, "%s: setting RCR=%x\n", __func__, rcr); in sonic_multicast_list() 704 SONIC_WRITE(SONIC_RCR, rcr); in sonic_multicast_list()
|
| /linux/drivers/net/ethernet/davicom/ |
| A D | dm9051.c | 1036 u8 rcr = RCR_DIS_LONG | RCR_DIS_CRC | RCR_RXEN; in dm9051_set_rx_mode() local 1043 rcr |= RCR_PRMSC; in dm9051_set_rx_mode() 1044 netdev_dbg(ndev, "set_multicast rcr |= RCR_PRMSC, rcr= %02x\n", rcr); in dm9051_set_rx_mode() 1048 rcr |= RCR_ALL; in dm9051_set_rx_mode() 1049 netdev_dbg(ndev, "set_multicast rcr |= RCR_ALLMULTI, rcr= %02x\n", rcr); in dm9051_set_rx_mode() 1052 rxctrl.rcr_all = rcr; in dm9051_set_rx_mode()
|
| A D | dm9000.c | 843 u8 rcr = RCR_DIS_LONG | RCR_DIS_CRC | RCR_RXEN; in dm9000_hash_table_unlocked() local 851 rcr |= RCR_PRMSC; in dm9000_hash_table_unlocked() 854 rcr |= RCR_ALL; in dm9000_hash_table_unlocked() 868 iow(db, DM9000_RCR, rcr); in dm9000_hash_table_unlocked()
|
| /linux/arch/powerpc/include/asm/ |
| A D | mpc5121.h | 18 u32 rcr; /* Reset Control Register */ member
|
| /linux/drivers/net/usb/ |
| A D | rtl8150.c | 618 u8 cr, tcr, rcr, msr; in enable_net_traffic() local 624 rcr = 0x9e; in enable_net_traffic() 627 if (!(rcr & 0x80)) in enable_net_traffic() 629 set_registers(dev, RCR, 1, &rcr); in enable_net_traffic()
|
| A D | r8152.c | 8595 u32 rcr = 0; in rtl8152_runtime_suspend() local 8600 rcr = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR); in rtl8152_runtime_suspend() 8601 ocp_data = rcr & ~RCR_ACPT_ALL; in rtl8152_runtime_suspend() 8608 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, rcr); in rtl8152_runtime_suspend() 8627 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_RCR, rcr); in rtl8152_runtime_suspend()
|
| /linux/drivers/dma/idxd/ |
| A D | irq.c | 248 copy_size = entry_head->rcr || *bf ? cr_size : 0; in idxd_evl_fault_work() 331 if (!entry_head->rcr && status == DSA_COMP_DRAIN_EVL) in process_evl_entry()
|
| A D | registers.h | 610 u16 rcr:1; member
|
| /linux/arch/powerpc/platforms/512x/ |
| A D | mpc512x_shared.c | 38 out_be32(&reset_module_base->rcr, 0x2); in mpc512x_restart()
|
| /linux/drivers/scsi/cxlflash/ |
| A D | superpipe.c | 645 int rcr = 0; in _cxlflash_disk_release() local 711 rcr = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); in _cxlflash_disk_release() 712 if (unlikely(rcr)) in _cxlflash_disk_release() 714 __func__, rcr); in _cxlflash_disk_release()
|
| A D | main.c | 2459 int rcr = 0; in cxlflash_eh_device_reset_handler() local 2466 rcr = send_tmf(cfg, sdev, TMF_LUN_RESET); in cxlflash_eh_device_reset_handler() 2467 if (unlikely(rcr)) in cxlflash_eh_device_reset_handler() 2498 int rcr = 0; in cxlflash_eh_host_reset_handler() local 2510 rcr = afu_reset(cfg); in cxlflash_eh_host_reset_handler() 2511 if (rcr) { in cxlflash_eh_host_reset_handler()
|
| /linux/drivers/gpu/drm/xlnx/ |
| A D | zynqmp_disp.c | 747 u32 rcr, u32 gy, u32 bcb) in zynqmp_disp_blend_set_bg_color() argument 749 zynqmp_disp_blend_write(disp, ZYNQMP_DISP_V_BLEND_BG_CLR_0, rcr); in zynqmp_disp_blend_set_bg_color()
|
| /linux/drivers/net/wireless/realtek/rtl8xxxu/ |
| A D | core.c | 6929 u32 rcr = priv->regrcr; in rtl8xxxu_configure_filter() local 6939 rcr |= RCR_ACCEPT_CRC32; in rtl8xxxu_configure_filter() 6941 rcr &= ~RCR_ACCEPT_CRC32; in rtl8xxxu_configure_filter() 6956 rcr |= RCR_ACCEPT_CTRL_FRAME; in rtl8xxxu_configure_filter() 6958 rcr &= ~RCR_ACCEPT_CTRL_FRAME; in rtl8xxxu_configure_filter() 6961 rcr |= RCR_ACCEPT_AP; in rtl8xxxu_configure_filter() 6963 rcr &= ~RCR_ACCEPT_AP; in rtl8xxxu_configure_filter() 6966 rcr |= RCR_ACCEPT_PM; in rtl8xxxu_configure_filter() 6968 rcr &= ~RCR_ACCEPT_PM; in rtl8xxxu_configure_filter() 6974 rtl8xxxu_write32(priv, REG_RCR, rcr); in rtl8xxxu_configure_filter() [all …]
|
| /linux/drivers/net/ethernet/realtek/rtase/ |
| A D | rtase_main.c | 984 u16 rcr = rtase_r16(tp, RTASE_RX_CONFIG_1); in rtase_nic_enable() local 987 rtase_w16(tp, RTASE_RX_CONFIG_1, rcr & ~RTASE_PCIE_RELOAD_EN); in rtase_nic_enable() 988 rtase_w16(tp, RTASE_RX_CONFIG_1, rcr | RTASE_PCIE_RELOAD_EN); in rtase_nic_enable()
|
| /linux/drivers/net/ethernet/sun/ |
| A D | niu.c | 3396 val = le64_to_cpup(&rp->rcr[index]); in niu_rx_pkt_ignore() 3443 val = le64_to_cpup(&rp->rcr[index]); in niu_process_rx_pkt() 4263 if (rp->rcr) { in niu_free_rx_ring_info() 4266 rp->rcr, rp->rcr_dma); in niu_free_rx_ring_info() 4267 rp->rcr = NULL; in niu_free_rx_ring_info() 4360 rp->rcr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info() 4363 if (!rp->rcr) in niu_alloc_rx_ring_info() 4365 if ((unsigned long)rp->rcr & (64UL - 1)) { in niu_alloc_rx_ring_info() 4367 rp->rcr); in niu_alloc_rx_ring_info()
|
| A D | niu.h | 2922 __le64 *rcr; member
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| A D | dispc.c | 239 int ry, rcr, rcb, gy, gcr, gcb, by, bcr, bcb; member 666 dispc_write_reg(DISPC_OVL_CONV_COEF(plane, 0), CVAL(ct->rcr, ct->ry)); in dispc_ovl_write_color_conv_coef()
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| A D | dispc.c | 854 int ry, rcb, rcr, gy, gcb, gcr, by, bcb, bcr; member 864 dispc_write_reg(dispc, DISPC_OVL_CONV_COEF(plane, 0), CVAL(ct->rcr, ct->ry)); in dispc_ovl_write_color_conv_coef()
|