Searched refs:MUSB2_REG_TXCSRH (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/usb/controller/ |
| H A D | musb_otg.c | 568 csrh = MUSB2_READ_1(sc, MUSB2_REG_TXCSRH); in musbotg_host_ctrl_setup_tx() 570 MUSB2_WRITE_1(sc, MUSB2_REG_TXCSRH, csrh); in musbotg_host_ctrl_setup_tx() 573 csrh = MUSB2_READ_1(sc, MUSB2_REG_TXCSRH); in musbotg_host_ctrl_setup_tx() 575 MUSB2_WRITE_1(sc, MUSB2_REG_TXCSRH, csrh); in musbotg_host_ctrl_setup_tx() 1103 csrh = MUSB2_READ_1(sc, MUSB2_REG_TXCSRH); in musbotg_host_ctrl_data_tx() 1105 MUSB2_WRITE_1(sc, MUSB2_REG_TXCSRH, csrh); in musbotg_host_ctrl_data_tx() 1108 csrh = MUSB2_READ_1(sc, MUSB2_REG_TXCSRH); in musbotg_host_ctrl_data_tx() 1110 MUSB2_WRITE_1(sc, MUSB2_REG_TXCSRH, csrh); in musbotg_host_ctrl_data_tx() 2101 csrh = MUSB2_READ_1(sc, MUSB2_REG_TXCSRH); in musbotg_host_data_tx() 2111 MUSB2_WRITE_1(sc, MUSB2_REG_TXCSRH, csrh); in musbotg_host_data_tx() [all …]
|
| H A D | musb_otg.h | 131 #define MUSB2_REG_TXCSRH (0x0003 + MUSB2_REG_INDEXED_CSR) macro
|
| H A D | musb_otg_allwinner.c | 158 REGDECL(MUSB2_REG_TXCSRH, 0x0083),
|