Lines Matching defs:rw
715 uint32_t rw;
717 rw = 0x3; // READ or READ/WRITE
719 rw = 0x1; // WRITE
726 return rw;
728 return (0x1 << 2) | rw;
730 return (0x3 << 2) | rw;
732 return (0x2 << 2) | rw;
751 // dr7{31-16} encodes the rw/len bits:
753 // where bits{x+1, x} => rw
903 // dr7{31-16} encodes the rw/len bits:
905 // where bits{x+1, x} => rw