Searched refs:devinfo (Results 1 - 25 of 69) sorted by relevance

123

/netbsd-6-1-5-RELEASE/sys/arch/evbmips/malta/pci/
H A Dpchb.c82 char devinfo[256]; local
101 snprintf(devinfo, sizeof(devinfo),
105 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo,
106 sizeof(devinfo));
108 printf("%s: %s (rev. 0x%02x)\n", self->dv_xname, devinfo,
/netbsd-6-1-5-RELEASE/sys/arch/netwinder/pci/
H A Dpcib.c91 char devinfo[256]; local
99 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
100 printf("%s: %s (rev. 0x%02x)\n", self->dv_xname, devinfo,
/netbsd-6-1-5-RELEASE/sys/arch/i386/pci/
H A Dp64h2apic.c79 char devinfo[256]; local
84 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
85 aprint_normal_dev(self, "%s (rev. 0x%02x)\n", devinfo,
H A Dpcmb.c80 char devinfo[256]; local
89 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
90 aprint_normal_dev(self, "%s (rev. 0x%02x)\n", devinfo,
H A Dpceb.c99 char devinfo[256]; local
108 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
109 aprint_normal_dev(self, "%s (rev. 0x%02x)\n", devinfo,
/netbsd-6-1-5-RELEASE/sys/arch/cats/pci/
H A Dpcib.c84 char devinfo[256]; local
92 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
93 printf("%s: %s (rev. 0x%02x)\n", self->dv_xname, devinfo,
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/pci/
H A Dpcib.c66 char devinfo[256]; local
69 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
70 aprint_normal_dev(self, "%s, rev %d\n", devinfo,
/netbsd-6-1-5-RELEASE/sys/arch/x86/pci/
H A Daapic.c44 char devinfo[256]; local
49 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
52 aprint_normal(": %s (rev. 0x%02x)\n", devinfo, rev);
/netbsd-6-1-5-RELEASE/sys/arch/prep/pci/
H A Dpceb.c100 char devinfo[256]; local
109 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
110 aprint_normal_dev(self, "%s (rev. 0x%02x)\n", devinfo,
/netbsd-6-1-5-RELEASE/sys/dev/mca/
H A Dmca.c79 char devinfo[256]; local
82 mca_devinfo(ma->ma_id, devinfo, sizeof(devinfo));
83 aprint_normal("%s slot %d: %s", pnp, ma->ma_slot + 1, devinfo);
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/loongson/dev/
H A Dpcib.c105 char devinfo[256]; local
109 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
110 aprint_normal(": %s (rev. 0x%02x)\n", devinfo,
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Daic7xxx.c166 struct ahc_devinfo *devinfo);
168 struct ahc_devinfo *devinfo,
172 struct ahc_devinfo *devinfo,
175 struct ahc_devinfo *devinfo);
177 struct ahc_devinfo *devinfo,
180 struct ahc_devinfo *devinfo,
183 struct ahc_devinfo *devinfo,
197 struct ahc_devinfo *devinfo);
199 struct ahc_devinfo *devinfo);
201 struct ahc_devinfo *devinfo);
430 struct ahc_devinfo devinfo; local
1251 struct ahc_devinfo devinfo; local
1395 struct ahc_devinfo devinfo; local
1851 ahc_update_neg_request(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct ahc_tmode_tstate *tstate, struct ahc_initiator_tinfo *tinfo, ahc_neg_type neg_type) argument
1894 ahc_set_syncrate(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct ahc_syncrate *syncrate, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
2021 ahc_set_width(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int width, u_int type, int paused) argument
2077 ahc_set_tags(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, ahc_queue_alg alg) argument
2103 struct ahc_devinfo devinfo; local
2167 ahc_fetch_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
2217 ahc_compile_devinfo(struct ahc_devinfo *devinfo, u_int our_id, u_int target, u_int lun, char channel, role_t role) argument
2232 ahc_print_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
2239 ahc_scb_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
2273 ahc_setup_initiator_msgout(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
2359 ahc_build_transfer_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
2456 ahc_construct_sdtr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int period, u_int offset) argument
2479 ahc_construct_wdtr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int bus_width) argument
2499 ahc_construct_ppr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int period, u_int offset, u_int bus_width, u_int ppr_options) argument
2546 struct ahc_devinfo devinfo; local
2643 struct ahc_devinfo devinfo; local
2990 ahc_parse_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
3405 ahc_handle_msg_reject(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
3564 ahc_handle_ign_wide_residue(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
3730 ahc_handle_devreset(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, cam_status status, const char *message, int verbose_level) argument
3784 ahc_setup_target_msgin(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
6058 struct ahc_devinfo devinfo; local
[all...]
H A Daic79xx.c124 struct ahd_devinfo *devinfo);
139 struct ahd_devinfo *devinfo,
143 struct ahd_devinfo *devinfo);
145 struct ahd_devinfo *devinfo,
148 struct ahd_devinfo *devinfo,
151 struct ahd_devinfo *devinfo);
153 struct ahd_devinfo *devinfo,
156 struct ahd_devinfo *devinfo,
159 struct ahd_devinfo *devinfo,
172 struct ahd_devinfo *devinfo);
1026 struct ahd_devinfo devinfo; local
1169 struct ahd_devinfo devinfo; local
1279 struct ahd_devinfo devinfo; local
1356 struct ahd_devinfo devinfo; local
1414 struct ahd_devinfo devinfo; local
1593 struct ahd_devinfo devinfo; local
2112 struct ahd_devinfo devinfo; local
2350 struct ahd_devinfo devinfo; local
2447 ahd_force_renegotiation(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
2914 ahd_update_neg_request(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct ahd_tmode_tstate *tstate, struct ahd_initiator_tinfo *tinfo, ahd_neg_type neg_type) argument
2957 ahd_set_syncrate(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
3104 ahd_set_width(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int width, u_int type, int paused) argument
3159 ahd_set_tags(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, ahd_queue_alg alg) argument
3168 ahd_update_neg_table(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct ahd_transinfo *tinfo) argument
3289 struct ahd_devinfo devinfo; local
3353 ahd_fetch_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
3388 ahd_print_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
3413 ahd_compile_devinfo(struct ahd_devinfo *devinfo, u_int our_id, u_int target, u_int lun, char channel, role_t role) argument
3428 ahd_scb_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct scb *scb) argument
3451 ahd_setup_initiator_msgout(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct scb *scb) argument
3572 ahd_build_transfer_msg(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
3668 ahd_construct_sdtr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset) argument
3691 ahd_construct_wdtr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int bus_width) argument
3711 ahd_construct_ppr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset, u_int bus_width, u_int ppr_options) argument
3775 struct ahd_devinfo devinfo; local
4162 ahd_parse_msg(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
4580 ahd_handle_msg_reject(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
4751 ahd_handle_ign_wide_residue(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
4995 ahd_handle_devreset(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int lun, cam_status status, const char *message, int verbose_level) argument
5058 ahd_setup_target_msgin(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct scb *scb) argument
6388 struct ahd_devinfo devinfo; local
6561 struct ahd_devinfo devinfo; local
6640 struct ahd_devinfo devinfo; local
7589 struct ahd_devinfo devinfo; local
7951 struct ahd_devinfo devinfo; local
[all...]
H A Daic79xx_osm.c410 struct ahd_devinfo devinfo; local
424 ahd_compile_devinfo(&devinfo, our_id, target_id,
442 (ahd->user_tagenable & devinfo.target_mask);
444 (ahd->user_discenable & devinfo.target_mask);
458 ahd_set_width(ahd, &devinfo, width, AHD_TRANS_GOAL, FALSE);
472 if ((tstate->discenable & devinfo.target_mask) == 0 ||
473 (tstate->tagenable & devinfo.target_mask) == 0)
477 (ahd->user_tagenable & devinfo.target_mask))
478 tstate->tagenable |= devinfo.target_mask;
480 tstate->tagenable &= ~devinfo
822 ahd_platform_set_tags(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, ahd_queue_alg alg) argument
842 struct ahd_devinfo devinfo; local
[all...]
H A Daic7xxx_osm.c395 struct ahc_devinfo devinfo; local
409 ahc_compile_devinfo(&devinfo, our_id, target_id,
427 (ahc->user_tagenable & devinfo.target_mask);
429 (ahc->user_discenable & devinfo.target_mask);
443 ahc_set_width(ahc, &devinfo, width, AHC_TRANS_GOAL, FALSE);
456 if ((tstate->discenable & devinfo.target_mask) == 0 ||
457 (tstate->tagenable & devinfo.target_mask) == 0)
461 (ahc->user_tagenable & devinfo.target_mask))
462 tstate->tagenable |= devinfo.target_mask;
464 tstate->tagenable &= ~devinfo
1052 ahc_platform_set_tags(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, int enable) argument
1116 struct ahc_devinfo devinfo; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/libsa/
H A Dsaio.h73 struct devinfo *b_devinfo; /* Information to configure device */
79 struct devinfo { struct
91 * d_devtype field of struct devinfo.
H A Dpromdev.c57 struct devinfo *dip;
146 struct devinfo *dip;
/netbsd-6-1-5-RELEASE/sys/dev/cardbus/
H A Dfwohci_cardbus.c94 char devinfo[256]; local
96 pci_devinfo(ca->ca_id, ca->ca_class, 0, devinfo, sizeof(devinfo));
97 aprint_normal(": %s (rev. 0x%02x)\n", devinfo,
H A Dehci_cardbus.c130 char devinfo[256]; local
140 pci_devinfo(ca->ca_id, ca->ca_class, 0, devinfo, sizeof(devinfo));
141 printf(": %s (rev. 0x%02x)\n", devinfo,
/netbsd-6-1-5-RELEASE/sys/dev/eisa/
H A Deisa.c80 char devinfo[256]; local
83 eisa_devinfo(ea->ea_idstring, devinfo, sizeof(devinfo));
84 aprint_normal("%s at %s", devinfo, pnp);
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/ibm4xx/pci/
H A Dpchb.c122 char devinfo[256]; local
146 pci_devinfo(id, class, 0, devinfo, sizeof(devinfo));
147 aprint_normal_dev(self, "%s (rev. 0x%02x)\n", devinfo,
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/pci/
H A Dpcib.c105 char devinfo[256]; local
118 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
119 aprint_normal(": %s (rev. 0x%02x)\n", devinfo,
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/walnut/pci/
H A Dpchb.c123 char devinfo[256]; local
150 pci_devinfo(id, class, 0, devinfo, sizeof(devinfo));
151 aprprint_normal_dev(self, "%s (rev. 0x%02x)\n", devinfo,
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/ixm1200/
H A Dnappi_nppb.c121 char devinfo[256]; local
130 sprintf(devinfo, "21555 Non-Transparent PCI-PCI Bridge");
131 aprint_normal(": %s, rev %d\n", devinfo, PCI_REVISION(pa->pa_class));
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Doldmon.h70 struct devinfo { struct
132 struct devinfo *b_devinfo; /* info to configure device. */

Completed in 228 milliseconds

123