Searched refs:inband (Results 1 – 3 of 3) sorted by relevance
156 union cvmx_gmxx_rxx_rx_inbnd inband = in __cvmx_helper_spi_link_get() local158 result.s.link_up = inband.s.status; in __cvmx_helper_spi_link_get()159 result.s.full_duplex = inband.s.duplex; in __cvmx_helper_spi_link_get()160 switch (inband.s.speed) { in __cvmx_helper_spi_link_get()
741 bool inband; in tegra_bpmp_init_debugfs() local744 inband = tegra_bpmp_mrq_is_supported(bpmp, MRQ_DEBUG); in tegra_bpmp_init_debugfs()746 if (!inband && !tegra_bpmp_mrq_is_supported(bpmp, MRQ_DEBUGFS)) in tegra_bpmp_init_debugfs()759 if (inband) in tegra_bpmp_init_debugfs()
191 unsigned inband:1; member