/src/sys/arch/arm/nvidia/ |
tegra124_car.c | 1365 struct tegra_gate_clk *tgate = &tclk->u.gate; local in function:tegra124_car_clock_enable_gate 1372 if (tgate->set_reg == tgate->clr_reg) { 1373 uint32_t v = bus_space_read_4(bst, bsh, tgate->set_reg); 1375 v |= tgate->bits; 1377 v &= ~tgate->bits; 1379 bus_space_write_4(bst, bsh, tgate->set_reg, v); 1382 reg = tgate->set_reg; 1384 reg = tgate->clr_reg; 1388 tgate->bits == CAR_DEV_V_SATA) [all...] |
tegra210_car.c | 1463 struct tegra_gate_clk *tgate = &tclk->u.gate; local in function:tegra210_car_clock_enable_gate 1470 if (tgate->set_reg == tgate->clr_reg) { 1471 uint32_t v = bus_space_read_4(bst, bsh, tgate->set_reg); 1473 v |= tgate->bits; 1475 v &= ~tgate->bits; 1477 bus_space_write_4(bst, bsh, tgate->set_reg, v); 1480 reg = tgate->set_reg; 1482 reg = tgate->clr_reg; 1484 bus_space_write_4(bst, bsh, reg, tgate->bits) [all...] |
/src/sbin/routed/ |
defs.h | 427 extern struct tgate { struct 428 struct tgate *tgate_next;
|