Home
last modified time | relevance | path

Searched refs:hpc (Results 1 – 25 of 69) sorted by relevance

123

/netbsd-src/sys/arch/alpha/pci/
H A Ddwlpxreg.h105 #define PCIA_CTL(hpc) (_PCIA_CTL + (0x200000 * (hpc))) argument
106 #define PCIA_MRETRY(hpc) (_PCIA_MRETRY + (0x200000 * (hpc))) argument
107 #define PCIA_GPR(hpc) (_PCIA_GPR + (0x200000 * (hpc))) argument
108 #define PCIA_ERR(hpc) (_PCIA_ERR + (0x200000 * (hpc))) argument
109 #define PCIA_FADR(hpc) (_PCIA_FADR + (0x200000 * (hpc))) argument
110 #define PCIA_IMASK(hpc) (_PCIA_IMASK + (0x200000 * (hpc))) argument
111 #define PCIA_DIAG(hpc) (_PCIA_DIAG + (0x200000 * (hpc))) argument
112 #define PCIA_IPEND(hpc) (_PCIA_IPEND + (0x200000 * (hpc))) argument
113 #define PCIA_IPROG(hpc) (_PCIA_IPROG + (0x200000 * (hpc))) argument
114 #define PCIA_WMASK_A(hpc) (_PCIA_WMASK_A + (0x200000 * (hpc))) argument
[all …]
H A Dpci_kn8ae.c198 int pin, device, hpc; in dec_kn8ae_intr_establish() local
234 hpc = 0; in dec_kn8ae_intr_establish()
237 hpc = 1; in dec_kn8ae_intr_establish()
240 hpc = 2; in dec_kn8ae_intr_establish()
243 REGVAL(PCIA_DEVVEC(hpc, device, pin) + ccp->cc_sysbase) = vec; in dec_kn8ae_intr_establish()
285 int ionode, hose, device, hpc, busp; in kn8ae_enadis_intr() local
298 hpc = 0; in kn8ae_enadis_intr()
300 hpc = 1; in kn8ae_enadis_intr()
303 hpc = 2; in kn8ae_enadis_intr()
307 val = imaskcache[ionode][hose][hpc]; in kn8ae_enadis_intr()
[all …]
H A Ddwlpx.c130 int hpc, slot, slotval; in dwlpxattach()
132 for (hpc = 0; hpc < sc->dwlpx_nhpc; hpc++) { in dwlpxattach()
135 PCIA_PRESENT_SLOTSHIFT(hpc, slot)) & in dwlpxattach()
153 hpc, slot, str); in dwlpxattach()
/netbsd-src/sys/arch/sgimips/hpc/
H A Dfiles.hpc1 # $NetBSD: files.hpc,v 1.17 2019/05/08 13:40:16 isaki Exp $
4 attach sq at hpc
5 file arch/sgimips/hpc/if_sq.c sq
8 file arch/sgimips/hpc/hpcdma.c hpcdma
11 attach wdsc at hpc
12 file arch/sgimips/hpc/wdsc.c wdsc
15 attach haltwo at hpc
16 file arch/sgimips/hpc/haltwo.c haltwo
18 attach zsc at hpc with zsc_hpc
20 attach pckbc at hpc with pckbc_hpc
[all …]
H A Dhpcdma.c77 sc->hpc->scsi0_regs_size, &sc->sc_bsh) != 0) { in hpcdma_init()
139 if (sc->hpc->revision == 3) { in hpcdma_sglist_create()
157 if (sc->hpc->revision == 3) { in hpcdma_sglist_create()
175 bus_space_write_4(sc->sc_bst, sc->sc_bsh, sc->hpc->scsi0_ndbp, in hpcdma_sglist_create()
183 bus_space_write_4(sc->sc_bst, sc->sc_bsh, sc->hpc->scsi0_ctl, mode); in hpcdma_cntl()
190 bus_space_write_4(sc->sc_bst, sc->sc_bsh, sc->hpc->scsi0_ctl, in hpcdma_reset()
191 sc->hpc->scsi_dmactl_reset); in hpcdma_reset()
193 bus_space_write_4(sc->sc_bst, sc->sc_bsh, sc->hpc->scsi0_ctl, 0); in hpcdma_reset()
202 mode = bus_space_read_4(sc->sc_bst, sc->sc_bsh, sc->hpc->scsi0_ctl); in hpcdma_flush()
204 sc->hpc->scsi0_ctl, mode | sc->hpc->scsi_dmactl_flush); in hpcdma_flush()
[all …]
H A Dwdsc.c149 wsc->sc_hpcdma.hpc = haa->hpc_regs; in wdsc_attach()
164 wsc->sc_hpcdma.hpc->scsi_dma_segs, in wdsc_attach()
165 wsc->sc_hpcdma.hpc->scsi_dma_segs_size, in wdsc_attach()
166 wsc->sc_hpcdma.hpc->scsi_dma_segs_size, in wdsc_attach()
193 hpcdma_init(haa, &wsc->sc_hpcdma, wsc->sc_hpcdma.hpc->scsi_dma_segs); in wdsc_attach()
230 wsc->sc_hpcdma.hpc->scsi_dma_datain_cmd; in wdsc_dmasetup()
234 wsc->sc_hpcdma.hpc->scsi_dma_dataout_cmd; in wdsc_dmasetup()
/netbsd-src/sys/arch/hpc/conf/
H A Dfiles.hpc1 # $NetBSD: files.hpc,v 1.6 2001/12/11 04:46:39 shin Exp $
13 # hpc support functions
15 file arch/hpc/hpc/config_hook.c
16 file arch/hpc/hpc/platid.c
17 file arch/hpc/hpc/platid_mask.c
18 file arch/hpc/hpc/platid_name.c
H A Dfiles.debug8 file arch/hpc/hpc/debug_subr.c
/netbsd-src/sys/arch/hpc/hpc/platid_gen/
H A DMakefile5 GENHDR = $S/arch/hpc/include/platid_generated.h
6 MASK_H = $S/arch/hpc/include/platid_mask.h
7 MASK_C = $S/arch/hpc/hpc/platid_mask.c
8 NAME_C = $S/arch/hpc/hpc/platid_name.c
24 DEFFILE = $S/arch/hpc/conf/platid.def
25 PLATIDGEN = $S/arch/hpc/hpc/platid_gen/${PROG}
/netbsd-src/sys/arch/hpcarm/conf/
H A Dfiles.hpcarm40 include "arch/hpc/conf/files.hpc"
41 file arch/hpc/hpc/disksubr.c disk
42 include "dev/hpc/files.bicons"
43 include "dev/hpc/files.hpcapm"
44 include "dev/hpc/files.hpcfb"
45 include "dev/hpc/files.hpckbd"
46 include "dev/hpc/files.hpctp"
/netbsd-src/external/mit/xorg/etc/etc.hpc/
H A DMakefile.inc4 etc.hpc/xorg.conf.640x240-jp \
5 etc.hpc/xorg.conf.640x240-us \
6 etc.hpc/xorg.conf.640x480-jp \
7 etc.hpc/xorg.conf.640x480-us \
8 etc.hpc/xorg.conf.800x600-jp \
9 etc.hpc/xorg.conf.800x600-us
/netbsd-src/sys/arch/sgimips/gio/
H A Dfiles.gio8 device hpc {[offset = -1]}: smc93cx6
9 attach hpc at gio
10 file arch/sgimips/hpc/hpc.c hpc
12 include "arch/sgimips/hpc/files.hpc"
/netbsd-src/sys/arch/hpcsh/conf/
H A Dfiles.hpcsh26 include "dev/hpc/files.hpcapm"
33 include "arch/hpc/conf/files.hpc"
34 file arch/hpc/hpc/disksubr.c disk
35 include "dev/hpc/files.bicons"
36 include "dev/hpc/files.hpckbd"
37 include "dev/hpc/files.hpcfb"
39 include "arch/hpc/conf/files.debug"
75 include "dev/hpc/files.hpctp"
124 file dev/hpc/video_subr.c hd64461video
/netbsd-src/sys/dev/hpc/
H A Dfiles.hpcio28 file dev/hpc/hpcioman.c hpcioman
32 file dev/hpc/hpcin.c hpcin
36 file dev/hpc/hpcout.c hpcout
40 file dev/hpc/pwctl.c pwctl
46 file dev/hpc/button.c button
H A Dfiles.hpckbd7 file dev/hpc/hpckbd.c hpckbd
16 file dev/hpc/btnmgr.c btnmgr
21 file dev/hpc/hpf1275a_tty.c hpf1275a
30 file dev/hpc/pckbd_encode.c btnmgr | hpckbd | hpf1275a
H A Dfiles.bicons6 file dev/hpc/biconsdev.c biconsdev needs-count
7 file dev/hpc/bicons.c biconsdev
8 file dev/hpc/bifont.c biconsdev
H A Dfiles.hpcfb7 file dev/hpc/hpcfb.c hpcfb needs-flag
10 file dev/hpc/hpccmap.c hpccmap
14 file dev/hpc/bivideo.c bivideo needs-flag
H A Dfiles.hpcapm4 include "dev/hpc/apm/files.apm"
17 file dev/hpc/apm_apmdevif.c apm_apmdevif
22 file dev/hpc/hpcapm.c hpcapm
/netbsd-src/sys/arch/hpcmips/conf/
H A Dfiles.hpcmips36 include "dev/hpc/files.hpcapm"
85 include "arch/hpc/conf/files.hpc"
86 file arch/hpc/hpc/disksubr.c disk
87 include "dev/hpc/files.bicons"
88 include "dev/hpc/files.hpcfb"
89 include "dev/hpc/files.hpckbd"
90 include "dev/hpc/files.hpctp"
95 include "arch/hpc/conf/files.debug"
137 include "dev/hpc/files.hpcio"
370 file dev/hpc/video_subr.c tx3912video | plumvideo
/netbsd-src/tools/
H A Dheaderlist54 ./hpc/stand/hpcboot/arm/elf_machdep.h
55 ./hpc/stand/hpcboot/mips/elf_machdep.h
56 ./hpc/stand/hpcboot/sh3/elf_machdep.h
57 ./hpc/stand/include/machine/disklabel.h
58 ./hpc/stand/include/machine/elf_machdep.h
/netbsd-src/sys/arch/zaurus/conf/
H A Dfiles.zaurus22 include "arch/hpc/conf/files.hpc"
23 include "dev/hpc/files.hpctp"
108 include "dev/hpc/apm/files.apm"
/netbsd-src/sys/arch/sgimips/
H A DMakefile14 ${SYSDIR}/arch/sgimips/hpc/*.[ch] \
21 DSGIMIPS= dev eisa gio hpc include pci xio
/netbsd-src/sys/arch/hpc/
H A DMakefile3 SUBDIR= hpc
/netbsd-src/sys/arch/hpcsh/stand/
H A DREADME1 bootloader can be found at sys/arch/hpc/stand
/netbsd-src/sys/arch/hpcarm/stand/
H A DREADME1 bootloader can be found at sys/arch/hpc/stand

123