Searched refs:our_id (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/sys/dev/cardbus/
H A Dahc_cardbus.c218 int our_id; local
223 our_id = AHC_CARDBUS_DEFAULT_SCSI_ID;
225 ahc_outb(ahc, SCSICONF, our_id | ENSPCHK | RESET_SCSI);
226 ahc->our_id = our_id;
/netbsd-current/sys/dev/ic/
H A Daic79xx_osm.c100 ahd->sc_channel.chan_id = ahd->our_id;
338 u_int our_id; local
349 our_id = ahd->our_id;
356 tinfo = ahd_fetch_transinfo(ahd, channel, our_id,
383 hscb->scsiid = BUILD_SCSIID(ahd, sim, target_id, our_id);
412 int target_id, our_id, first; local
420 our_id = chan->chan_id;
423 tinfo = ahd_fetch_transinfo(ahd, channel, our_id, target_id,
425 ahd_compile_devinfo(&devinfo, our_id, target_i
[all...]
H A Daic7xxx_osm.c99 ahc->sc_channel.chan_id = ahc->our_id;
342 u_int our_id; local
349 our_id = ahc->our_id;
374 hscb->scsiid = BUILD_SCSIID(ahc, 0, target_id, our_id);
400 int target_id, our_id, first; local
408 our_id = chan->chan_id;
411 tinfo = ahc_fetch_transinfo(ahc, channel, our_id, target_id,
413 ahc_compile_devinfo(&devinfo, our_id, target_id,
1125 tinfo = ahc_fetch_transinfo(ahc, channel, ahc->our_id, targe
[all...]
H A Daic79xx_osm.h83 (ahd->our_id)
86 #define BUILD_SCSIID(ahd, sim, target_id, our_id) \
87 ((((target_id) << TID_SHIFT) & TID) | (our_id))
H A Daic7xxx_osm.h82 (((sim) == ahc->platform_data->sim_b) ? ahc->our_id_b : ahc->our_id)
86 #define BUILD_SCSIID(ahc, sim, target_id, our_id) \
87 ((((target_id) << TID_SHIFT) & TID) | (our_id))
H A Daic7xxx_inline.h243 char channel, u_int our_id,
287 * for the specified our_id/remote_id pair.
290 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id, argument
301 our_id += 8;
303 *tstate = ahc->enabled_targets[our_id];
H A Daic7xxx.c1567 master_tstate = ahc->enabled_targets[ahc->our_id];
1615 || (channel == 'A' && scsi_id == ahc->our_id))
2169 int our_id; local
2181 our_id = ahc_inb(ahc, TARGIDIN) & OID;
2183 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID;
2185 our_id = ahc_inb(ahc, SCSIID) & OID;
2189 our_id,
2215 ahc_compile_devinfo(struct ahc_devinfo *devinfo, u_int our_id, u_int target, argument
2218 devinfo->our_scsiid = our_id;
2241 int our_id; local
4664 u_int our_id; local
6834 u_int our_id; local
7010 u_int our_id; local
7190 u_int our_id; local
[all...]
H A Daic79xx.c2704 master_tstate = ahd->enabled_targets[ahd->our_id];
2746 if (scsi_id == ahd->our_id
3356 int our_id; local
3369 our_id = ahd_inb(ahd, TARGIDIN) & OID;
3371 our_id = ahd_inb(ahd, TOWNID);
3373 our_id = ahd_inb(ahd, IOWNID);
3377 our_id,
3411 ahd_compile_devinfo(struct ahd_devinfo *devinfo, u_int our_id, u_int target, argument
3414 devinfo->our_scsiid = our_id;
3430 int our_id; local
9241 u_int our_id; local
9379 u_int our_id; local
9563 u_int our_id; local
[all...]
H A Daic7xxx_seeprom.c315 ahc->our_id = sc->brtime_id & CFSCSIID;
317 scsi_conf = (ahc->our_id & 0x7);
H A Daic79xx_inline.h490 * for the specified our_id/remote_id pair.
493 ahd_fetch_transinfo(struct ahd_softc *ahd, char channel, u_int our_id, argument
503 our_id += 8;
504 *tstate = ahd->enabled_targets[our_id];
H A Daic79xxvar.h1180 uint8_t our_id; member in struct:ahd_softc
H A Daic7xxxvar.h1132 uint8_t our_id; member in struct:ahc_softc
/netbsd-current/sys/dev/eisa/
H A Dahc_eisa.c217 ahc->our_id = scsiconf1 & HWSCSIID;
221 ahc->our_id = scsiconf & HSCSIID;
/netbsd-current/sys/dev/pci/
H A Dahc_pci.c762 u_int our_id = 0; local
916 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID;
918 our_id = ahc_inb(ahc, SCSIID) & OID;
923 our_id = 7;
1072 our_id = 0x07;
1075 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI);
1077 ahc->our_id = our_id;
/netbsd-current/sys/dev/isa/
H A Dseagate.c208 int our_id; /* our scsi id */ member in struct:sea_softc
463 chan->chan_id = sea->our_id;
529 sea->our_id = 7;
533 sea->our_id = 6;
536 sea->our_id_mask = 1 << sea->our_id;
/netbsd-current/sys/arch/i386/isa/
H A Dahc_isa.c530 ahc->our_id = sc.brtime_id & CFSCSIID;
532 scsi_conf = (ahc->our_id & 0x7);

Completed in 380 milliseconds