| /Linux-v5.4/drivers/net/hamradio/ | 
| D | scc.c | 276 static inline void wr(struct scc_channel *scc, unsigned char reg,  in wr()282 static inline void or(struct scc_channel *scc, unsigned char reg, unsigned char val)  in or()
 287 static inline void cl(struct scc_channel *scc, unsigned char reg, unsigned char val)  in cl()
 296 static inline void scc_discard_buffers(struct scc_channel *scc)  in scc_discard_buffers()
 322 static inline void scc_notify(struct scc_channel *scc, int event)  in scc_notify()
 341 static inline void flush_rx_FIFO(struct scc_channel *scc)  in flush_rx_FIFO()
 356 static void start_hunt(struct scc_channel *scc)  in start_hunt()
 367 static inline void scc_txint(struct scc_channel *scc)  in scc_txint()
 431 static inline void scc_exint(struct scc_channel *scc)  in scc_exint()
 516 static inline void scc_rxint(struct scc_channel *scc)  in scc_rxint()
 [all …]
 
 | 
| /Linux-v5.4/drivers/tty/serial/ | 
| D | zs.c | 106 	resource_size_t scc[ZS_NUM_SCCS];  member243 	struct zs_scc *scc = zport->scc;  in zs_transmit_drain()  local
 256 	struct zs_scc *scc = zport->scc;  in zs_line_drain()  local
 311 	struct zs_scc *scc = zport->scc;  in zs_tx_empty()  local
 379 	struct zs_scc *scc = zport->scc;  in zs_get_mctrl()  local
 392 	struct zs_scc *scc = zport->scc;  in zs_set_mctrl()  local
 432 	struct zs_scc *scc = zport->scc;  in zs_stop_tx()  local
 444 	struct zs_scc *scc = zport->scc;  in zs_start_tx()  local
 458 	struct zs_scc *scc = zport->scc;  in zs_stop_rx()  local
 492 	struct zs_scc *scc = zport->scc;  in zs_enable_ms()  local
 [all …]
 
 | 
| D | zs.h | 23 	struct zs_scc	*scc;			/* Containing SCC.  */  member
 | 
| /Linux-v5.4/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 | 460 typedef struct scc {		/* Serial communication channels */  struct461 	u32	scc_gsmrl;  argument
 462 	u32	scc_gsmrh;  argument
 463 	u16	scc_psmr;  argument
 465 	u16	scc_todr;  argument
 466 	u16	scc_dsr;  argument
 467 	u16	scc_scce;  argument
 469 	u16	scc_sccm;  argument
 471 	u8	scc_sccs;  argument
 473 } scc_t;  argument
 
 | 
| /Linux-v5.4/arch/arm/boot/dts/ | 
| D | imx25.dtsi | 440 			scc: crypto@53fac000 {  label
 | 
| /Linux-v5.4/arch/arm/mach-vexpress/ | 
| D | tc2_pm.c | 41 static void __iomem *scc;  variable
 | 
| /Linux-v5.4/arch/powerpc/boot/ | 
| D | cpm-serial.c | 74 static struct cpm_scc *scc;  variable
 | 
| /Linux-v5.4/drivers/net/ethernet/freescale/fs_enet/ | 
| D | fs_enet.h | 179 		} scc;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/igc/ | 
| D | igc_hw.h | 225 	u64 scc;  member
 | 
| /Linux-v5.4/drivers/dma/ipu/ | 
| D | ipu_idmac.c | 254 	u32	scc:1;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/atheros/atlx/ | 
| D | atl1.h | 668 	u64 scc;		/* packets TX after a single collision */  member
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/igb/ | 
| D | e1000_hw.h | 173 	u64 scc;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/e1000e/ | 
| D | hw.h | 342 	u64 scc;  member
 | 
| /Linux-v5.4/drivers/ata/ | 
| D | sata_mv.c | 4330 	u8 scc;  in mv_print_info()  local
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/e1000/ | 
| D | e1000_hw.h | 1259 	u64 scc;  member
 |