Home
last modified time | relevance | path

Searched refs:SL811_CSOF (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dsl811hsreg.h49 #define SL811_CSOF (0x0f) /* SOF Counter High(R), Control2(W) */ macro
H A Dsl811hs.c2236 remaining_bustime = (int)(slhci_read(sc, SL811_CSOF)) << 6; in slhci_tstart()
2824 slhci_write(sc, SL811_CSOF, pol|SL811_CSOF_MASTER|0x2e); in slhci_reset()
3435 r = slhci_read(ssc, SL811_CSOF); in slhci_log_dumpreg()
/netbsd-src/sys/arch/mips/adm5120/dev/
H A Dahci.c1385 if (sl11read(sc, SL811_CSOF) <= (uint8_t)pl) in ahci_transaction()