Searched refs:scu_addr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/arm/ti/omap4/
H A Domap4_mp.c56 bus_addr_t scu_addr; local
58 if (bus_space_map(fdtbus_bs_tag, 0x48240000, 0x1000, 0, &scu_addr) != 0)
61 *(volatile unsigned int *)scu_addr |= 1;
62 //*(volatile unsigned int *)(scu_addr + 0x30) |= 1;
69 bus_space_unmap(fdtbus_bs_tag, scu_addr, 0x1000);

Completed in 98 milliseconds