HomeSort by: relevance | last modified time | path
    Searched defs:SETBITS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
i2c_bitbang.c 51 #define SETBITS(x) ops->ibo_set_bits(v, (x))
90 SETBITS(SDA | SCL);
92 SETBITS( 0 | SCL);
98 SETBITS( 0 | 0);
112 SETBITS( 0 | SCL);
114 SETBITS(SDA | SCL);
174 SETBITS(SDA | 0);
178 SETBITS(SDA | SCL);
186 SETBITS(SDA | 0);
191 SETBITS(bit | 0)
    [all...]
  /src/bin/pax/
file_subs.c 85 #define SETBITS(dir) ((dir) ? SET_BITS : (SET_BITS | S_ISVTX))
252 arcn->sb.st_mode &= ~SETBITS(0);
599 arcn->sb.st_mode &= ~SETBITS(arcn->type == PAX_DIR);

Completed in 12 milliseconds