Searched refs:UNI_N_CLOCK_CNTL (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/powerpc/platforms/powermac/
H A Dfeature.c823 UN_BIS(UNI_N_CLOCK_CNTL, UNI_N_CLOCK_CNTL_ATA100); core99_ata100_enable()
825 UN_BIC(UNI_N_CLOCK_CNTL, UNI_N_CLOCK_CNTL_ATA100); core99_ata100_enable()
826 (void)UN_IN(UNI_N_CLOCK_CNTL); core99_ata100_enable()
893 UN_BIS(UNI_N_CLOCK_CNTL, UNI_N_CLOCK_CNTL_GMAC); core99_gmac_enable()
895 UN_BIC(UNI_N_CLOCK_CNTL, UNI_N_CLOCK_CNTL_GMAC); core99_gmac_enable()
896 (void)UN_IN(UNI_N_CLOCK_CNTL); core99_gmac_enable()
1259 UN_BIS(UNI_N_CLOCK_CNTL, UNI_N_CLOCK_CNTL_FW); core99_firewire_enable()
1260 (void)UN_IN(UNI_N_CLOCK_CNTL); core99_firewire_enable()
1262 UN_BIC(UNI_N_CLOCK_CNTL, UNI_N_CLOCK_CNTL_FW); core99_firewire_enable()
1263 (void)UN_IN(UNI_N_CLOCK_CNTL); core99_firewire_enable()
1750 save_unin_clock_ctl = UN_IN(UNI_N_CLOCK_CNTL); core99_sleep()
1754 UN_OUT(UNI_N_CLOCK_CNTL, save_unin_clock_ctl & core99_sleep()
1828 UN_OUT(UNI_N_CLOCK_CNTL, save_unin_clock_ctl); core99_wake_up()
/linux-4.1.27/arch/powerpc/include/asm/
H A Duninorth.h112 #define UNI_N_CLOCK_CNTL 0x0020 macro

Completed in 50 milliseconds