Searched refs:WRITE_EFX (Results 1 – 1 of 1) sorted by relevance
35 #define WRITE_EFX(a, b, c) sblive_writeptr((a), MICROCODEBASE + (b), 0, (c)) macro38 do { WRITE_EFX(card, (pc) * 2, ((x) << 10) | (y)); \39 WRITE_EFX(card, (pc) * 2 + 1, ((op) << 20) | ((z) << 10) | (w)); \