Changeset 30 in svn


Ignore:
Timestamp:
May 5, 2015 4:50:37 AM (11 years ago)
Author:
megakiss
Message:

birw.c의 리모콘 값 적용

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/newcon3bcm2_21bu/dta/src/bootloader7574/cir.c

    r27 r30  
    219219                        *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_PAT2 )         = 0x00000410;    
    220220#else 
    221                         *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_MASK0)         = ~0x51AF30CF; 
    222                         *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_PAT0 )         = 0x51AF30CF; 
    223                         *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_MASK1)         = ~0x30CF0000; 
    224                         *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_PAT1 )         = 0x30CF0000; 
    225                         *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_MASK2)         = ~0x000051AF; 
    226                         *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_PAT2 )         = 0x000051AF; 
     221                        *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_MASK0)         = 0xFFFFFF00; 
     222                        *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_PAT0 )         = 0x000000CF; 
     223                        *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_MASK1)         = 0xFF00FFFF; 
     224                        *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_PAT1 )         = 0x51AF0000; 
     225                        *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_MASK2)         = 0xFFFF0000; 
     226                        *(volatile unsigned long *)PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_KBD1_KBD_PAT2 )         = 0x000030CF; 
    227227#endif 
    228228                } 
Note: See TracChangeset for help on using the changeset viewer.