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

  /src/sys/dev/ic/
advlib.c 365 cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh);
383 eep_config->cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh);
1875 cfg = ASC_GET_CHIP_CFG_LSW(iot, ioh);
1885 cfg = ASC_GET_CHIP_CFG_LSW(iot, ioh);
1907 cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh);
1916 cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh);
1939 cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh) & 0xFFE3;
1943 cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh) & 0xFFE0;
1954 cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh) & 0xFFF3;
2012 channel = ASC_GET_CHIP_CFG_LSW(iot, ioh) & 0x0003
    [all...]
advlib.h 1259 #define ASC_GET_CHIP_CFG_LSW(iot, ioh) bus_space_read_2((iot), (ioh), ASC_IOP_CONFIG_LOW)
1289 #define ASC_GET_CHIP_SCSI_ID(iot, ioh) ((ASC_GET_CHIP_CFG_LSW((iot), (ioh)) >> 8) & ASC_MAX_TID)

Completed in 16 milliseconds