Searched refs:tegra_xusb_attach_check (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/arm/nvidia/ |
H A D | tegra_xusb.c | 199 #define tegra_xusb_attach_check(sc, cond, fmt, ...) \ macro 316 tegra_xusb_attach_check(sc, error, "failed to enable pll_e clock"); in tegra_xusb_attach() 322 tegra_xusb_attach_check(sc, error, "failed to set xusb_host_src clock rate"); in tegra_xusb_attach() 327 tegra_xusb_attach_check(sc, error, "failed to enable xusb_host_src clock"); in tegra_xusb_attach() 333 tegra_xusb_attach_check(sc, error, "failed to set xusb_falcon_src clock rate"); in tegra_xusb_attach() 338 tegra_xusb_attach_check(sc, error, "failed to enable xusb_falcon_src clock"); in tegra_xusb_attach() 349 tegra_xusb_attach_check(sc, error, "failed to enable xusb_ss clock"); in tegra_xusb_attach() 352 tegra_xusb_attach_check(sc, psc->sc_clk_ss_src == NULL, in tegra_xusb_attach() 361 tegra_xusb_attach_check(sc, error, "failed to get xusb_ss_src clock rate"); in tegra_xusb_attach() 365 tegra_xusb_attach_check(sc, error, "failed to set xusb_ss_src clock rate"); in tegra_xusb_attach() [all …]
|