Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/platforms/
Dpmac_feature.c144 #define UN_IN(r) (in_be32(UN_REG(r))) macro
146 #define UN_BIS(r,v) (UN_OUT((r), UN_IN(r) | (v)))
147 #define UN_BIC(r,v) (UN_OUT((r), UN_IN(r) & ~(v)))
887 (void)UN_IN(UNI_N_CLOCK_CNTL); in core99_ata100_enable()
953 (void)UN_IN(UNI_N_CLOCK_CNTL); in core99_gmac_enable()
1282 (void)UN_IN(UNI_N_CLOCK_CNTL); in core99_firewire_enable()
1285 (void)UN_IN(UNI_N_CLOCK_CNTL); in core99_firewire_enable()
1534 save_unin_clock_ctl = UN_IN(UNI_N_CLOCK_CNTL); in core99_sleep()
2163 actrl = UN_IN(UNI_N_ARB_CTRL) & ~UNI_N_ARB_CTRL_QACK_DELAY_MASK; in probe_uninorth()
2174 UN_OUT(0x2160, UN_IN(0x2160) & 0x00ffffff); in probe_uninorth()