/openbmc/linux/drivers/net/hamradio/ |
H A D | scc.c | 278 static inline void wr(struct scc_channel *scc, unsigned char reg, in wr() 284 static inline void or(struct scc_channel *scc, unsigned char reg, unsigned char val) in or() 289 static inline void cl(struct scc_channel *scc, unsigned char reg, unsigned char val) in cl() 298 static inline void scc_discard_buffers(struct scc_channel *scc) in scc_discard_buffers() 324 static inline void scc_notify(struct scc_channel *scc, int event) in scc_notify() 343 static inline void flush_rx_FIFO(struct scc_channel *scc) in flush_rx_FIFO() 358 static void start_hunt(struct scc_channel *scc) in start_hunt() 369 static inline void scc_txint(struct scc_channel *scc) in scc_txint() 433 static inline void scc_exint(struct scc_channel *scc) in scc_exint() 518 static inline void scc_rxint(struct scc_channel *scc) in scc_rxint() [all …]
|
/openbmc/linux/drivers/tty/serial/ |
H A D | zs.c | 102 resource_size_t scc[ZS_NUM_SCCS]; member 239 struct zs_scc *scc = zport->scc; in zs_transmit_drain() local 252 struct zs_scc *scc = zport->scc; in zs_line_drain() local 307 struct zs_scc *scc = zport->scc; in zs_tx_empty() local 375 struct zs_scc *scc = zport->scc; in zs_get_mctrl() local 388 struct zs_scc *scc = zport->scc; in zs_set_mctrl() local 428 struct zs_scc *scc = zport->scc; in zs_stop_tx() local 440 struct zs_scc *scc = zport->scc; in zs_start_tx() local 454 struct zs_scc *scc = zport->scc; in zs_stop_rx() local 488 struct zs_scc *scc = zport->scc; in zs_enable_ms() local [all …]
|
H A D | zs.h | 23 struct zs_scc *scc; /* Containing SCC. */ member
|
/openbmc/qemu/target/sh4/ |
H A D | cpu.c | 109 SuperHCPUClass *scc = SUPERH_CPU_GET_CLASS(obj); in superh_cpu_reset_hold() local 168 SuperHCPUClass *scc = SUPERH_CPU_CLASS(oc); in sh7750r_class_init() local 185 SuperHCPUClass *scc = SUPERH_CPU_CLASS(oc); in sh7751r_class_init() local 202 SuperHCPUClass *scc = SUPERH_CPU_CLASS(oc); in sh7785_class_init() local 212 SuperHCPUClass *scc = SUPERH_CPU_GET_CLASS(dev); in superh_cpu_realizefn() local 268 SuperHCPUClass *scc = SUPERH_CPU_CLASS(oc); in superh_cpu_class_init() local
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.c | 36 SPARCCPUClass *scc = SPARC_CPU_GET_CLASS(obj); in sparc_cpu_reset_hold() local 789 SPARCCPUClass *scc = SPARC_CPU_GET_CLASS(dev); in sparc_cpu_realizefn() local 832 SPARCCPUClass *scc = SPARC_CPU_GET_CLASS(obj); in sparc_cpu_initfn() local 947 SPARCCPUClass *scc = SPARC_CPU_CLASS(oc); in sparc_cpu_class_init() local 997 SPARCCPUClass *scc = SPARC_CPU_CLASS(oc); in sparc_cpu_cpudef_class_init() local
|
/openbmc/qemu/target/s390x/ |
H A D | cpu.c | 170 S390CPUClass *scc = S390_CPU_GET_CLASS(cpu); in s390_cpu_reset_hold() local 248 S390CPUClass *scc = S390_CPU_GET_CLASS(dev); in s390_cpu_realizefn() local 379 S390CPUClass *scc = S390_CPU_CLASS(oc); in s390_cpu_class_init() local
|
H A D | cpu-sysemu.c | 169 S390CPUClass *scc = S390_CPU_CLASS(cc); in s390_cpu_class_init_sysemu() local
|
H A D | cpu_models_sysemu.c | 58 S390CPUClass *scc = S390_CPU_CLASS(klass); in create_cpu_model_list() local
|
H A D | cpu_models.c | 345 const S390CPUClass *scc = S390_CPU_CLASS((ObjectClass *)data); in s390_print_cpu_model_list_entry() local
|
H A D | cpu.h | 876 S390CPUClass *scc = S390_CPU_GET_CLASS(cs); in s390_do_cpu_load_normal() local
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | immap_8xx.h | 277 typedef struct scc { /* Serial communication channels */ struct 278 uint scc_gsmrl; argument 279 uint scc_gsmrh; argument 280 ushort scc_psmr; argument 282 ushort scc_todr; argument 283 ushort scc_dsr; argument 284 ushort scc_scce; argument 286 ushort scc_sccm; argument 288 u_char scc_sccs; argument 290 } scc_t; argument
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | 8xx_immap.h | 363 typedef struct scc { /* Serial communication channels */ struct 364 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
|
H A D | immap_cpm2.h | 460 typedef struct scc { /* Serial communication channels */ struct 461 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
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_cpu_core.c | 293 SpaprCpuCoreClass *scc = SPAPR_CPU_CORE_GET_CLASS(sc); in spapr_create_vcpu() local 372 SpaprCpuCoreClass *scc = SPAPR_CPU_CORE_CLASS(oc); in spapr_cpu_core_class_init() local
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx25.dtsi | 440 scc: crypto@53fac000 { label
|
/openbmc/linux/arch/arm/mach-versatile/ |
H A D | tc2_pm.c | 39 static void __iomem *scc; variable
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | cpm-serial.c | 74 static struct cpm_scc *scc; variable
|
/openbmc/qemu/hw/arm/ |
H A D | mps2.c | 84 MPS2SCC scc; member
|
H A D | mps3r.c | 114 MPS2SCC scc; member
|
H A D | mps2-tz.c | 144 MPS2SCC scc; member 462 MPS2SCC *scc = opaque; in make_scc() local
|
H A D | musca.c | 79 UnimplementedDeviceState scc; member
|
/openbmc/qemu/hw/sh4/ |
H A D | sh7750.c | 214 SuperHCPUClass *scc; in sh7750_mem_readl() local
|
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/ |
H A D | fs_enet.h | 194 } scc; member
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_hw.h | 211 u64 scc; member
|
/openbmc/u-boot/drivers/video/ |
H A D | mx3fb.c | 327 u32 scc:1; member
|