Searched refs:PTR_READ (Results 1 – 4 of 4) sorted by relevance
| /trueos/sys/dev/sn/ |
| HD | if_snreg.h | 274 #define PTR_READ 0x2000 /* Intended access mode */ macro
|
| HD | if_sn.c | 885 CSR_WRITE_2(sc, POINTER_REG_W, PTR_AUTOINC | PTR_READ | 0x0000); in snintr_locked() 1025 CSR_WRITE_2(sc, POINTER_REG_W, PTR_READ | PTR_RCV | PTR_AUTOINC | 0x0000); in snread()
|
| /trueos/sys/dev/smc/ |
| HD | if_smcreg.h | 183 #define PTR_READ 0x2000 /* Set read/write */ macro
|
| HD | if_smc.c | 706 smc_write_2(sc, PTR, 0 | PTR_READ | PTR_RCV | PTR_AUTO_INCR); in smc_task_rx() 742 smc_write_2(sc, PTR, 4 | PTR_READ | PTR_RCV | PTR_AUTO_INCR); in smc_task_rx() 848 smc_write_2(sc, PTR, 0 | PTR_READ | in smc_task_intr()
|