Searched refs:INT_READ (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/i2c/
H A Dtwl4030.c150 #define INT_READ(sc, reg) twl_read((sc), ADDR_INT, (reg), I2C_F_POLL) macro
225 dir = INT_READ(sc, GPIODATADIR(pin));
300 gpio = INT_READ(sc, GPIODATAIN(gpin->pin_num));
408 idcode = INT_READ(sc, IDCODE_7_0);
409 idcode |= (uint32_t)INT_READ(sc, IDCODE_15_8) << 8;
410 idcode |= (uint32_t)INT_READ(sc, IDCODE_23_16) << 16;
411 idcode |= (uint32_t)INT_READ(sc, IDCODE_31_24) << 24;

Completed in 72 milliseconds