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

/freebsd-11.0-release/sys/dev/smc/
H A Dif_smcreg.h183 #define PTR_READ 0x2000 /* Set read/write */ macro
H A Dif_smc.c706 smc_write_2(sc, PTR, 0 | PTR_READ | PTR_RCV | PTR_AUTO_INCR);
742 smc_write_2(sc, PTR, 4 | PTR_READ | PTR_RCV | PTR_AUTO_INCR);
862 smc_write_2(sc, PTR, 0 | PTR_READ |
/freebsd-11.0-release/sys/dev/sn/
H A Dif_snreg.h274 #define PTR_READ 0x2000 /* Intended access mode */ macro
H A Dif_sn.c887 CSR_WRITE_2(sc, POINTER_REG_W, PTR_AUTOINC | PTR_READ | 0x0000);
1027 CSR_WRITE_2(sc, POINTER_REG_W, PTR_READ | PTR_RCV | PTR_AUTOINC | 0x0000);

Completed in 154 milliseconds