Subversion Repositories freemyipod

Rev

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

Rev 905 Rev 906
Line 419... Line 419...
419
	bl	pmuwrite
419
	bl	pmuwrite
420
.macro pmu_batch_5
420
.macro pmu_batch_5
421
pmu_batch_5_begin:
421
pmu_batch_5_begin:
422
	.byte	0x0a, 0x70
422
	.byte	0x0a, 0x70
423
	.byte	0x13, 0x02
423
	.byte	0x13, 0x02
-
 
424
	.byte	0x30, 250
-
 
425
	.byte	0x31, 3
424
pmu_batch_5_end:
426
pmu_batch_5_end:
425
.endm
427
.endm
426
	mov	r9, #(pmu_batch_5_end - pmu_batch_5_begin) / 2
428
	mov	r9, #(pmu_batch_5_end - pmu_batch_5_begin) / 2
427
	bl	pmubatch
429
	bl	pmubatch
428
 
430