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

/linux-master/arch/powerpc/include/asm/
H A Dpmac_feature.h390 #define UN_IN(r) (in_be32(UN_REG(r))) 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-master/arch/powerpc/platforms/powermac/
H A Dfeature.c822 (void)UN_IN(UNI_N_CLOCK_CNTL);
892 (void)UN_IN(UNI_N_CLOCK_CNTL);
1183 status0 = UN_IN(UNI_N_CLOCK_STOP_STATUS0);
1184 status1 = UN_IN(UNI_N_CLOCK_STOP_STATUS1);
1251 (void)UN_IN(UNI_N_CLOCK_CNTL);
1254 (void)UN_IN(UNI_N_CLOCK_CNTL);
1736 save_unin_clock_ctl = UN_IN(UNI_N_CLOCK_CNTL);
2594 actrl = UN_IN(UNI_N_ARB_CTRL) & ~UNI_N_ARB_CTRL_QACK_DELAY_MASK;
2607 UN_OUT(0x2160, UN_IN(0x2160) & 0x00ffffff);
H A Dpfunc_base.c288 UN_OUT(offset, (UN_IN(offset) & ~mask) | (value & mask));

Completed in 132 milliseconds