Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/rp/
HDrpreg.h308 #define RESET_ALL 0x80 /* reset AIOP (all channels) */ macro
810 rp_writeaiop1(CTLP,AIOPNUM,_CMD_REG,RESET_ALL); \
HDrp.c138 rp_writeaiop1(CtlP, aiop, _CMD_REG, RESET_ALL); /* reset AIOP */ in sReadAiopID()