/linux-4.4.14/drivers/net/hamradio/ |
D | scc.c | 201 static void init_channel(struct scc_channel *scc); 202 static void scc_key_trx (struct scc_channel *scc, char tx); 203 static void scc_init_timer(struct scc_channel *scc); 205 static int scc_net_alloc(const char *name, struct scc_channel *scc); 209 static void scc_net_rx(struct scc_channel *scc, struct sk_buff *skb); 275 static inline void wr(struct scc_channel *scc, unsigned char reg, in wr() argument 278 OutReg(scc->ctrl, reg, (scc->wreg[reg] = val)); in wr() 281 static inline void or(struct scc_channel *scc, unsigned char reg, unsigned char val) in or() argument 283 OutReg(scc->ctrl, reg, (scc->wreg[reg] |= val)); in or() 286 static inline void cl(struct scc_channel *scc, unsigned char reg, unsigned char val) in cl() argument [all …]
|
D | Makefile | 14 obj-$(CONFIG_SCC) += scc.o
|
D | Kconfig | 92 will be called scc.
|
/linux-4.4.14/sound/oss/ |
D | sb_card.c | 99 static int sb_register_oss(struct sb_card_config *scc, struct sb_module_options *sbmo) in sb_register_oss() argument 101 if (!request_region(scc->conf.io_base, 16, "soundblaster")) { in sb_register_oss() 103 kfree(scc); in sb_register_oss() 107 if (!sb_dsp_detect(&scc->conf, 0, 0, sbmo)) { in sb_register_oss() 108 release_region(scc->conf.io_base, 16); in sb_register_oss() 110 kfree(scc); in sb_register_oss() 113 if(!sb_dsp_init(&scc->conf, THIS_MODULE)) { in sb_register_oss() 115 kfree(scc); in sb_register_oss() 118 if(scc->mpucnf.io_base > 0) { in sb_register_oss() 119 scc->mpu = 1; in sb_register_oss() [all …]
|
/linux-4.4.14/drivers/tty/serial/ |
D | zs.c | 105 resource_size_t scc[ZS_NUM_SCCS]; member 201 if (!zport->scc) in zs_dump() 242 struct zs_scc *scc = zport->scc; in zs_transmit_drain() local 246 zs_spin_unlock_cond_irq(&scc->zlock, irq); in zs_transmit_drain() 248 zs_spin_lock_cond_irq(&scc->zlock, irq); in zs_transmit_drain() 255 struct zs_scc *scc = zport->scc; in zs_line_drain() local 259 zs_spin_unlock_cond_irq(&scc->zlock, irq); in zs_line_drain() 261 zs_spin_lock_cond_irq(&scc->zlock, irq); in zs_line_drain() 310 struct zs_scc *scc = zport->scc; in zs_tx_empty() local 314 spin_lock_irqsave(&scc->zlock, flags); in zs_tx_empty() [all …]
|
D | zs.h | 22 struct zs_scc *scc; /* Containing SCC. */ member
|
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/ |
D | mac-scc.c | 105 fep->scc.sccp = of_iomap(ofdev->dev.of_node, 0); in do_pd_setup() 106 if (!fep->scc.sccp) in do_pd_setup() 109 fep->scc.ep = of_iomap(ofdev->dev.of_node, 1); in do_pd_setup() 110 if (!fep->scc.ep) { in do_pd_setup() 111 iounmap(fep->scc.sccp); in do_pd_setup() 130 fep->scc.hthi = 0; in setup_data() 131 fep->scc.htlo = 0; in setup_data() 174 scc_t __iomem *sccp = fep->scc.sccp; in set_promiscuous_mode() 182 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_start() 193 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_one() [all …]
|
D | Makefile | 7 fs_enet-$(CONFIG_FS_ENET_HAS_SCC) += mac-scc.o
|
D | fs_enet.h | 186 } scc; member
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | vexpress-scc.txt | 15 - compatible value: "arm,vexpress-scc,<model>", "arm,vexpress-scc"; 19 compatible = "arm,vexpress-scc,v2p-ca15_a7", "arm,vexpress-scc"; 29 scc@7fff0000 { 30 compatible = "arm,vexpress-scc,v2p-ca15_a7", "arm,vexpress-scc";
|
D | vexpress-sysreg.txt | 77 "arm,vexpress-scc"
|
/linux-4.4.14/arch/arm/mach-vexpress/ |
D | tc2_pm.c | 44 static void __iomem *scc; variable 123 return !(readl_relaxed(scc + RESET_CTRL) & mask); in tc2_core_in_reset() 139 readl_relaxed(scc + RESET_CTRL)); in tc2_pm_wait_for_powerdown() 219 scc = of_iomap(np, 0); in tc2_pm_init() 220 if (!scc) in tc2_pm_init() 223 a15_cluster_id = readl_relaxed(scc + A15_CONF) & 0xf; in tc2_pm_init() 224 a7_cluster_id = readl_relaxed(scc + A7_CONF) & 0xf; in tc2_pm_init() 228 sys_info = readl_relaxed(scc + SYS_INFO); in tc2_pm_init() 240 ret = ve_spc_init(scc + SPC_BASE, a15_cluster_id, irq); in tc2_pm_init()
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/ |
D | serial.txt | 6 - fsl,cpm1-scc-uart 7 - fsl,cpm2-scc-uart 23 compatible = "fsl,mpc8272-scc-uart", 24 "fsl,cpm2-scc-uart";
|
D | network.txt | 4 - fsl,cpm1-scc-enet 5 - fsl,cpm2-scc-enet
|
D | cpm.txt | 33 scc/fcc/ucc registers, and the second represents the device's
|
/linux-4.4.14/arch/powerpc/boot/ |
D | cpm-serial.c | 73 static struct cpm_scc *scc; variable 118 out_be32(&scc->gsmrl, in_be32(&scc->gsmrl) & ~0x30); in scc_disable_port() 129 out_be32(&scc->gsmrl, in_be32(&scc->gsmrl) | 0x30); in scc_enable_port() 238 scc = vreg[0]; in cpm_console_init()
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | pq2fads.dts | 155 compatible = "fsl,mpc8280-scc-uart", 156 "fsl,cpm2-scc-uart"; 166 compatible = "fsl,mpc8280-scc-uart", 167 "fsl,cpm2-scc-uart";
|
D | mpc8272ads.dts | 156 compatible = "fsl,mpc8272-scc-uart", 157 "fsl,cpm2-scc-uart"; 167 compatible = "fsl,mpc8272-scc-uart", 168 "fsl,cpm2-scc-uart";
|
D | ksi8560.dts | 252 compatible = "fsl,mpc8560-scc-uart", 253 "fsl,cpm2-scc-uart"; 264 compatible = "fsl,mpc8560-scc-uart", 265 "fsl,cpm2-scc-uart";
|
D | tqm8560.dts | 270 compatible = "fsl,mpc8560-scc-uart", 271 "fsl,cpm2-scc-uart"; 282 compatible = "fsl,mpc8560-scc-uart", 283 "fsl,cpm2-scc-uart";
|
D | mpc866ads.dts | 164 compatible = "fsl,mpc866-scc-enet", 165 "fsl,cpm1-scc-enet";
|
D | ep8248e.dts | 148 compatible = "fsl,mpc8248-scc-uart", 149 "fsl,cpm2-scc-uart";
|
D | tqm8xx.dts | 185 compatible = "fsl,mpc860-scc-enet", 186 "fsl,cpm1-scc-enet";
|
D | ep88xc.dts | 191 compatible = "fsl,mpc885-scc-uart", 192 "fsl,cpm1-scc-uart";
|
D | mpc885ads.dts | 205 compatible = "fsl,mpc885-scc-enet", 206 "fsl,cpm1-scc-enet";
|
D | stx_gp3_8560.dts | 252 compatible = "fsl,mpc8560-scc-uart", 253 "fsl,cpm2-scc-uart";
|
D | mgcoge.dts | 152 compatible = "fsl,mpc8247-scc-enet", 153 "fsl,cpm2-scc-enet";
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | mpc8560ads.dts | 255 compatible = "fsl,mpc8560-scc-uart", 256 "fsl,cpm2-scc-uart"; 267 compatible = "fsl,mpc8560-scc-uart", 268 "fsl,cpm2-scc-uart";
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | vexpress-v2p-ca15_a7.dts | 186 scc@7fff0000 { 187 compatible = "arm,vexpress-scc,v2p-ca15_a7", "arm,vexpress-scc";
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | m68360_quicc.h | 85 } scc; member
|
/linux-4.4.14/arch/mips/include/asm/txx9/ |
D | tx3927.h | 78 endian_def_b4(cc, scc, rpli, rid);
|
/linux-4.4.14/Documentation/networking/ |
D | z8530drv.txt | 55 insmod scc.o 223 the "attach scc" command in net, except that the string "init" must 326 Now "ifconfig" the scc device: 635 really occurred within the scc driver. 640 - information on your hardware (computer system, scc board, modem)
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | phy-miphy28lp.txt | 43 - st,scc-on : enable ssc to reduce effects of EMI (only for sata or PCIe).
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | 8xx_immap.h | 363 typedef struct scc { /* Serial communication channels */ struct
|
D | immap_cpm2.h | 459 typedef struct scc { /* Serial communication channels */ struct
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 191 u64 scc; member
|
D | igb_ethtool.c | 71 IGB_STAT("tx_single_coll_ok", stats.scc), 543 regs_buff[59] = adapter->stats.scc; in igb_get_regs()
|
D | igb_main.c | 5288 adapter->stats.scc += rd32(E1000_SCC); in igb_update_stats()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/ |
D | atl1.h | 681 u64 scc; /* packets TX after a single collision */ member
|
D | atl1.c | 1722 adapter->soft_stats.scc += smb->tx_1_col; in atl1_inc_smb() 3185 {"tx_single_coll_ok", ATL1_STAT(soft_stats.scc)},
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 346 u64 scc; member
|
D | ethtool.c | 82 E1000_STAT("tx_single_coll_ok", stats.scc),
|
D | netdev.c | 4789 adapter->stats.scc += phy_data; in e1000e_update_phy_stats() 4864 adapter->stats.scc += er32(SCC); in e1000e_update_stats()
|
/linux-4.4.14/drivers/staging/dgap/ |
D | dgap.h | 1143 unsigned char scc[16]; /* U SCC registers */ member
|
/linux-4.4.14/drivers/ata/ |
D | sata_mv.c | 4363 u8 scc; in mv_print_info() local 4369 pci_read_config_byte(pdev, PCI_CLASS_DEVICE, &scc); in mv_print_info() 4370 if (scc == 0) in mv_print_info() 4372 else if (scc == 0x01) in mv_print_info()
|
/linux-4.4.14/include/uapi/linux/ |
D | Kbuild | 360 header-y += scc.h
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pciercx-defs.h | 1028 uint32_t scc:1; member 1062 uint32_t scc:1;
|
/linux-4.4.14/drivers/dma/ipu/ |
D | ipu_idmac.c | 257 u32 scc:1; member
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.h | 1284 u64 scc; member
|
D | e1000_ethtool.c | 73 { "tx_single_coll_ok", E1000_STAT(stats.scc) },
|
D | e1000_main.c | 3644 adapter->stats.scc += er32(SCC); in e1000_update_stats()
|
/linux-4.4.14/ |
D | MAINTAINERS | 5024 F: drivers/net/hamradio/scc.c 11907 F: drivers/net/hamradio/*scc.c
|