HomeSort by: relevance | last modified time | path
    Searched refs:our_id (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/dev/cardbus/
ahc_cardbus.c 218 int our_id; local in function:ahc_cardbus_attach
223 our_id = AHC_CARDBUS_DEFAULT_SCSI_ID;
225 ahc_outb(ahc, SCSICONF, our_id | ENSPCHK | RESET_SCSI);
226 ahc->our_id = our_id;
  /src/sys/dev/ic/
aic79xx_osm.c 100 ahd->sc_channel.chan_id = ahd->our_id;
338 u_int our_id; local in function:ahd_action
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 in function:ahd_action
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_id
    [all...]
aic7xxx_osm.c 99 ahc->sc_channel.chan_id = ahc->our_id;
342 u_int our_id; local in function:ahc_action
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 in function:ahc_action
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, target
    [all...]
aic79xx_osm.h 83 (ahd->our_id)
86 #define BUILD_SCSIID(ahd, sim, target_id, our_id) \
87 ((((target_id) << TID_SHIFT) & TID) | (our_id))
aic7xxx_osm.h 82 (((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))
aic7xxx_inline.h 243 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,
301 our_id += 8;
303 *tstate = ahc->enabled_targets[our_id];
aic7xxx.c 1567 master_tstate = ahc->enabled_targets[ahc->our_id];
1615 || (channel == 'A' && scsi_id == ahc->our_id))
2169 int our_id; local in function:ahc_fetch_devinfo
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,
2218 devinfo->our_scsiid = our_id;
2241 int our_id; local in function:ahc_scb_devinfo
4664 u_int our_id; local in function:ahc_init
6834 u_int our_id; local in function:ahc_handle_en_lun
7010 u_int our_id; local in function:ahc_handle_en_lun
7190 u_int our_id; local in function:ahc_update_scsiid
    [all...]
aic79xx.c 2704 master_tstate = ahd->enabled_targets[ahd->our_id];
2746 if (scsi_id == ahd->our_id
3356 int our_id; local in function:ahd_fetch_devinfo
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,
3414 devinfo->our_scsiid = our_id;
3430 int our_id; local in function:ahd_scb_devinfo
9241 u_int our_id; local in function:ahd_handle_en_lun
9379 u_int our_id; local in function:ahd_handle_en_lun
9563 u_int our_id; local in function:ahd_update_scsiid
    [all...]
aic7xxx_seeprom.c 315 ahc->our_id = sc->brtime_id & CFSCSIID;
317 scsi_conf = (ahc->our_id & 0x7);
aic79xx_inline.h 490 * for the specified our_id/remote_id pair.
493 ahd_fetch_transinfo(struct ahd_softc *ahd, char channel, u_int our_id,
503 our_id += 8;
504 *tstate = ahd->enabled_targets[our_id];
aic79xxvar.h 1180 uint8_t our_id; member in struct:ahd_softc
aic7xxxvar.h 1132 uint8_t our_id; member in struct:ahc_softc
  /src/sys/dev/eisa/
ahc_eisa.c 217 ahc->our_id = scsiconf1 & HWSCSIID;
221 ahc->our_id = scsiconf & HSCSIID;
  /src/sys/dev/pci/
ahc_pci.c 762 u_int our_id = 0; local in function:ahc_pci_attach
916 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID;
918 our_id = ahc_inb(ahc, SCSIID) & OID;
923 our_id = 7;
1062 our_id = 0x07;
1065 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI);
1067 ahc->our_id = our_id;
  /src/sys/dev/isa/
seagate.c 208 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;
  /src/sys/arch/i386/isa/
ahc_isa.c 530 ahc->our_id = sc.brtime_id & CFSCSIID;
532 scsi_conf = (ahc->our_id & 0x7);

Completed in 29 milliseconds