Home
last modified time | relevance | path

Searched refs:ASC_GET_CHIP_SCSI_ID (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/ic/
H A Dadvlib.c825 if (ASC_GET_CHIP_SCSI_ID(iot, ioh) == new_id) in AscSetChipScsiID()
828 cfg_lsw = ASC_GET_CHIP_SCSI_ID(iot, ioh); in AscSetChipScsiID()
832 return (ASC_GET_CHIP_SCSI_ID(iot, ioh)); in AscSetChipScsiID()
H A Dadvlib.h1281 #define ASC_GET_CHIP_SCSI_ID(iot, ioh) ((ASC_GET_CHIP_CFG_LSW((iot), (ioh)) >> 8) & ASC_MAX_TID) macro