Subversion Repositories freemyipod

Rev

Rev 427 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 427 Rev 489
Line 127... Line 127...
127
lcd_get_bytes_per_pixel:
127
lcd_get_bytes_per_pixel:
128
	mov	r0, #2
128
	mov	r0, #2
129
	mov	pc, lr
129
	mov	pc, lr
130
.size lcd_get_bytes_per_pixel, .-lcd_get_bytes_per_pixel
130
.size lcd_get_bytes_per_pixel, .-lcd_get_bytes_per_pixel
131
 
131
 
-
 
132
.section .text.lcd_get_format, "ax", %progbits
-
 
133
.align 2
-
 
134
.global lcd_get_format
-
 
135
.type lcd_get_format, %function
-
 
136
lcd_get_format:
-
 
137
	ldr	r0, =0x004154b1
-
 
138
	mov	pc, lr
-
 
139
	.ltorg
-
 
140
.size lcd_get_format, .-lcd_get_format
-
 
141
 
132
.section .icode.displaylcd, "ax", %progbits
142
.section .icode.displaylcd, "ax", %progbits
133
.align 2
143
.align 2
134
.global displaylcd
144
.global displaylcd
135
.type displaylcd, %function
145
.type displaylcd, %function
136
displaylcd:
146
displaylcd: