Home
last modified time | relevance | path

Searched defs:ppc (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/ppc/
H A Dppc.c68 #define LOG_PPC(function, ppc, string) \ argument
86 #define PPC_CONFIG_LOCK(ppc) critical_enter() argument
87 #define PPC_CONFIG_UNLOCK(ppc) critical_exit() argument
133 struct ppc_data *ppc = DEVTOSOFTC(dev); in ppc_ecp_sync() local
161 ppc_detect_fifo(struct ppc_data *ppc) in ppc_detect_fifo()
267 ppc_detect_port(struct ppc_data *ppc) in ppc_detect_port()
286 ppc_reset_epp_timeout(struct ppc_data *ppc) in ppc_reset_epp_timeout()
298 ppc_check_epp_timeout(struct ppc_data *ppc) in ppc_check_epp_timeout()
309 ppc_generic_setmode(struct ppc_data *ppc, int mode) in ppc_generic_setmode()
354 ppc_smclike_setmode(struct ppc_data *ppc, int mode) in ppc_smclike_setmode()
[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 …]
H A Dppc_isa.c92 ppc_isa_dmadone(struct ppc_data *ppc) in ppc_isa_dmadone()
101 struct ppc_data *ppc = device_get_softc(dev); in ppc_isa_attach() local
140 struct ppc_data *ppc = device_get_softc(dev); in ppc_isa_write() local
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaphy.c826 bit32 ppc, in saGetPhyProfile()
939 bit32 ppc, in saSetPhyProfile()
/freebsd/sys/dev/usb/
H A Dusb_transfer.c224 struct usb_page_cache **ppc, usb_size_t size, usb_size_t align, in usbd_transfer_setup_sub_malloc()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h69 ppc, // PPC: powerpc enumerator
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c5714 bit32 ppc, in ossaGetPhyProfileCB()
5860 bit32 ppc, in ossaSetPhyProfileCB()
/freebsd/sys/cam/scsi/
H A Dscsi_all.c7860 int save_pages, int ppc, uint32_t paramptr, in scsi_log_sense() argument
/freebsd/contrib/sqlite3/
H A Dshell.c23929 int pc, ppc; in csv_read_one_field() local