Searched refs:ASC_SET_CHIP_CONTROL (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/ic/ |
| D | advlib.c | 252 ASC_SET_CHIP_CONTROL(iot, ioh, ASC_CC_HALT); in AscInitASC_SOFTC() 689 ASC_SET_CHIP_CONTROL(iot, ioh, ASC_CC_CHIP_RESET | ASC_CC_SCSI_RESET | ASC_CC_HALT); in AscResetChipAndScsiBus() 695 ASC_SET_CHIP_CONTROL(iot, ioh, ASC_CC_CHIP_RESET | ASC_CC_HALT); in AscResetChipAndScsiBus() 696 ASC_SET_CHIP_CONTROL(iot, ioh, ASC_CC_HALT); in AscResetChipAndScsiBus() 765 ASC_SET_CHIP_CONTROL(iot, ioh, val); in AscSetBank() 778 ASC_SET_CHIP_CONTROL(iot, ioh, 0); in AscStartChip() 793 ASC_SET_CHIP_CONTROL(iot, ioh, cc_val | ASC_CC_HALT); in AscStopChip() 1512 ASC_SET_CHIP_CONTROL(iot, ioh, (ASC_CC_CHIP_RESET | ASC_CC_HALT)); in AscISR() 1513 ASC_SET_CHIP_CONTROL(iot, ioh, ASC_CC_HALT); in AscISR() 1549 ASC_SET_CHIP_CONTROL(iot, ioh, saved_ctrl_reg); in AscISR() [all …]
|
| D | advlib.h | 1275 #define ASC_SET_CHIP_CONTROL(iot, ioh, cc_val) bus_space_write_1((iot), (ioh), ASC_IOP_CTRL, cc_v… macro
|