Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Duss820dci.c206 temp = USS820_READ_1(sc, USS820_MCSR); in uss820dci_pull_up()
208 USS820_WRITE_1(sc, USS820_MCSR, temp); in uss820dci_pull_up()
224 temp = USS820_READ_1(sc, USS820_MCSR); in uss820dci_pull_down()
226 USS820_WRITE_1(sc, USS820_MCSR, temp); in uss820dci_pull_down()
1387 temp = USS820_READ_1(sc, USS820_MCSR); in uss820dci_init()
1426 USS820_WRITE_1(sc, USS820_MCSR, in uss820dci_init()
H A Duss820dci.h226 #define USS820_MCSR 0x1c /* Miscellaneous control and status */ macro