Subversion Repositories freemyipod

Rev

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

Rev 15 Rev 116
Line 32... Line 32...
32
	orr	r0, r0, #0x190000
32
	orr	r0, r0, #0x190000
33
	str	r0, [r1,#0x104]
33
	str	r0, [r1,#0x104]
34
	mov	pc, lr
34
	mov	pc, lr
35
.size lcd_init, .-lcd_init
35
.size lcd_init, .-lcd_init
36
 
36
 
-
 
37
.section .text.lcd_get_width, "ax", %progbits
-
 
38
.align 2
-
 
39
.global lcd_get_width
-
 
40
.type lcd_get_width, %function
-
 
41
lcd_get_width:
-
 
42
	mov	r0, #176
-
 
43
	mov	pc, lr
-
 
44
.size lcd_get_width, .-lcd_get_width
-
 
45
 
-
 
46
.section .text.lcd_get_height, "ax", %progbits
-
 
47
.align 2
-
 
48
.global lcd_get_height
-
 
49
.type lcd_get_height, %function
-
 
50
lcd_get_height:
-
 
51
	mov	r0, #132
-
 
52
	mov	pc, lr
-
 
53
.size lcd_get_height, .-lcd_get_height
-
 
54
 
-
 
55
.section .text.lcd_get_bytes_per_pixel, "ax", %progbits
-
 
56
.align 2
-
 
57
.global lcd_get_bytes_per_pixel
-
 
58
.type lcd_get_heightbytes_per_pixel, %function
-
 
59
lcd_get_bytes_per_pixel:
-
 
60
	mov	r0, #2
-
 
61
	mov	pc, lr
-
 
62
.size lcd_get_bytes_per_pixel, .-lcd_get_bytes_per_pixel
-
 
63
 
37
.section .icode.displaylcd, "ax", %progbits
64
.section .icode.displaylcd, "ax", %progbits
38
.align 2
65
.align 2
39
.global displaylcd
66
.global displaylcd
40
.type displaylcd, %function
67
.type displaylcd, %function
41
displaylcd:
68
displaylcd: