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

/freebsd-10.3-release/sys/arm/samsung/exynos/
H A Dexynos5_i2c.c145 reg = READ1(sc, I2CCON);
200 reg = READ1(sc, I2CCON);
217 if ((READ1(sc, I2CSTAT) & I2CSTAT_BSY) == 0)
230 stat = READ1(sc, I2CSTAT);
253 DPRINTF("I2CCON == 0x%08x\n", READ1(sc, I2CCON));
254 DPRINTF("I2CSTAT == 0x%08x\n", READ1(sc, I2CSTAT));
272 reg = READ1(sc, I2CCON);
316 reg = READ1(sc, I2CSTAT);
375 READ1(sc, I2CDS);
382 reg = READ1(s
[all...]
H A Dexynos5_common.h37 #define READ1(_sc, _reg) \ macro
/freebsd-10.3-release/sys/arm/freescale/vybrid/
H A Dvf_i2c.c173 if (READ1(sc, I2C_IBSR) & IBSR_IBIF) {
191 if ((READ1(sc, I2C_IBSR) & IBSR_IBB) == 0)
207 if (READ1(sc, I2C_IBSR) & IBSR_TCF) {
208 if (READ1(sc, I2C_IBSR) & IBSR_IBIF) {
234 if ((READ1(sc, I2C_IBSR) & IBSR_IBB) == 0) {
242 reg = READ1(sc, I2C_IBCR);
276 if (READ1(sc, I2C_IBSR) & IBSR_IBB) {
386 READ1(sc, I2C_IBDR);
408 *buf++ = READ1(sc, I2C_IBDR);
H A Dvf_common.h37 #define READ1(_sc, _reg) \ macro
H A Dvf_nfc.c469 b[i] = READ1(sc, i);
/freebsd-10.3-release/sys/dev/fatm/
H A Dif_fatmvar.h330 #define READ1(SC, OFF) bus_space_read_1(SC->memt, SC->memh, OFF) macro
/freebsd-10.3-release/sys/dev/hatm/
H A Dif_hatmvar.h474 #define READ1(SC,OFF) bus_space_read_1(SC->memt, SC->memh, (OFF)) macro

Completed in 107 milliseconds