| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_aic.c | 143 sc = scp->sc; in aicmixer_init() 190 sc = scp->sc; in aicchan_init() 249 sc = scp->sc; in aicchan_setspeed() 286 sc = scp->sc; in aicchan_setblocksize() 303 scp = arg; in aic_intr() 304 sc = scp->sc; in aic_intr() 331 sc = scp->sc; in setup_xdma() 364 sc = scp->sc; in aic_start() 388 sc = scp->sc; in aic_stop() 408 sc = scp->sc; in aicchan_trigger() [all …]
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx6_ssi.c | 241 sc = scp->sc; in ssimixer_init() 295 sc = scp->sc; in ssichan_init() 354 sc = scp->sc; in ssichan_setspeed() 417 scp = arg; in ssi_dma_intr() 419 sc = scp->sc; in ssi_dma_intr() 488 sc = scp->sc; in setup_dma() 528 sc = scp->sc; in ssi_start() 550 sc = scp->sc; in ssi_stop() 572 sc = scp->sc; in ssichan_trigger() 613 sc = scp->sc; in ssichan_getptr() [all …]
|
| /f-stack/freebsd/arm/freescale/vybrid/ |
| H A D | vf_sai.c | 206 sc = scp->sc; in saimixer_init() 257 sc = scp->sc; in saichan_init() 316 sc = scp->sc; in saichan_setspeed() 389 scp = arg; in sai_dma_intr() 392 sc = scp->sc; in sai_dma_intr() 480 sc = scp->sc; in setup_dma() 553 sc = scp->sc; in saichan_getptr() 609 scp = arg; in sai_intr() 610 sc = scp->sc; in sai_intr() 721 scp->sc = sc; in sai_attach() [all …]
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_lcd_syscons.c | 224 am335x_rend_init(scr_stat* scp) in am335x_rend_init() argument 229 am335x_rend_clear(scr_stat* scp, int c, int attr) in am335x_rend_clear() argument 234 am335x_rend_draw_border(scr_stat* scp, int color) in am335x_rend_draw_border() argument 241 video_adapter_t* adp = scp->sc->adp; in am335x_rend_draw() 250 c = sc_vtb_getc(&scp->vtb, from); in am335x_rend_draw() 251 a = sc_vtb_geta(&scp->vtb, from) >> 8; in am335x_rend_draw() 265 video_adapter_t* adp = scp->sc->adp; in am335x_rend_draw_cursor() 273 if (scp->curs_attr.height <= 0) in am335x_rend_draw_cursor() 314 am335x_rend_blink_cursor(scr_stat* scp, int at, int flip) in am335x_rend_blink_cursor() argument 319 am335x_rend_set_mouse(scr_stat* scp) in am335x_rend_set_mouse() argument [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/remoteproc/ |
| H A D | mtk,scp.txt | 8 - compatible Should be "mediatek,mt8183-scp" 29 scp: scp@10500000 { 30 compatible = "mediatek,mt8183-scp";
|
| /f-stack/freebsd/arm/versatile/ |
| H A D | versatile_clcd.c | 472 clcdr_init(scr_stat* scp) in clcdr_init() argument 477 clcdr_clear(scr_stat* scp, int c, int attr) in clcdr_clear() argument 482 clcdr_draw_border(scr_stat* scp, int color) in clcdr_draw_border() argument 489 video_adapter_t* adp = scp->sc->adp; in clcdr_draw() 498 c = sc_vtb_getc(&scp->vtb, from); in clcdr_draw() 499 a = sc_vtb_geta(&scp->vtb, from) >> 8; in clcdr_draw() 513 video_adapter_t* adp = scp->sc->adp; in clcdr_draw_cursor() 521 if (scp->curs_attr.height <= 0) in clcdr_draw_cursor() 550 clcdr_blink_cursor(scr_stat* scp, int at, int flip) in clcdr_blink_cursor() argument 555 clcdr_set_mouse(scr_stat* scp) in clcdr_set_mouse() argument [all …]
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_fb.c | 309 bcmrend_init(scr_stat* scp) in bcmrend_init() argument 314 bcmrend_clear(scr_stat* scp, int c, int attr) in bcmrend_clear() argument 319 bcmrend_draw_border(scr_stat* scp, int color) in bcmrend_draw_border() argument 326 video_adapter_t* adp = scp->sc->adp; in bcmrend_draw() 335 c = sc_vtb_getc(&scp->vtb, from); in bcmrend_draw() 336 a = sc_vtb_geta(&scp->vtb, from) >> 8; in bcmrend_draw() 355 adp = scp->sc->adp; in bcmrend_draw_cursor() 358 if (scp->curs_attr.height <= 0) in bcmrend_draw_cursor() 398 bcmrend_blink_cursor(scr_stat* scp, int at, int flip) in bcmrend_blink_cursor() argument 403 bcmrend_set_mouse(scr_stat* scp) in bcmrend_set_mouse() argument [all …]
|
| /f-stack/freebsd/amd64/ia32/ |
| H A D | ia32_signal.c | 710 scp = ≻ in ofreebsd32_sigreturn() 711 eflags = scp->sc_eflags; in ofreebsd32_sigreturn() 724 regs->tf_ds = scp->sc_ds; in ofreebsd32_sigreturn() 725 regs->tf_es = scp->sc_es; in ofreebsd32_sigreturn() 726 regs->tf_fs = scp->sc_fs; in ofreebsd32_sigreturn() 727 regs->tf_gs = scp->sc_gs; in ofreebsd32_sigreturn() 729 regs->tf_rax = scp->sc_eax; in ofreebsd32_sigreturn() 730 regs->tf_rbx = scp->sc_ebx; in ofreebsd32_sigreturn() 735 regs->tf_cs = scp->sc_cs; in ofreebsd32_sigreturn() 736 regs->tf_ss = scp->sc_ss; in ofreebsd32_sigreturn() [all …]
|
| /f-stack/dpdk/examples/ipsec-secgw/test/ |
| H A D | data_rxtx.sh | 53 scp ${x} [${dst}]:${x} 54 scp [${dst}]:${x} ${x}.copy1
|
| /f-stack/app/redis-5.0.5/utils/releasetools/ |
| H A D | 02_upload_tarball.sh | 3 scp /tmp/redis-${1}.tar.gz [email protected]:/var/virtual/download.redis.io/httpdocs/releases/
|
| /f-stack/freebsd/i386/i386/ |
| H A D | machdep.c | 752 struct osigcontext *scp; local 760 scp = ≻ 761 eflags = scp->sc_ps; 822 regs->tf_ds = scp->sc_ds; 823 regs->tf_es = scp->sc_es; 824 regs->tf_fs = scp->sc_fs; 834 regs->tf_cs = scp->sc_cs; 835 regs->tf_ss = scp->sc_ss; 837 regs->tf_ebp = scp->sc_fp; 838 regs->tf_esp = scp->sc_sp; [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | arm,scpi.txt | 71 - compatible : should be "arm,scp-shmem" for Non-secure SRAM based 125 cpu_scp_lpri: scp-shmem@0 { 126 compatible = "arm,juno-scp-shmem"; 130 cpu_scp_hpri: scp-shmem@200 { 131 compatible = "arm,juno-scp-shmem";
|
| H A D | amlogic,scpi.txt | 17 - compatible : should be "amlogic,meson-gxbb-scp-shmem" for SRAM based shared
|
| H A D | juno,scpi.txt | 14 - compatible : should be "arm,juno-scp-shmem" for Non-secure SRAM based
|
| H A D | arm,scmi.txt | 119 cpu_scp_lpri: scp-shmem@0 { 124 cpu_scp_hpri: scp-shmem@200 {
|
| /f-stack/freebsd/contrib/device-tree/Bindings/bus/ |
| H A D | omap-ocp2scp.txt | 1 * OMAP OCP2SCP - ocp interface to scp interface
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/amlogic/ |
| H A D | meson-gx.dtsi | 420 cpu_scp_lpri: scp-sram@0 { 421 compatible = "amlogic,meson-gxbb-scp-shmem"; 425 cpu_scp_hpri: scp-sram@200 { 426 compatible = "amlogic,meson-gxbb-scp-shmem";
|
| H A D | meson-axg.dtsi | 1746 cpu_scp_lpri: scp-sram@13000 { 1747 compatible = "amlogic,meson-axg-scp-shmem"; 1751 cpu_scp_hpri: scp-sram@13400 { 1752 compatible = "amlogic,meson-axg-scp-shmem";
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | commands.cfg | 80 scp
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/arm/ |
| H A D | juno-base.dtsi | 524 cpu_scp_lpri: scp-sram@0 { 525 compatible = "arm,juno-scp-shmem"; 529 cpu_scp_hpri: scp-sram@200 { 530 compatible = "arm,juno-scp-shmem";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sram/ |
| H A D | sram.yaml | 77 - amlogic,meson-gxbb-scp-shmem 78 - amlogic,meson-axg-scp-shmem
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | exynos4412-itop-elite.dts | 16 #include "exynos4412-itop-scp-core.dtsi"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/perf/ |
| H A D | perf.shlib | 148 log_must scp $NFS_USER@$NFS_CLIENT:/tmp/fio.out $outfile 219 log_must scp /tmp/test.fio $NFS_USER@$NFS_CLIENT:/tmp
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_output.c | 5474 struct sctp_scoping scp; in sctp_send_initiate_ack() local 6025 scp.ipv4_addr_legal = stc.ipv4_addr_legal; in sctp_send_initiate_ack() 6026 scp.ipv6_addr_legal = stc.ipv6_addr_legal; in sctp_send_initiate_ack() 6027 scp.loopback_scope = stc.loopback_scope; in sctp_send_initiate_ack() 6028 scp.ipv4_local_scope = stc.ipv4_scope; in sctp_send_initiate_ack() 6029 scp.local_scope = stc.local_scope; in sctp_send_initiate_ack() 6030 scp.site_scope = stc.site_scope; in sctp_send_initiate_ack() 6031 m_last = sctp_add_addresses_to_i_ia(inp, stcb, &scp, m_last, in sctp_send_initiate_ack()
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 18134 frequency to 5 seconds, and "echo scp=1 > info" sets the cooling
|