Searched refs:ncr (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/arch/s390/include/asm/ |
H A D | sysinfo.h | 40 unsigned int ncr; member
|
/openbmc/linux/drivers/net/ethernet/davicom/ |
H A D | dm9000.c | 753 unsigned ncr = dm9000_read_locked(db, DM9000_NCR); in dm9000_show_carrier() local 760 (ncr & NCR_FDX) ? "full" : "half", lpa); in dm9000_show_carrier() 902 unsigned int ncr; in dm9000_init_dm9000() local 928 ncr = (db->flags & DM9000_PLATF_EXT_PHY) ? NCR_EXT_PHY : 0; in dm9000_init_dm9000() 934 ncr |= NCR_WAKEEN; in dm9000_init_dm9000() 936 iow(db, DM9000_NCR, ncr); in dm9000_init_dm9000()
|
/openbmc/u-boot/drivers/net/ |
H A D | macb.c | 773 u32 ncr, tsr; in _macb_halt() local 776 ncr = macb_readl(macb, NCR); in _macb_halt() 777 ncr |= MACB_BIT(THALT); in _macb_halt() 778 macb_writel(macb, NCR, ncr); in _macb_halt()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | sysinfo.c | 123 if (info->ncr) in stsi_1_1_1() 124 seq_printf(m, "Nominal Cap. Rating: %08u\n", info->ncr); in stsi_1_1_1()
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.sym53c8xx_2 | 7 - Change a couple of defines containing ncr or NCR by their
|
H A D | sym53c8xx_2.rst | 79 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.
|
H A D | ChangeLog.sym53c8xx | 378 James Bottomley <James.Bottomley@columbiasc.ncr.com>
|
H A D | ncr53c8xx.rst | 94 The initial Linux ncr53c8xx driver has been a port of the ncr driver from
|
/openbmc/linux/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 650 u32 old_ncr, ncr; in macb_mac_config() local 655 old_ncr = ncr = macb_or_gem_readl(bp, NCR); in macb_mac_config() 662 ncr &= ~GEM_BIT(ENABLE_HS_MAC); in macb_mac_config() 668 ncr |= GEM_BIT(ENABLE_HS_MAC); in macb_mac_config() 671 ncr |= MACB_BIT(MIIONRGMII); in macb_mac_config() 679 if (old_ncr ^ ncr) in macb_mac_config() 680 macb_or_gem_writel(bp, NCR, ncr); in macb_mac_config()
|
/openbmc/linux/Documentation/filesystems/caching/ |
H A D | fscache.rst | 210 | |ncr=N |Number of create requests refused due to lack of space |
|
/openbmc/u-boot/doc/uImage.FIT/ |
H A D | source_file_format.txt | 174 "solaris", "irix", "sco", "dell", "ncr", "lynxos", "vxworks", "psos", "qnx",
|