Searched refs:snpsid (Results 1 – 6 of 6) sorted by relevance
265 p->reload_ctl = (hw->snpsid >= DWC2_CORE_REV_2_92a); in dwc2_set_default_params()515 CHECK_BOOL(reload_ctl, (hsotg->hw_params.snpsid > DWC2_CORE_REV_2_92a)); in dwc2_check_params()629 hw->snpsid = dwc2_readl(hsotg->regs + GSNPSID); in dwc2_get_hwparams()630 if ((hw->snpsid & 0xfffff000) != 0x4f542000 && in dwc2_get_hwparams()631 (hw->snpsid & 0xfffff000) != 0x4f543000 && in dwc2_get_hwparams()632 (hw->snpsid & 0xffff0000) != 0x55310000 && in dwc2_get_hwparams()633 (hw->snpsid & 0xffff0000) != 0x55320000) { in dwc2_get_hwparams()635 hw->snpsid); in dwc2_get_hwparams()640 hw->snpsid >> 12 & 0xf, hw->snpsid >> 8 & 0xf, in dwc2_get_hwparams()641 hw->snpsid >> 4 & 0xf, hw->snpsid & 0xf, hw->snpsid); in dwc2_get_hwparams()
588 u32 snpsid; member1083 return (hsotg->hw_params.snpsid & 0xfff00000) == 0x55300000; in dwc2_is_iot()1088 return (hsotg->hw_params.snpsid & 0xffff0000) == 0x55310000; in dwc2_is_fs_iot()1093 return (hsotg->hw_params.snpsid & 0xffff0000) == 0x55320000; in dwc2_is_hs_iot()
184 if (hsotg->hw_params.snpsid >= DWC2_CORE_REV_3_00a) in dwc2_handle_otg_intr()
823 print_param_hex(seq, hw, snpsid); in hw_params_show()
511 hsotg->hw_params.snpsid >= DWC2_CORE_REV_2_91a) { in dwc2_config_fifos()2383 if (hsotg->hw_params.snpsid < DWC2_CORE_REV_2_90a || in dwc2_core_host_init()5137 if (hsotg->hw_params.snpsid >= DWC2_CORE_REV_3_00a) { in dwc2_hcd_free()
1808 if (hsotg->hw_params.snpsid >= DWC2_CORE_REV_2_71a) { in dwc2_hc_chhltd_intr_dma()