Home
last modified time | relevance | path

Searched defs:pc (Results 1 – 25 of 1158) sorted by relevance

12345678910>>...47

/netbsd-src/sys/arch/sgimips/pci/
H A Dpci_machdep.c77 pci_bus_maxdevs(pci_chipset_tag_t pc, int busno) in pci_bus_maxdevs()
84 pci_make_tag(pci_chipset_tag_t pc, int bus, int device, int function) in pci_make_tag()
91 pci_decompose_tag(pci_chipset_tag_t pc, pcitag_t tag, int *bp, int *dp, int *fp) in pci_decompose_tag()
103 pci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg) in pci_conf_read()
110 pci_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t data) in pci_conf_write()
123 pci_intr_string(pci_chipset_tag_t pc, pci_intr_handle_t ih, char *buf, in pci_intr_string()
130 pci_intr_evcnt(pci_chipset_tag_t pc, pci_intr_handle_t ih) in pci_intr_evcnt()
138 pci_intr_setattr(pci_chipset_tag_t pc, pci_intr_handle_t *ih, in pci_intr_setattr()
151 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, int level, in pci_intr_establish()
159 pci_intr_disestablish(pci_chipset_tag_t pc, void *cookie) in pci_intr_disestablish()
[all …]
/netbsd-src/sys/arch/sh3/sh3/
H A Ddb_disasm.c139 const void *pc = (void *)loc; in db_disasm() local
150 get_insn(const void *pc) in get_insn()
176 get_opcode(const uint16_t *pc, char *buf, size_t len) in get_opcode()
192 f_02(const uint16_t *pc, char *buf, size_t len) in f_02()
242 f_03(const uint16_t *pc, char *buf, size_t len) in f_03()
276 f_04(const uint16_t *pc, char *buf, size_t len) in f_04()
305 f_08(const uint16_t *pc, char *buf, size_t len) in f_08()
353 f_09(const uint16_t *pc, char *buf, size_t len) in f_09()
381 f_0a(const uint16_t *pc, char *buf, size_t len) in f_0a()
422 f_0b(const uint16_t *pc, char *buf, size_t len) in f_0b()
[all …]
/netbsd-src/sys/arch/alpha/pci/
H A Dpci_machdep.c95 pci_display_console(bus_space_tag_t iot, bus_space_tag_t memt, pci_chipset_tag_t pc, int bus, int d… in pci_display_console()
165 pci_chipset_tag_t pc) in alpha_pci_intr_init()
180 alpha_pci_intr_alloc(pci_chipset_tag_t pc, unsigned int maxstrays) in alpha_pci_intr_alloc()
209 pci_chipset_tag_t const pc = pa->pa_pc; in alpha_pci_generic_intr_map() local
244 alpha_pci_generic_intr_string(pci_chipset_tag_t const pc, in alpha_pci_generic_intr_string()
256 alpha_pci_generic_intr_evcnt(pci_chipset_tag_t const pc, in alpha_pci_generic_intr_evcnt()
267 alpha_pci_generic_intr_select_cpu(pci_chipset_tag_t const pc, u_int const irq, in alpha_pci_generic_intr_select_cpu()
324 alpha_pci_generic_intr_establish(pci_chipset_tag_t const pc, in alpha_pci_generic_intr_establish()
381 alpha_pci_generic_intr_disestablish(pci_chipset_tag_t const pc, in alpha_pci_generic_intr_disestablish()
406 pci_chipset_tag_t const pc = arg; in alpha_pci_generic_iointr() local
[all …]
H A Dpci_6600.c111 pci_chipset_tag_t pc) in pci_6600_pickintr()
178 pci_chipset_tag_t pc = pa->pa_pc; in ALPHA_PCI_INTR_INIT() local
219 dec_6600_intr_string(pci_chipset_tag_t const pc, pci_intr_handle_t const ih, in dec_6600_intr_string()
234 dec_6600_intr_evcnt(pci_chipset_tag_t const pc, pci_intr_handle_t const ih) in dec_6600_intr_evcnt()
248 dec_6600_intr_establish(pci_chipset_tag_t const pc, pci_intr_handle_t const ih, in dec_6600_intr_establish()
265 dec_6600_intr_disestablish(pci_chipset_tag_t const pc, void * const cookie) in dec_6600_intr_disestablish()
286 dec_6600_intr_program(pci_chipset_tag_t const pc) in dec_6600_intr_program()
349 dec_6600_intr_enable(pci_chipset_tag_t const pc, int const irq) in dec_6600_intr_enable()
359 dec_6600_intr_disable(pci_chipset_tag_t const pc, int const irq) in dec_6600_intr_disable()
369 dec_6600_intr_set_affinity(pci_chipset_tag_t const pc, int const irq, in dec_6600_intr_set_affinity()
[all …]
/netbsd-src/sys/arch/cobalt/pci/
H A Dpci_machdep.c70 pci_bus_maxdevs(pci_chipset_tag_t pc, int busno) in pci_bus_maxdevs()
77 pci_make_tag(pci_chipset_tag_t pc, int bus, int device, int function) in pci_make_tag()
84 pci_decompose_tag(pci_chipset_tag_t pc, pcitag_t tag, int *bp, int *dp, int *fp) in pci_decompose_tag()
96 pci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg) in pci_conf_read()
128 pci_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t data) in pci_conf_write()
143 pci_chipset_tag_t pc = pa->pa_pc; in pci_intr_map() local
183 pci_intr_string(pci_chipset_tag_t pc, pci_intr_handle_t ih, char *buf, size_t len) in pci_intr_string()
194 pci_intr_evcnt(pci_chipset_tag_t pc, pci_intr_handle_t ih) in pci_intr_evcnt()
202 pci_intr_setattr(pci_chipset_tag_t pc, pci_intr_handle_t *ih, in pci_intr_setattr()
215 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, int level, in pci_intr_establish()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_fd.cpp49 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync()
62 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref()
73 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) { in fddesc()
94 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, in init()
128 void FdOnFork(ThreadState *thr, uptr pc) { in FdOnFork()
160 void FdAcquire(ThreadState *thr, uptr pc, int fd) { in FdAcquire()
171 void FdRelease(ThreadState *thr, uptr pc, int fd) { in FdRelease()
182 void FdAccess(ThreadState *thr, uptr pc, int fd) { in FdAccess()
190 void FdClose(ThreadState *thr, uptr pc, int fd, bool write) { in FdClose()
218 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate()
[all …]
H A Dtsan_rtl_mutex.cpp29 uptr pc; member
42 void DDMutexInit(ThreadState *thr, uptr pc, SyncVar *s) { in DDMutexInit()
48 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, in ReportMutexMisuse()
66 void MutexCreate(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexCreate()
82 void MutexDestroy(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexDestroy()
140 void MutexPreLock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexPreLock()
157 void MutexPostLock(ThreadState *thr, uptr pc, uptr addr, u32 flagz, int rec) { in MutexPostLock()
212 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexUnlock()
255 void MutexPreReadLock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexPreReadLock()
270 void MutexPostReadLock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexPostReadLock()
[all …]
H A Dtsan_interface.cpp30 uptr pc = CALLERPC; in __tsan_read16() local
37 uptr pc = CALLERPC; in __tsan_write16() local
43 void __tsan_read16_pc(void *addr, void *pc) { in __tsan_read16_pc()
50 void __tsan_write16_pc(void *addr, void *pc) { in __tsan_write16_pc()
60 uptr pc = CALLERPC; in __tsan_unaligned_read16() local
67 uptr pc = CALLERPC; in __tsan_unaligned_write16() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_fd.cc48 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync()
61 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref()
72 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) { in fddesc()
92 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, in init()
126 void FdOnFork(ThreadState *thr, uptr pc) { in FdOnFork()
158 void FdAcquire(ThreadState *thr, uptr pc, int fd) { in FdAcquire()
169 void FdRelease(ThreadState *thr, uptr pc, int fd) { in FdRelease()
180 void FdAccess(ThreadState *thr, uptr pc, int fd) { in FdAccess()
188 void FdClose(ThreadState *thr, uptr pc, int fd, bool write) { in FdClose()
216 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate()
[all …]
H A Dtsan_rtl_mutex.cc28 uptr pc; member
41 void DDMutexInit(ThreadState *thr, uptr pc, SyncVar *s) { in DDMutexInit()
47 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, in ReportMutexMisuse()
63 void MutexCreate(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexCreate()
79 void MutexDestroy(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexDestroy()
141 void MutexPreLock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexPreLock()
157 void MutexPostLock(ThreadState *thr, uptr pc, uptr addr, u32 flagz, int rec) { in MutexPostLock()
212 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexUnlock()
255 void MutexPreReadLock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexPreReadLock()
267 void MutexPostReadLock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexPostReadLock()
[all …]
H A Dtsan_interface_inl.h51 void __tsan_read1_pc(void *addr, void *pc) { in __tsan_read1_pc()
55 void __tsan_read2_pc(void *addr, void *pc) { in __tsan_read2_pc()
59 void __tsan_read4_pc(void *addr, void *pc) { in __tsan_read4_pc()
63 void __tsan_read8_pc(void *addr, void *pc) { in __tsan_read8_pc()
67 void __tsan_write1_pc(void *addr, void *pc) { in __tsan_write1_pc()
71 void __tsan_write2_pc(void *addr, void *pc) { in __tsan_write2_pc()
75 void __tsan_write4_pc(void *addr, void *pc) { in __tsan_write4_pc()
79 void __tsan_write8_pc(void *addr, void *pc) { in __tsan_write8_pc()
101 void __tsan_func_entry(void *pc) { in __tsan_func_entry()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_fd.cc50 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync()
63 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref()
74 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) { in fddesc()
94 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, in init()
128 void FdOnFork(ThreadState *thr, uptr pc) { in FdOnFork()
160 void FdAcquire(ThreadState *thr, uptr pc, int fd) { in FdAcquire()
171 void FdRelease(ThreadState *thr, uptr pc, int fd) { in FdRelease()
182 void FdAccess(ThreadState *thr, uptr pc, int fd) { in FdAccess()
190 void FdClose(ThreadState *thr, uptr pc, int fd, bool write) { in FdClose()
218 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate()
[all …]
H A Dtsan_rtl_mutex.cc30 uptr pc; member
43 void DDMutexInit(ThreadState *thr, uptr pc, SyncVar *s) { in DDMutexInit()
49 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, in ReportMutexMisuse()
65 void MutexCreate(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexCreate()
81 void MutexDestroy(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexDestroy()
143 void MutexPreLock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexPreLock()
159 void MutexPostLock(ThreadState *thr, uptr pc, uptr addr, u32 flagz, int rec) { in MutexPostLock()
214 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexUnlock()
257 void MutexPreReadLock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexPreReadLock()
269 void MutexPostReadLock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexPostReadLock()
[all …]
H A Dtsan_interface_inl.h53 void __tsan_read1_pc(void *addr, void *pc) { in __tsan_read1_pc()
57 void __tsan_read2_pc(void *addr, void *pc) { in __tsan_read2_pc()
61 void __tsan_read4_pc(void *addr, void *pc) { in __tsan_read4_pc()
65 void __tsan_read8_pc(void *addr, void *pc) { in __tsan_read8_pc()
69 void __tsan_write1_pc(void *addr, void *pc) { in __tsan_write1_pc()
73 void __tsan_write2_pc(void *addr, void *pc) { in __tsan_write2_pc()
77 void __tsan_write4_pc(void *addr, void *pc) { in __tsan_write4_pc()
81 void __tsan_write8_pc(void *addr, void *pc) { in __tsan_write8_pc()
103 void __tsan_func_entry(void *pc) { in __tsan_func_entry()
/netbsd-src/sys/external/bsd/drm2/i915drm/
H A Dintel_gtt_subr.c55 pci_conf_read8(pci_chipset_tag_t pc, pcitag_t tag, bus_size_t reg) in pci_conf_read8()
65 pci_read8(pci_chipset_tag_t pc, int bus, int dev, int func, bus_size_t reg) in pci_read8()
73 pci_conf_read16(pci_chipset_tag_t pc, pcitag_t tag, bus_size_t reg) in pci_conf_read16()
85 pci_read16(pci_chipset_tag_t pc, int bus, int dev, int func, bus_size_t reg) in pci_read16()
102 i830_tseg_size(pci_chipset_tag_t pc) in i830_tseg_size()
113 i845_tseg_size(pci_chipset_tag_t pc) in i845_tseg_size()
131 i85x_tseg_size(pci_chipset_tag_t pc) in i85x_tseg_size()
142 i830_tom(pci_chipset_tag_t pc) in i830_tom()
150 i85x_tom(pci_chipset_tag_t pc) in i85x_tom()
158 i830_stolen_size(pci_chipset_tag_t pc, pcitag_t tag) in i830_stolen_size()
[all …]
/netbsd-src/sys/arch/atari/pci/
H A Dpci_milan.c53 pci_bus_maxdevs(pci_chipset_tag_t pc, int busno) in pci_bus_maxdevs()
67 pci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg) in pci_conf_read()
86 pci_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t data) in pci_conf_write()
96 pci_intr_setattr(pci_chipset_tag_t pc, pci_intr_handle_t *ih, int attr, in pci_intr_setattr()
109 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, int level, in pci_intr_establish()
119 pci_intr_disestablish(pci_chipset_tag_t pc, void *cookie) in pci_intr_disestablish()
169 milan_vga_init(pci_chipset_tag_t pc, pcitag_t tag, int id, in milan_vga_init()
H A Dpci_hades.c59 pci_bus_maxdevs(pci_chipset_tag_t pc, int busno) in pci_bus_maxdevs()
81 pci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg) in pci_conf_read()
93 pci_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t data) in pci_conf_write()
145 pci_intr_setattr(pci_chipset_tag_t pc, pci_intr_handle_t *ih, in pci_intr_setattr()
158 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, int level, in pci_intr_establish()
191 pci_intr_disestablish(pci_chipset_tag_t pc, void *cookie) in pci_intr_disestablish()
228 ati_vga_init(pci_chipset_tag_t pc, pcitag_t tag, int id, volatile uint8_t *ba, in ati_vga_init()
/netbsd-src/sys/arch/x86/pci/
H A Dpci_intr_machdep.c123 pci_chipset_tag_t ipc, pc = pa->pa_pc; in pci_intr_map() local
226 pci_intr_string(pci_chipset_tag_t pc, pci_intr_handle_t ih, char *buf, in pci_intr_string()
248 pci_intr_evcnt(pci_chipset_tag_t pc, pci_intr_handle_t ih) in pci_intr_evcnt()
263 pci_intr_setattr(pci_chipset_tag_t pc, pci_intr_handle_t *ih, in pci_intr_setattr()
312 pci_intr_establish_xname_internal(pci_chipset_tag_t pc, pci_intr_handle_t ih, in pci_intr_establish_xname_internal()
351 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, in pci_intr_establish()
359 pci_intr_establish_xname(pci_chipset_tag_t pc, pci_intr_handle_t ih, in pci_intr_establish_xname()
368 pci_intr_disestablish(pci_chipset_tag_t pc, void *cookie) in pci_intr_disestablish()
386 pci_intr_type(pci_chipset_tag_t pc, pci_intr_handle_t ih) in pci_intr_type()
400 x86_pci_intx_create_intrid(pci_chipset_tag_t pc, pci_intr_handle_t ih, char *buf, in x86_pci_intx_create_intrid()
[all …]
/netbsd-src/sys/arch/hpcmips/vr/
H A Dvrc4172pci.c139 pci_chipset_tag_t pc = &sc->sc_pc; in vrc4172pci_attach() local
222 vrc4172pci_bus_maxdevs(pci_chipset_tag_t pc, int busno) in vrc4172pci_bus_maxdevs()
229 vrc4172pci_bus_devorder(pci_chipset_tag_t pc, int busno, uint8_t *devs, in vrc4172pci_bus_devorder()
239 vrc4172pci_make_tag(pci_chipset_tag_t pc, int bus, int device, int function) in vrc4172pci_make_tag()
246 vrc4172pci_decompose_tag(pci_chipset_tag_t pc, pcitag_t tag, int *bp, int *dp, in vrc4172pci_decompose_tag()
259 vrc4172pci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg) in vrc4172pci_conf_read()
291 vrc4172pci_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, in vrc4172pci_conf_write()
320 pci_chipset_tag_t pc = pa->pa_pc; in vrc4172pci_intr_map() local
334 vrc4172pci_intr_string(pci_chipset_tag_t pc, pci_intr_handle_t ih, char *buf, in vrc4172pci_intr_string()
346 vrc4172pci_intr_evcnt(pci_chipset_tag_t pc, pci_intr_handle_t ih) in vrc4172pci_intr_evcnt()
[all …]
/netbsd-src/sys/arch/powerpc/include/
H A Dpci_machdep.h210 pci_bus_maxdevs(pci_chipset_tag_t pc, int busno) in pci_bus_maxdevs()
216 pci_make_tag(pci_chipset_tag_t pc, int bus, int device, int function) in pci_make_tag()
222 pci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg) in pci_conf_read()
228 pci_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t val) in pci_conf_write()
234 pci_decompose_tag(pci_chipset_tag_t pc, pcitag_t tag, int *bp, int *dp, int *fp) in pci_decompose_tag()
246 pci_intr_string(pci_chipset_tag_t pc, pci_intr_handle_t ih, char * buf, in pci_intr_string()
253 pci_intr_evcnt(pci_chipset_tag_t pc, pci_intr_handle_t ih) in pci_intr_evcnt()
259 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, int ipl, in pci_intr_establish()
267 pci_intr_establish_xname(pci_chipset_tag_t pc, pci_intr_handle_t ih, int ipl, in pci_intr_establish_xname()
275 pci_intr_disestablish(pci_chipset_tag_t pc, void *cookie) in pci_intr_disestablish()
[all …]
/netbsd-src/sys/arch/sandpoint/pci/
H A Dpci_machdep.c172 pci_bus_maxdevs(pci_chipset_tag_t pc, int busno) in pci_bus_maxdevs()
179 pci_make_tag(pci_chipset_tag_t pc, int bus, int device, int function) in pci_make_tag()
192 pci_decompose_tag(pci_chipset_tag_t pc, pcitag_t tag, in pci_decompose_tag()
212 pci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg) in pci_conf_read()
226 pci_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t data) in pci_conf_write()
395 pci_intr_string(pci_chipset_tag_t pc, pci_intr_handle_t ih, char *buf, in pci_intr_string()
407 pci_intr_evcnt(pci_chipset_tag_t pc, pci_intr_handle_t ih) in pci_intr_evcnt()
415 pci_intr_setattr(pci_chipset_tag_t pc, pci_intr_handle_t *ih, in pci_intr_setattr()
428 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, int level, in pci_intr_establish()
436 pci_intr_establish_xname(pci_chipset_tag_t pc, pci_intr_handle_t ih, int level, in pci_intr_establish_xname()
[all …]
/netbsd-src/sys/rump/dev/lib/libpci/
H A Drumpdev_pci.c47 pci_bus_maxdevs(pci_chipset_tag_t pc, int busno) in pci_bus_maxdevs()
54 pci_make_tag(pci_chipset_tag_t pc, int bus, int device, int function) in pci_make_tag()
82 pci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg) in pci_conf_read()
93 pci_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t data) in pci_conf_write()
102 pci_decompose_tag(pci_chipset_tag_t pc, pcitag_t tag, in pci_decompose_tag()
134 pci_intr_string(pci_chipset_tag_t pc, pci_intr_handle_t ih, in pci_intr_string()
143 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, in pci_intr_establish()
151 pci_intr_setattr(pci_chipset_tag_t pc, pci_intr_handle_t *ih, in pci_intr_setattr()
164 pci_intr_disestablish(pci_chipset_tag_t pc, void *not_your_above_ih) in pci_intr_disestablish()
/netbsd-src/sys/arch/arc/pci/
H A Dnecpb.c174 pci_chipset_tag_t pc; in necpb_init() local
246 pci_chipset_tag_t pc; in necpbattach() local
295 necpb_bus_maxdevs(pci_chipset_tag_t pc, int busno) in necpb_bus_maxdevs()
302 necpb_make_tag(pci_chipset_tag_t pc, int bus, int device, int function) in necpb_make_tag()
314 necpb_decompose_tag(pci_chipset_tag_t pc, pcitag_t tag, int *bp, int *dp, in necpb_decompose_tag()
327 necpb_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg) in necpb_conf_read()
345 necpb_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t data) in necpb_conf_write()
362 pci_chipset_tag_t pc = pa->pa_pc; in necpb_intr_map() local
405 necpb_intr_string(pci_chipset_tag_t pc, pci_intr_handle_t ih, char *buf, in necpb_intr_string()
415 necpb_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, int level, in necpb_intr_establish()
[all …]
/netbsd-src/sys/arch/amiga/pci/
H A Dpci_machdep.c57 amiga_pci_make_tag(pci_chipset_tag_t pc, int bus, int device, int function) in amiga_pci_make_tag()
63 amiga_pci_decompose_tag(pci_chipset_tag_t pc, pcitag_t tag, int *bp, in amiga_pci_decompose_tag()
75 amiga_pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, int level, in amiga_pci_intr_establish()
91 amiga_pci_intr_disestablish(pci_chipset_tag_t pc, void *cookie) in amiga_pci_intr_disestablish()
98 amiga_pci_intr_string(pci_chipset_tag_t pc, pci_intr_handle_t ih, char *buf, in amiga_pci_intr_string()
114 amiga_pci_conf_interrupt(pci_chipset_tag_t pc, int bus, int dev, int func, in amiga_pci_conf_interrupt()
/netbsd-src/sys/arch/ia64/pci/
H A Dpci_machdep.c46 pci_bus_maxdevs(pci_chipset_tag_t pc, int busno) in pci_bus_maxdevs()
53 pci_make_tag(pci_chipset_tag_t pc, int bus, int device, int function) in pci_make_tag()
65 pci_decompose_tag(pci_chipset_tag_t pc, pcitag_t tag, int *bp, int *dp, int *fp) in pci_decompose_tag()
77 pci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg) in pci_conf_read()
93 pci_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t val) in pci_conf_write()

12345678910>>...47