rockbox/firmware/target/arm/as3525/sansa-clip
Rafaël Carré 50519416ca Sansa Clip : save one instruction per 8 pixels loop in lcd_grey_data
We set directly the needed bits to write into DBOP_DOUT (15:13 and 3:0)
Since we can't set the mask 0xf00f with one mov instruction, revert the
logic and use orrne instead of biceq (in the whole function for consistency)

Fix suggested by Jens Arnold

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19279 a1c6a512-1295-4272-9138-f99709370657
2008-12-01 04:07:13 +00:00
..
backlight-clip.c Sansa Clip: backlight brightness is not possible, so remove references to it 2008-11-18 17:40:32 +00:00
backlight-target.h Clip: add backlight and buttonlight code 2008-10-31 22:02:41 +00:00
button-clip.c Sansa Clip simulator 2008-10-31 18:54:37 +00:00
button-target.h Rename BUTTON_VOLUP to BUTTON_VOL_UP in definition of BUTTON_MAIN for Sansa Clip. 2008-11-23 23:16:23 +00:00
lcd-as-clip.S Sansa Clip : save one instruction per 8 pixels loop in lcd_grey_data 2008-12-01 04:07:13 +00:00
lcd-ssd1303.c Sansa Clip: grey lib support (not calibrated yet) 2008-11-27 21:07:54 +00:00