Home
last modified time | relevance | path

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

/dragonfly/sys/bus/ppbus/
HDppb_msq.h73 #define MS_OP_BRCLEAR 9 /* brclear <mask>, <offset> */ macro
133 #define MS_BRCLEAR(mask,offset) { MS_OP_BRCLEAR, {{ mask }, { offset }}}
/dragonfly/sys/dev/misc/ppc/
HDppc.c1469 case MS_OP_BRCLEAR: in ppc_exec_microseq()