| /linux-4.1.27/drivers/net/hamradio/ | 
| D | scc.c | 275 static inline void wr(struct scc_channel *scc, unsigned char reg,  in wr()281 static inline void or(struct scc_channel *scc, unsigned char reg, unsigned char val)  in or()
 286 static inline void cl(struct scc_channel *scc, unsigned char reg, unsigned char val)  in cl()
 295 static inline void scc_discard_buffers(struct scc_channel *scc)  in scc_discard_buffers()
 321 static inline void scc_notify(struct scc_channel *scc, int event)  in scc_notify()
 340 static inline void flush_rx_FIFO(struct scc_channel *scc)  in flush_rx_FIFO()
 355 static void start_hunt(struct scc_channel *scc)  in start_hunt()
 366 static inline void scc_txint(struct scc_channel *scc)  in scc_txint()
 430 static inline void scc_exint(struct scc_channel *scc)  in scc_exint()
 515 static inline void scc_rxint(struct scc_channel *scc)  in scc_rxint()
 [all …]
 
 | 
| /linux-4.1.27/drivers/tty/serial/ | 
| D | zs.c | 105 	resource_size_t scc[ZS_NUM_SCCS];  member242 	struct zs_scc *scc = zport->scc;  in zs_transmit_drain()  local
 255 	struct zs_scc *scc = zport->scc;  in zs_line_drain()  local
 310 	struct zs_scc *scc = zport->scc;  in zs_tx_empty()  local
 378 	struct zs_scc *scc = zport->scc;  in zs_get_mctrl()  local
 391 	struct zs_scc *scc = zport->scc;  in zs_set_mctrl()  local
 431 	struct zs_scc *scc = zport->scc;  in zs_stop_tx()  local
 443 	struct zs_scc *scc = zport->scc;  in zs_start_tx()  local
 457 	struct zs_scc *scc = zport->scc;  in zs_stop_rx()  local
 491 	struct zs_scc *scc = zport->scc;  in zs_enable_ms()  local
 [all …]
 
 | 
| D | zs.h | 22 	struct zs_scc	*scc;			/* Containing SCC.  */  member
 | 
| /linux-4.1.27/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()128 static void sb_unload(struct sb_card_config *scc)  in sb_unload()
 167 static void sb_dev2cfg(struct pnp_dev *dev, struct sb_card_config *scc)  in sb_dev2cfg()
 242 	struct sb_card_config *scc;  in sb_pnp_probe()  local
 275 	struct sb_card_config *scc = pnp_get_card_drvdata(card);  in sb_pnp_remove()  local
 
 | 
| /linux-4.1.27/arch/powerpc/include/asm/ | 
| D | 8xx_immap.h | 363 typedef struct scc {		/* Serial communication channels */  struct364 	uint	scc_gsmrl;  argument
 365 	uint	scc_gsmrh;  argument
 366 	ushort	scc_psmr;  argument
 368 	ushort	scc_todr;  argument
 369 	ushort	scc_dsr;  argument
 370 	ushort	scc_scce;  argument
 372 	ushort	scc_sccm;  argument
 374 	u_char	scc_sccs;  argument
 376 } scc_t;  argument
 
 | 
| D | immap_cpm2.h | 459 typedef struct scc {		/* Serial communication channels */  struct460 	u32	scc_gsmrl;  argument
 461 	u32	scc_gsmrh;  argument
 462 	u16	scc_psmr;  argument
 464 	u16	scc_todr;  argument
 465 	u16	scc_dsr;  argument
 466 	u16	scc_scce;  argument
 468 	u16	scc_sccm;  argument
 470 	u8	scc_sccs;  argument
 472 } scc_t;  argument
 
 | 
| /linux-4.1.27/arch/arm/mach-vexpress/ | 
| D | tc2_pm.c | 44 static void __iomem *scc;  variable
 | 
| /linux-4.1.27/arch/powerpc/boot/ | 
| D | cpm-serial.c | 73 static struct cpm_scc *scc;  variable
 | 
| /linux-4.1.27/drivers/net/ethernet/freescale/fs_enet/ | 
| D | fs_enet.h | 186 		} scc;  member
 | 
| /linux-4.1.27/drivers/dma/ipu/ | 
| D | ipu_idmac.c | 257 	u32	scc:1;  member
 | 
| /linux-4.1.27/arch/m68k/include/asm/ | 
| D | m68360_quicc.h | 85 		} scc;  member
 | 
| /linux-4.1.27/drivers/net/ethernet/atheros/atlx/ | 
| D | atl1.h | 681 	u64 scc;		/* packets TX after a single collision */  member
 | 
| /linux-4.1.27/drivers/net/ethernet/intel/igb/ | 
| D | e1000_hw.h | 191 	u64 scc;  member
 | 
| /linux-4.1.27/drivers/net/ethernet/intel/e1000e/ | 
| D | hw.h | 346 	u64 scc;  member
 | 
| /linux-4.1.27/drivers/ata/ | 
| D | sata_mv.c | 4363 	u8 scc;  in mv_print_info()  local
 | 
| /linux-4.1.27/drivers/staging/dgap/ | 
| D | dgap.h | 1144 	unsigned char   scc[16];	/* U SCC registers            */  member
 | 
| /linux-4.1.27/arch/mips/include/asm/octeon/ | 
| D | cvmx-pciercx-defs.h | 1028 		uint32_t scc:1;  member
 | 
| /linux-4.1.27/drivers/net/ethernet/intel/e1000/ | 
| D | e1000_hw.h | 1284 	u64 scc;  member
 |