Searched refs:ncr (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/s390/include/asm/ |
D | sysinfo.h | 42 unsigned int ncr; member
|
/linux-4.1.27/arch/s390/kernel/ |
D | sysinfo.c | 93 if (info->ncr) in stsi_1_1_1() 94 seq_printf(m, "Nominal Cap. Rating: %08u\n", info->ncr); in stsi_1_1_1()
|
/linux-4.1.27/drivers/net/ethernet/davicom/ |
D | dm9000.c | 764 unsigned ncr = dm9000_read_locked(db, DM9000_NCR); in dm9000_show_carrier() local 771 (ncr & NCR_FDX) ? "full" : "half", lpa); in dm9000_show_carrier() 913 unsigned int ncr; in dm9000_init_dm9000() local 939 ncr = (db->flags & DM9000_PLATF_EXT_PHY) ? NCR_EXT_PHY : 0; in dm9000_init_dm9000() 945 ncr |= NCR_WAKEEN; in dm9000_init_dm9000() 947 iow(db, DM9000_NCR, ncr); in dm9000_init_dm9000()
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.sym53c8xx_2 | 7 - Change a couple of defines containing ncr or NCR by their
|
D | sym53c8xx_2.txt | 72 1993: ncr driver written for 386bsd and FreeBSD by: 76 1996: port of the ncr driver to Linux-1.2.13 and rename it ncr53c8xx.
|
D | ChangeLog.sym53c8xx | 378 James Bottomley <James.Bottomley@columbiasc.ncr.com>
|
D | ncr53c8xx.txt | 88 The initial Linux ncr53c8xx driver has been a port of the ncr driver from
|
/linux-4.1.27/drivers/net/ethernet/cadence/ |
D | macb.c | 1604 u32 tmp, ncr; in macb_configure_dma() local 1618 ncr = macb_readl(bp, NCR); in macb_configure_dma() 1628 macb_writel(bp, NCR, ncr); in macb_configure_dma()
|