Searched refs:PEB2466_CMD_COP (Results 1 – 1 of 1) sorted by relevance
73 #define PEB2466_CMD_COP 0x00 /* COP is 0bxxx0xxxx, handle 0bxxx00xxx */78 #define PEB2466_MAKE_COP(_ad, _code) (PEB2466_CMD_COP | ((_ad) << 6) | (_code))74 #define PEB2466_CMD_COP global() macro