rockbox/firmware/target/arm/as3525
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
..
sansa-clip Sansa Clip : save one instruction per 8 pixels loop in lcd_grey_data 2008-12-01 04:07:13 +00:00
sansa-e200v2 Sansa AMS: Use a valid PLL setting (248MHz aka maximum fclk) 2008-11-30 16:36:32 +00:00
sansa-fuze Sansa AMS: Use a valid PLL setting (248MHz aka maximum fclk) 2008-11-30 16:36:32 +00:00
sansa-m200v4 Sansa AMS: implement set_cpu_frequency() 2008-11-26 16:46:12 +00:00
adc-target.h Sansa AMS: use the AS3514 ADC driver 2008-11-10 20:55:56 +00:00
app.lds Sansa AMS: do not load stack and bss inside the rockbox binary (FS#9593) 2008-12-01 03:54:27 +00:00
as3525-codec.c Initialise mutex before using it in as3525-codec.c, also use mutex for single codec register accesses. 2008-11-23 12:24:47 +00:00
ascodec-target.h Sansa AMS: declare ascodec_init() function in the header 2008-11-10 20:59:10 +00:00
ata_sd_as3525.c Init the ata_sd mutex before use. 2008-11-30 11:38:26 +00:00
audio-as3525.c Sansa AMS: remove symbol already defined in audio/as3514.c driver 2008-11-10 21:04:32 +00:00
backlight-e200v2-fuze.c Fix reds. Also note my r19221 commit message had a typo - shoudld have been e200/c200, not e100. 2008-11-26 10:21:03 +00:00
boot.lds Common data must be included in .bss or it won't get zeroed in crt0. Fix the archos self-extractor as well to play safe. 2008-11-07 00:15:53 +00:00
debug-as3525.c Fix Clip firmware building by adding missing symbols 2008-11-10 11:04:43 +00:00
debug-target.h Fix Clip firmware building by adding missing symbols 2008-11-10 11:04:43 +00:00
dma-pl081.c Sansa AMS: use non-busy wakeup to signal end of DMA transfer 2008-11-26 16:02:00 +00:00
dma-target.h Sansa AMS: use non-busy wakeup to signal end of DMA transfer 2008-11-26 16:02:00 +00:00
i2c-as3525.c Fix Clip firmware building by adding missing symbols 2008-11-10 11:04:43 +00:00
i2s-as3525.c Fix Clip firmware building by adding missing symbols 2008-11-10 11:04:43 +00:00
kernel-as3525.c Sansa AMS: kernel functions need the timer definitions 2008-11-26 14:42:40 +00:00
pcm-as3525.c Add more driver stubs to make the Fuze and e200v2 main builds compile; Correct the memory definition for the Fuze (8MB) 2008-11-11 14:46:13 +00:00
power-as3525.c Added power.h include to power-as3525.c 2008-11-22 20:55:46 +00:00
powermgmt-as3525.c Implement a basic uncalibrated battery reading for all as3525 targets with a lithium battery. 2008-11-23 15:00:44 +00:00
system-as3525.c Sansa AMS: Use a valid PLL setting (248MHz aka maximum fclk) 2008-11-30 16:36:32 +00:00
system-target.h Sansa AMS: Use a valid PLL setting (248MHz aka maximum fclk) 2008-11-30 16:36:32 +00:00
timer-target.h Sansa AMS: correct timer definition (clk_main == 24MHz / 16) 2008-11-26 14:40:57 +00:00
usb-as3525.c Revert r19069 - the m200s can't charge. Also, don't use charger_inserted() as a method for detecting USB (this gives a false positive with USB wall chargers), and protect the definition of charger_inserted() with #if CONFIG_CHARGING. 2008-11-10 18:15:52 +00:00