Home
last modified time | relevance | path

Searched refs:PTR_AUTO_INCR (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/smc/
HDif_smcreg.h184 #define PTR_AUTO_INCR 0x4000 /* Auto increment on read/write */ macro
HDif_smc.c612 smc_write_2(sc, PTR, 0 | PTR_AUTO_INCR); in smc_task_tx()
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()
863 PTR_AUTO_INCR); in smc_task_intr()