u-boot-brain/drivers/timer
Thomas Chou 430b43e8ee timer: altera_timer: use BIT macro
Replace numerical bit shift with BIT macro
in altera_timer

:%s/(1 << nr)/BIT(nr)/g
where nr = 0, 1, 2 .... 31

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Jagan Teki <jteki@openedev.com>
2015-11-06 09:14:11 +08:00
..
altera_timer.c timer: altera_timer: use BIT macro 2015-11-06 09:14:11 +08:00
Kconfig nios2: convert altera timer to driver model 2015-10-23 07:37:03 +08:00
Makefile nios2: convert altera timer to driver model 2015-10-23 07:37:03 +08:00
timer-uclass.c dm: implement a Timer uclass 2015-10-23 07:37:03 +08:00