Searched refs:MUSB2_REG_RXHUBPORT (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/usb/controller/ |
H A D | musb_otg_allwinner.c | 177 REGDECL(MUSB2_REG_RXHUBPORT(0), 0x009f), 183 REGDECL(MUSB2_REG_RXHUBPORT(1), 0x009f), 189 REGDECL(MUSB2_REG_RXHUBPORT(2), 0x009f), 195 REGDECL(MUSB2_REG_RXHUBPORT(3), 0x009f), 201 REGDECL(MUSB2_REG_RXHUBPORT(4), 0x009f), 207 REGDECL(MUSB2_REG_RXHUBPORT(5), 0x009f),
|
H A D | musb_otg.h | 281 #define MUSB2_REG_RXHUBPORT(n) (0x0087 + (8*(n))) macro
|
H A D | musb_otg.c | 927 MUSB2_WRITE_1(sc, MUSB2_REG_RXHUBPORT(0), td->hport); in musbotg_host_ctrl_data_rx() 1301 MUSB2_WRITE_1(sc, MUSB2_REG_RXHUBPORT(0), td->hport); in musbotg_host_ctrl_status_rx() 1743 MUSB2_WRITE_1(sc, MUSB2_REG_RXHUBPORT(td->channel), in musbotg_host_data_rx()
|