Home
last modified time | relevance | path

Searched refs:sc_fast (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Dhwinit.c154 io_settings |= (sc_fast << 8) | (sc_na << 16) | (sc_na << 18); in do_io_settings()
161 io_settings |= (sc_fast << 28) | (sc_fast << 24); in do_io_settings()
177 (ds_60_ohm << 23) | (sc_fast << 20) | in do_io_settings()
178 (sc_fast << 17) | (sc_fast << 14); in do_io_settings()
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/
H A Domap.h145 #define sc_fast 0x2 macro