Home
last modified time | relevance | path

Searched refs:ASC_SET_CHIP_STATUS (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dadv_pci.c199 ASC_SET_CHIP_STATUS(iot, ioh, 0); in adv_pci_attach()
/netbsd-src/sys/dev/ic/
H A Dadvlib.c242 ASC_SET_CHIP_STATUS(iot, ioh, 0); in AscInitASC_SOFTC()
696 ASC_SET_CHIP_STATUS(iot, ioh, ASC_CIW_CLR_SCSI_RESET_INT); in AscResetChipAndScsiBus()
697 ASC_SET_CHIP_STATUS(iot, ioh, 0); in AscResetChipAndScsiBus()
1483 ASC_SET_CHIP_STATUS(iot, ioh, ASC_CIW_CLR_SCSI_RESET_INT); in AscISR()
1484 ASC_SET_CHIP_STATUS(iot, ioh, 0); in AscISR()
1618 ASC_SET_CHIP_STATUS(iot, ioh, ASC_CIW_CLR_SCSI_RESET_INT); in AscIsrQDone()
1619 ASC_SET_CHIP_STATUS(iot, ioh, 0); in AscIsrQDone()
1865 ASC_SET_CHIP_STATUS(iot, ioh, ASC_CIW_IRQ_ACT); in AscToggleIRQAct()
1866 ASC_SET_CHIP_STATUS(iot, ioh, 0); in AscToggleIRQAct()
1983 ASC_SET_CHIP_STATUS(iot, ioh, ASC_CIW_INT_ACK); in AscAckInterrupt()
[all …]
H A Dadvlib.h1281 #define ASC_SET_CHIP_STATUS(iot, ioh, cs_val) bus_space_write_2((iot), (ioh), ASC_IOP_STATUS, cs_… macro
/netbsd-src/sys/dev/isa/
H A Dadv_isa.c165 ASC_SET_CHIP_STATUS(iot, ioh, 0); in adv_isa_probe()
/netbsd-src/sys/dev/cardbus/
H A Dadv_cardbus.c199 ASC_SET_CHIP_STATUS(iot, ioh, 0); in adv_cardbus_attach()