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

  /src/sys/dev/isa/
adv_isa.c 164 ASC_SET_CHIP_CONTROL(iot, ioh, ASC_CC_HALT);
  /src/sys/dev/pci/
adv_pci.c 198 ASC_SET_CHIP_CONTROL(iot, ioh, ASC_CC_HALT);
  /src/sys/dev/cardbus/
adv_cardbus.c 198 ASC_SET_CHIP_CONTROL(iot, ioh, ASC_CC_HALT);
  /src/sys/dev/ic/
advlib.c 241 ASC_SET_CHIP_CONTROL(iot, ioh, ASC_CC_HALT);
685 ASC_SET_CHIP_CONTROL(iot, ioh, ASC_CC_CHIP_RESET | ASC_CC_SCSI_RESET | ASC_CC_HALT);
691 ASC_SET_CHIP_CONTROL(iot, ioh, ASC_CC_CHIP_RESET | ASC_CC_HALT);
692 ASC_SET_CHIP_CONTROL(iot, ioh, ASC_CC_HALT);
774 ASC_SET_CHIP_CONTROL(iot, ioh, val);
787 ASC_SET_CHIP_CONTROL(iot, ioh, 0);
802 ASC_SET_CHIP_CONTROL(iot, ioh, cc_val | ASC_CC_HALT);
1481 ASC_SET_CHIP_CONTROL(iot, ioh, (ASC_CC_CHIP_RESET | ASC_CC_HALT));
1482 ASC_SET_CHIP_CONTROL(iot, ioh, ASC_CC_HALT);
1518 ASC_SET_CHIP_CONTROL(iot, ioh, saved_ctrl_reg)
    [all...]
advlib.h 1283 #define ASC_SET_CHIP_CONTROL(iot, ioh, cc_val) bus_space_write_1((iot), (ioh), ASC_IOP_CTRL, cc_val)

Completed in 19 milliseconds