Home
last modified time | relevance | path

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

/trueos/sys/dev/ppbus/
HDppb_msq.h72 #define MS_OP_BRCLEAR 9 /* brclear <mask>, <offset> */ macro
132 #define MS_BRCLEAR(mask,offset) { MS_OP_BRCLEAR, {{ (mask) }, { (offset) }}}
/trueos/sys/dev/ppc/
HDppc.c1451 case MS_OP_BRCLEAR: in ppc_exec_microseq()