Home
last modified time | relevance | path

Searched refs:rcr (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/natsemi/
Dsonic.c530 unsigned int rcr; in sonic_multicast_list() local
535 rcr = SONIC_READ(SONIC_RCR) & ~(SONIC_RCR_PRO | SONIC_RCR_AMC); in sonic_multicast_list()
536 rcr |= SONIC_RCR_BRD; /* accept broadcast packets */ in sonic_multicast_list()
539 rcr |= SONIC_RCR_PRO; in sonic_multicast_list()
543 rcr |= SONIC_RCR_AMC; in sonic_multicast_list()
566 printk("sonic_multicast_list: setting RCR=%x\n", rcr); in sonic_multicast_list()
568 SONIC_WRITE(SONIC_RCR, rcr); in sonic_multicast_list()
/drivers/net/usb/
Drtl8150.c616 u8 cr, tcr, rcr, msr; in enable_net_traffic() local
622 rcr = 0x9e; in enable_net_traffic()
625 if (!(rcr & 0x80)) in enable_net_traffic()
627 set_registers(dev, RCR, 1, &rcr); in enable_net_traffic()
/drivers/net/ethernet/davicom/
Ddm9000.c831 u8 rcr = RCR_DIS_LONG | RCR_DIS_CRC | RCR_RXEN; in dm9000_hash_table_unlocked() local
846 rcr |= RCR_PRMSC; in dm9000_hash_table_unlocked()
849 rcr |= RCR_ALL; in dm9000_hash_table_unlocked()
863 iow(db, DM9000_RCR, rcr); in dm9000_hash_table_unlocked()
/drivers/net/ethernet/sun/
Dniu.c3396 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()
4264 if (rp->rcr) { in niu_free_rx_ring_info()
4267 rp->rcr, rp->rcr_dma); in niu_free_rx_ring_info()
4268 rp->rcr = NULL; in niu_free_rx_ring_info()
4361 rp->rcr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info()
4364 if (!rp->rcr) in niu_alloc_rx_ring_info()
4366 if ((unsigned long)rp->rcr & (64UL - 1)) { in niu_alloc_rx_ring_info()
4368 rp->rcr); in niu_alloc_rx_ring_info()
Dniu.h2921 __le64 *rcr; member
/drivers/video/omap2/dss/
Ddispc.c221 int ry, rcr, rcb, gy, gcr, gcb, by, bcr, bcb; member
671 dispc_write_reg(DISPC_OVL_CONV_COEF(plane, 0), CVAL(ct->rcr, ct->ry)); in dispc_ovl_write_color_conv_coef()