Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dadvlib.c372 cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh); in AscInitFromEEP()
390 eep_config->cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh); in AscInitFromEEP()
1905 cfg = ASC_GET_CHIP_CFG_LSW(iot, ioh); in AscDisableInterrupt()
1915 cfg = ASC_GET_CHIP_CFG_LSW(iot, ioh); in AscEnableInterrupt()
1934 cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh); in AscGetChipIRQ()
1943 cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh); in AscGetChipIRQ()
1965 cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh) & 0xFFE3; in AscSetChipIRQ()
1969 cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh) & 0xFFE0; in AscSetChipIRQ()
1980 cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh) & 0xFFF3; in AscSetChipIRQ()
2037 channel = ASC_GET_CHIP_CFG_LSW(iot, ioh) & 0x0003; in AscGetIsaDmaChannel()
[all …]
Dadvlib.h1251 #define ASC_GET_CHIP_CFG_LSW(iot, ioh) bus_space_read_2((iot), (ioh), ASC_IOP_CONFIG_LOW) macro
1281 #define ASC_GET_CHIP_SCSI_ID(iot, ioh) ((ASC_GET_CHIP_CFG_LSW((iot), (ioh)) >> 8) & ASC_MAX_TID)