Home
last modified time | relevance | path

Searched refs:ppc (Results 1 – 25 of 179) sorted by relevance

12345678

/freebsd-14.2/sys/dev/ppc/
H A Dppc.c175 ppc->ppc_pword = (r_cnfgA(ppc) & PPC_PWORD_MASK); in ppc_detect_fifo()
233 if (r_fifo(ppc) != (char)(ppc->ppc_fifo-i)) { in ppc_detect_fifo()
239 ppc->ppc_wthr = ppc->ppc_fifo - i+1; in ppc_detect_fifo()
1229 ppc->ppc_avm = ppc->ppc_dtm; in ppc_generic_detect()
1541 ppc->ppc_intr_hook(ppc->ppc_intr_arg) == 0) { in ppcintr()
1594 ppc->ppc_dmadone(ppc); in ppcintr()
1723 ppc->ppc_base = rman_get_start(ppc->res_ioport); in ppc_probe()
1737 ppc->ppc_irq = rman_get_start(ppc->res_irq); in ppc_probe()
1745 ppc->ppc_epp = (ppc->ppc_flags & 0x10) >> 4; in ppc_probe()
1752 if (ppc_detect(ppc, ppc->ppc_flags & 0xf)) in ppc_probe()
[all …]
H A Dppc_isa.c95 isa_dmadone(ppc->ppc_dmaflags, ppc->ppc_dmaddr, ppc->ppc_dmacnt, in ppc_isa_dmadone()
104 if ((ppc->ppc_avm & PPB_ECP) && (ppc->ppc_dmachan > 0)) { in ppc_isa_attach()
165 w_ecr(ppc, ecr); in ppc_isa_write()
170 w_ctr(ppc, ctr); in ppc_isa_write()
189 w_ecr(ppc, ecr); in ppc_isa_write()
197 w_ecr(ppc, ecr); in ppc_isa_write()
199 isa_dmastart(ppc->ppc_dmaflags, ppc->ppc_dmaddr, ppc->ppc_dmacnt, in ppc_isa_write()
213 error = mtx_sleep(ppc, &ppc->ppc_lock, PPBPRI | PCATCH, in ppc_isa_write()
222 isa_dmadone(ppc->ppc_dmaflags, ppc->ppc_dmaddr, in ppc_isa_write()
223 ppc->ppc_dmacnt, ppc->ppc_dmachan); in ppc_isa_write()
[all …]
H A Dppcreg.h152 #define r_dtr(ppc) (bus_read_1((ppc)->res_ioport, PPC_SPP_DTR)) argument
153 #define r_str(ppc) (bus_read_1((ppc)->res_ioport, PPC_SPP_STR)) argument
154 #define r_ctr(ppc) (bus_read_1((ppc)->res_ioport, PPC_SPP_CTR)) argument
156 #define r_epp_A(ppc) (bus_read_1((ppc)->res_ioport, PPC_EPP_ADDR)) argument
157 #define r_epp_D(ppc) (bus_read_1((ppc)->res_ioport, PPC_EPP_DATA)) argument
158 #define r_cnfgA(ppc) (bus_read_1((ppc)->res_ioport, PPC_ECP_CNFGA)) argument
159 #define r_cnfgB(ppc) (bus_read_1((ppc)->res_ioport, PPC_ECP_CNFGB)) argument
160 #define r_ecr(ppc) (bus_read_1((ppc)->res_ioport, PPC_ECP_ECR)) argument
161 #define r_fifo(ppc) (bus_read_1((ppc)->res_ioport, PPC_ECP_D_FIFO)) argument
163 #define w_dtr(ppc, byte) (bus_write_1((ppc)->res_ioport, PPC_SPP_DTR, byte)) argument
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DPPC.cpp118 ppc::FloatABI FloatABI = ppc::getPPCFloatABI(D, Args); in getPPCTargetFeatures()
119 if (FloatABI == ppc::FloatABI::Soft) in getPPCTargetFeatures()
122 ppc::ReadGOTPtrMode ReadGOT = ppc::getPPCReadGOTPtrMode(D, Triple, Args); in getPPCTargetFeatures()
127 ppc::ReadGOTPtrMode ppc::getPPCReadGOTPtrMode(const Driver &D, const llvm::Triple &Triple, in getPPCReadGOTPtrMode()
134 return ppc::ReadGOTPtrMode::Bss; in getPPCReadGOTPtrMode()
137 ppc::FloatABI ppc::getPPCFloatABI(const Driver &D, const ArgList &Args) { in getPPCFloatABI()
138 ppc::FloatABI ABI = ppc::FloatABI::Invalid; in getPPCFloatABI()
143 ABI = ppc::FloatABI::Soft; in getPPCFloatABI()
145 ABI = ppc::FloatABI::Hard; in getPPCFloatABI()
153 ABI = ppc::FloatABI::Hard; in getPPCFloatABI()
[all …]
/freebsd-14.2/secure/lib/libcrypto/
H A DMakefile.asm308 SRCS+= ppc.pl ppc-mont.pl
311 SRCS+= aes-ppc.pl vpaes-ppc.pl aesp8-ppc.pl
314 SRCS+= sha1-ppc.pl sha512-ppc.pl sha512p8-ppc.pl
333 bn-ppc.S: ppc.pl
370 SRCS+= ppc.pl ppc-mont.pl
373 SRCS+= aes-ppc.pl vpaes-ppc.pl aesp8-ppc.pl
376 SRCS+= sha1-ppc.pl sha512-ppc.pl sha512p8-ppc.pl
401 bn-ppc.S: ppc.pl
441 SRCS+= aes-ppc.pl vpaes-ppc.pl aesp8-ppc.pl
444 SRCS+= sha1-ppc.pl sha512-ppc.pl sha512p8-ppc.pl
[all …]
H A DMakefile58 SRCS+= aes_cbc.c aes_core.c aes-ppc.S vpaes-ppc.S aesp8-ppc.S
60 SRCS+= aes_cbc.c aes_core.c aes-ppc.S vpaes-ppc.S aesp8-ppc.S
62 SRCS+= aes_cbc.c aes_core.c aes-ppc.S vpaes-ppc.S aesp8-ppc.S
113 SRCS+= bn_ppc.c bn-ppc.S ppc-mont.S
115 SRCS+= bn_ppc.c bn-ppc.S ppc-mont.S
117 SRCS+= bn_ppc.c bn-ppc.S ppc-mont.S
306 SRCS+= ghashp8-ppc.S
308 SRCS+= ghashp8-ppc.S
500 SRCS+= keccak1600.c sha_ppc.c sha1-ppc.S sha256-ppc.S sha512-ppc.S sha256p8-ppc.S sha512p8-ppc.S
502 SRCS+= keccak1600-ppc64.S sha_ppc.c sha1-ppc.S sha256-ppc.S sha512-ppc.S sha256p8-ppc.S sha512p8-pp…
[all …]
/freebsd-14.2/crypto/openssl/crypto/sha/
H A Dbuild.info40 sha_ppc.c sha1-ppc.s sha256-ppc.s sha512-ppc.s sha256p8-ppc.s \
41 sha512p8-ppc.s
122 GENERATE[sha1-ppc.s]=asm/sha1-ppc.pl
123 GENERATE[sha256-ppc.s]=asm/sha512-ppc.pl
124 GENERATE[sha512-ppc.s]=asm/sha512-ppc.pl
125 GENERATE[sha256p8-ppc.s]=asm/sha512p8-ppc.pl
126 GENERATE[sha512p8-ppc.s]=asm/sha512p8-ppc.pl
176 GENERATE[keccak1600p8-ppc.S]=asm/keccak1600p8-ppc.pl
/freebsd-14.2/crypto/openssl/crypto/aes/
H A Dbuild.info42 $AESASM_ppc32=aes_core.c aes_cbc.c aes-ppc.s vpaes-ppc.s aesp8-ppc.s
44 $AESASM_ppc32=aes_core.c aes_cbc.c aes-ppc.s vpaes-ppc.s
111 GENERATE[aes-ppc.s]=asm/aes-ppc.pl
112 GENERATE[vpaes-ppc.s]=asm/vpaes-ppc.pl
113 GENERATE[aesp8-ppc.s]=asm/aesp8-ppc.pl
/freebsd-14.2/release/powerpc/
H A Dgenerate-hfs.sh24 hmkdir ppc
25 hattrib -b ppc
26 hcd ppc
41 boot &device;:,\ppc\loader &device;:0
/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaphy.c826 bit32 ppc, in saGetPhyProfile() argument
848 SA_DBG1(("saGetPhyProfile: ppc 0x%x phyID %d\n", ppc,phyId)); in saGetPhyProfile()
850 switch(ppc) in saGetPhyProfile()
889 ret = mpiGetPhyProfileCmd( agRoot,agContext,ppc ,phyId,agCB); in saGetPhyProfile()
895 ret = mpiGetPhyProfileCmd( agRoot,agContext,ppc ,phyId,agCB); in saGetPhyProfile()
902 ret = mpiGetPhyProfileCmd( agRoot,agContext,ppc ,phyId,agCB); in saGetPhyProfile()
908 ret = mpiGetPhyProfileCmd( agRoot,agContext,ppc ,phyId,agCB); in saGetPhyProfile()
925 SA_DBG1(("saGetPhyProfile: Unknown operation 0x%X\n",ppc )); in saGetPhyProfile()
939 bit32 ppc, in saSetPhyProfile() argument
949 switch(ppc) in saSetPhyProfile()
[all …]
/freebsd-14.2/sys/modules/ppc/
H A DMakefile2 .PATH: ${SRCTOP}/sys/dev/ppc
3 KMOD= ppc
6 ppc.c ppc_pci.c ppc_puc.c
/freebsd-14.2/stand/powerpc/boot1.chrp/
H A Dgenerate-hfs.sh26 hmkdir ppc
27 hattrib -b ppc
28 hcd ppc
/freebsd-14.2/cddl/lib/libicp/
H A DMakefile39 asm-ppc64/sha2/sha256-ppc.S \
40 asm-ppc64/sha2/sha512-ppc.S \
48 asm-ppc64/sha2/sha256-ppc.S \
49 asm-ppc64/sha2/sha512-ppc.S \
135 CFLAGS.sha256-ppc.S = -DLOCORE
137 CFLAGS.sha512-ppc.S = -DLOCORE
/freebsd-14.2/cddl/lib/libicp_rescue/
H A DMakefile38 asm-ppc64/sha2/sha256-ppc.S \
39 asm-ppc64/sha2/sha512-ppc.S \
47 asm-ppc64/sha2/sha256-ppc.S \
48 asm-ppc64/sha2/sha512-ppc.S \
132 CFLAGS.sha256-ppc.S = -DLOCORE
134 CFLAGS.sha512-ppc.S = -DLOCORE
/freebsd-14.2/crypto/openssl/crypto/chacha/
H A Dbuild.info15 $CHACHAASM_ppc32=chacha_ppc.c chacha-ppc.s
31 GENERATE[chacha-ppc.s]=asm/chacha-ppc.pl
/freebsd-14.2/crypto/openssl/crypto/bn/
H A Dbuild.info80 $BNASM_ppc32=bn_ppc.c bn-ppc.s ppc-mont.s
165 # ppc - AIX, Linux, MacOS X...
166 GENERATE[bn-ppc.s]=asm/ppc.pl
167 GENERATE[ppc-mont.s]=asm/ppc-mont.pl
/freebsd-14.2/crypto/openssl/crypto/poly1305/
H A Dbuild.info19 $POLY1305ASM_ppc32=poly1305_ppc.c poly1305-ppc.s poly1305-ppcfp.s
43 GENERATE[poly1305-ppc.s]=asm/poly1305-ppc.pl
/freebsd-14.2/crypto/openssl/crypto/modes/
H A Dbuild.info35 $MODESASM_ppc32=ghashp8-ppc.s
73 GENERATE[ghashp8-ppc.s]=asm/ghashp8-ppc.pl
/freebsd-14.2/sys/i386/conf/
H A DGENERIC.hints32 hint.ppc.0.at="isa"
33 hint.ppc.0.irq="7"
/freebsd-14.2/sys/contrib/device-tree/src/powerpc/
H A Dps3.dts38 * threads is with an ibm,ppc-interrupt-server#s entry. We'll put one
49 ibm,ppc-interrupt-server#s = <0x0 0x1>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMachO.cpp88 if (T.getArch() == Triple::ppc) in getCPUType()
104 if (T.getArch() == Triple::ppc || T.getArch() == Triple::ppc64) in getCPUSubType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp161 {eByteOrderBig, 4, 4, 4, llvm::Triple::ppc, ArchSpec::eCore_ppc_generic,
163 {eByteOrderBig, 4, 4, 4, llvm::Triple::ppc, ArchSpec::eCore_ppc_ppc601,
165 {eByteOrderBig, 4, 4, 4, llvm::Triple::ppc, ArchSpec::eCore_ppc_ppc602,
167 {eByteOrderBig, 4, 4, 4, llvm::Triple::ppc, ArchSpec::eCore_ppc_ppc603,
169 {eByteOrderBig, 4, 4, 4, llvm::Triple::ppc, ArchSpec::eCore_ppc_ppc603e,
173 {eByteOrderBig, 4, 4, 4, llvm::Triple::ppc, ArchSpec::eCore_ppc_ppc604,
175 {eByteOrderBig, 4, 4, 4, llvm::Triple::ppc, ArchSpec::eCore_ppc_ppc604e,
177 {eByteOrderBig, 4, 4, 4, llvm::Triple::ppc, ArchSpec::eCore_ppc_ppc620,
179 {eByteOrderBig, 4, 4, 4, llvm::Triple::ppc, ArchSpec::eCore_ppc_ppc750,
185 {eByteOrderBig, 4, 4, 4, llvm::Triple::ppc, ArchSpec::eCore_ppc_ppc970,
[all …]
/freebsd-14.2/stand/powerpc/ofw/
H A Dpowerpc64.ldscript3 INCLUDE "ppc-common.ldscript"
H A Dpowerpc.ldscript3 INCLUDE "ppc-common.ldscript"
H A Dpowerpc64le.ldscript3 INCLUDE "ppc-common.ldscript"

12345678