Searched refs:tegra_sor_regs (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/gpu/drm/tegra/
H A Dsor.c360 struct tegra_sor_regs { struct
382 const struct tegra_sor_regs *regs;
1534 static const struct debugfs_reg32 tegra_sor_regs[] = { variable in typeref:struct:debugfs_reg32
1668 for (i = 0; i < ARRAY_SIZE(tegra_sor_regs); i++) {
1669 unsigned int offset = tegra_sor_regs[i].offset;
1671 seq_printf(s, "%-38s %#05x %08x\n", tegra_sor_regs[i].name,
3277 static const struct tegra_sor_regs tegra124_sor_regs = {
3449 static const struct tegra_sor_regs tegra210_sor_regs = {
3510 static const struct tegra_sor_regs tegra186_sor_regs = {
3593 static const struct tegra_sor_regs tegra194_sor_reg
[all...]

Completed in 186 milliseconds