/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx_osm.h | 78 (ahd->our_id) 81 #define BUILD_SCSIID(ahd, sim, target_id, our_id) \ argument 82 ((((target_id) << TID_SHIFT) & TID) | (our_id))
|
H A D | aic7xxx_osm.h | 75 (((sim) == ahc->platform_data->sim_b) ? ahc->our_id_b : ahc->our_id) 79 #define BUILD_SCSIID(ahc, sim, target_id, our_id) \ argument 80 ((((target_id) << TID_SHIFT) & TID) | (our_id) \
|
H A D | aic7770.c | 197 ahc->our_id = scsiconf1 & HWSCSIID; in aic7770_config() 201 ahc->our_id = scsiconf & HSCSIID; in aic7770_config() 357 ahc->our_id = sc->brtime_id & CFSCSIID; in aha2840_load_seeprom() 359 scsi_conf = (ahc->our_id & 0x7); in aha2840_load_seeprom()
|
H A D | aic79xx_osm.c | 59 int our_id, char channel, 62 int our_id, char channel, 469 u_int our_id; in ahd_action() 476 our_id = SIM_SCSI_ID(ahd, sim); in ahd_action() 515 our_id = target_id; in ahd_action() 540 tinfo = ahd_fetch_transinfo(ahd, 'A', our_id, in ahd_action() 572 hscb->scsiid = BUILD_SCSIID(ahd, sim, target_id, our_id); in ahd_action() 702 cpi->initiator_id = ahd->our_id; in ahd_action() 731 ahd_set_tran_settings(struct ahd_softc *ahd, int our_id, char channel, in ahd_set_tran_settings() 847 ahd_get_tran_settings(struct ahd_softc *ahd, int our_id, cha in ahd_get_tran_settings() 457 u_int our_id; ahd_action() local 719 ahd_set_tran_settings(struct ahd_softc * ahd,int our_id,char channel,struct ccb_trans_settings * cts) ahd_set_tran_settings() argument 835 ahd_get_tran_settings(struct ahd_softc * ahd,int our_id,char channel,struct ccb_trans_settings * cts) ahd_get_tran_settings() argument [all...] |
H A D | aic7xxx_pci.c | 782 u_int our_id; in ahc_find_pci_device() 790 our_id = 0; in ahc_pci_config() 864 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID; in ahc_pci_config() 866 our_id = ahc_inb(ahc, SCSIID) & OID; in ahc_pci_config() 871 our_id = 7; in ahc_pci_config() 974 our_id = 0x07; in ahc_pci_config() 977 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI); in ahc_pci_config() 979 ahc->our_id = our_id; in ahc_pci_config() 1556 ahc->our_id in ahc_parse_pci_eeprom() 789 u_int our_id; ahc_pci_config() local [all...] |
H A D | aic7xxx_osm.c | 53 int our_id, char channel, 452 u_int our_id; in ahc_action() 459 our_id = SIM_SCSI_ID(ahc, sim); in ahc_action() 497 our_id = target_id; in ahc_action() 540 hscb->scsiid = BUILD_SCSIID(ahc, sim, target_id, our_id); in ahc_action() 796 cpi->initiator_id = ahc->our_id; in ahc_action() 828 ahc_get_tran_settings(struct ahc_softc *ahc, int our_id, char channel, in ahc_get_tran_settings() 840 ahc_compile_devinfo(&devinfo, our_id, in ahc_get_tran_settings() 1302 ahc_get_tran_settings(ahc, channel == 'A' ? ahc->our_id in ahc_send_async() 440 u_int our_id; ahc_action() local 816 ahc_get_tran_settings(struct ahc_softc * ahc,int our_id,char channel,struct ccb_trans_settings * cts) ahc_get_tran_settings() argument
|
H A D | aic7xxx_inline.h | 238 char channel, u_int our_id, 282 * for the specified our_id/remote_id pair. 285 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id, in ahc_fetch_transinfo() argument 295 our_id += 8; in ahc_fetch_transinfo() 296 *tstate = ahc->enabled_targets[our_id]; in ahc_fetch_transinfo()
|
H A D | aic79xx.c | 2795 master_tstate = ahd->enabled_targets[ahd->our_id]; in ahd_alloc_tstate() 2839 if (scsi_id == ahd->our_id in ahd_free_tstate() 3453 int our_id; in ahd_fetch_devinfo() local 3466 our_id = ahd_inb(ahd, TARGIDIN) & OID; in ahd_fetch_devinfo() 3468 our_id = ahd_inb(ahd, TOWNID); in ahd_fetch_devinfo() 3470 our_id = ahd_inb(ahd, IOWNID); in ahd_fetch_devinfo() 3474 our_id, in ahd_fetch_devinfo() 3508 ahd_compile_devinfo(struct ahd_devinfo *devinfo, u_int our_id, u_int target, in ahd_compile_devinfo() argument 3511 devinfo->our_scsiid = our_id; in ahd_compile_devinfo() 3527 int our_id; in ahd_scb_devinfo() local [all …]
|
H A D | aic79xx_inline.h | 427 char channel, u_int our_id, 501 ahd_fetch_transinfo(struct ahd_softc *ahd, char channel, u_int our_id, in ahd_fetch_transinfo() argument 511 our_id += 8; in ahd_fetch_transinfo() 512 *tstate = ahd->enabled_targets[our_id]; in ahd_fetch_transinfo()
|
H A D | aic7xxx.h | 1052 uint8_t our_id; 1277 u_int our_id, u_int target, 1056 uint8_t our_id; global() member
|
H A D | aic79xx.h | 1226 uint8_t our_id; 1490 u_int our_id, u_int target, 1230 uint8_t our_id; global() member
|