Home
last modified time | relevance | path

Searched refs:UN_OUT (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/powerpc/include/asm/ !
Dpmac_feature.h391 #define UN_OUT(r,v) (out_be32(UN_REG(r), (v))) macro
392 #define UN_BIS(r,v) (UN_OUT((r), UN_IN(r) | (v)))
393 #define UN_BIC(r,v) (UN_OUT((r), UN_IN(r) & ~(v)))
/linux-3.4.99/arch/powerpc/platforms/powermac/ !
Dfeature.c1551 UN_OUT(U3_API_PHY_CONFIG_1, 0); in g5_phy_disable_cpu1()
1754 UN_OUT(UNI_N_CLOCK_CNTL, save_unin_clock_ctl & in core99_sleep()
1757 UN_OUT(UNI_N_HWINIT_STATE, UNI_N_HWINIT_STATE_SLEEPING); in core99_sleep()
1758 UN_OUT(UNI_N_POWER_MGT, UNI_N_POWER_MGT_SLEEP); in core99_sleep()
1785 UN_OUT(UNI_N_POWER_MGT, UNI_N_POWER_MGT_NORMAL); in core99_wake_up()
1787 UN_OUT(UNI_N_HWINIT_STATE, UNI_N_HWINIT_STATE_RUNNING); in core99_wake_up()
1828 UN_OUT(UNI_N_CLOCK_CNTL, save_unin_clock_ctl); in core99_wake_up()
1844 UN_OUT(UNI_N_HWINIT_STATE, UNI_N_HWINIT_STATE_SLEEPING); in core99_sleep_state()
1845 UN_OUT(UNI_N_POWER_MGT, UNI_N_POWER_MGT_IDLE2); in core99_sleep_state()
1847 UN_OUT(UNI_N_POWER_MGT, UNI_N_POWER_MGT_NORMAL); in core99_sleep_state()
[all …]
Dpfunc_base.c285 UN_OUT(offset, (UN_IN(offset) & ~mask) | (value & mask)); in unin_do_write_reg32()