Searched refs:hprt (Results 1 – 3 of 3) sorted by relevance
557 usb_dwc_hprt_reg_t hprt; in usb_dwc_ll_hprt_set_test_ctl() local558 hprt.val = hw->hprt_reg.val; in usb_dwc_ll_hprt_set_test_ctl()559 hprt.prttstctl = test_mode; in usb_dwc_ll_hprt_set_test_ctl()560 hw->hprt_reg.val = hprt.val & (~USB_DWC_LL_HPRT_W1C_MSK); in usb_dwc_ll_hprt_set_test_ctl()565 usb_dwc_hprt_reg_t hprt; in usb_dwc_ll_hprt_en_pwr() local566 hprt.val = hw->hprt_reg.val; in usb_dwc_ll_hprt_en_pwr()567 hprt.prtpwr = 1; in usb_dwc_ll_hprt_en_pwr()568 hw->hprt_reg.val = hprt.val & (~USB_DWC_LL_HPRT_W1C_MSK); in usb_dwc_ll_hprt_en_pwr()573 usb_dwc_hprt_reg_t hprt; in usb_dwc_ll_hprt_dis_pwr() local574 hprt.val = hw->hprt_reg.val; in usb_dwc_ll_hprt_dis_pwr()[all …]
77 volatile uint32_t hprt; // 0x0440 Host Port Control and Status Register member