Home
last modified time | relevance | path

Searched refs:ncr (Results 1 – 8 of 8) sorted by relevance

/linux/arch/s390/include/asm/
A Dsysinfo.h40 unsigned int ncr; member
/linux/drivers/net/ethernet/davicom/
A Ddm9000.c754 unsigned ncr = dm9000_read_locked(db, DM9000_NCR); in dm9000_show_carrier() local
761 (ncr & NCR_FDX) ? "full" : "half", lpa); in dm9000_show_carrier()
903 unsigned int ncr; in dm9000_init_dm9000() local
929 ncr = (db->flags & DM9000_PLATF_EXT_PHY) ? NCR_EXT_PHY : 0; in dm9000_init_dm9000()
935 ncr |= NCR_WAKEEN; in dm9000_init_dm9000()
937 iow(db, DM9000_NCR, ncr); in dm9000_init_dm9000()
/linux/arch/s390/kernel/
A Dsysinfo.c122 if (info->ncr) in stsi_1_1_1()
123 seq_printf(m, "Nominal Cap. Rating: %08u\n", info->ncr); in stsi_1_1_1()
/linux/Documentation/scsi/
A DChangeLog.sym53c8xx_27 - Change a couple of defines containing ncr or NCR by their
A Dsym53c8xx_2.rst79 1993: ncr driver written for 386bsd and FreeBSD by:
84 1996: port of the ncr driver to Linux-1.2.13 and rename it ncr53c8xx.
A DChangeLog.sym53c8xx378 James Bottomley <James.Bottomley@columbiasc.ncr.com>
A Dncr53c8xx.rst94 The initial Linux ncr53c8xx driver has been a port of the ncr driver from
/linux/drivers/net/ethernet/cadence/
A Dmacb_main.c662 u32 old_ncr, ncr; in macb_mac_config() local
667 old_ncr = ncr = macb_or_gem_readl(bp, NCR); in macb_mac_config()
674 ncr &= ~GEM_BIT(ENABLE_HS_MAC); in macb_mac_config()
680 ncr |= GEM_BIT(ENABLE_HS_MAC); in macb_mac_config()
683 ncr |= MACB_BIT(MIIONRGMII); in macb_mac_config()
691 if (old_ncr ^ ncr) in macb_mac_config()
692 macb_or_gem_writel(bp, NCR, ncr); in macb_mac_config()

Completed in 25 milliseconds