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

/freebsd-10.1-release/sys/arm/ti/omap4/
H A Domap4_mp.c65 bus_addr_t scu_addr; local
67 if (bus_space_map(fdtbus_bs_tag, 0x48240000, 0x1000, 0, &scu_addr) != 0)
70 *(volatile unsigned int *)scu_addr |= 1;
71 //*(volatile unsigned int *)(scu_addr + 0x30) |= 1;
77 bus_space_unmap(fdtbus_bs_tag, scu_addr, 0x1000);

Completed in 28 milliseconds