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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dpmac_feature.h387 #define UN_IN(r) (in_be32(UN_REG(r))) macro
389 #define UN_BIS(r,v) (UN_OUT((r), UN_IN(r) | (v)))
390 #define UN_BIC(r,v) (UN_OUT((r), UN_IN(r) & ~(v)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dfeature.c823 (void)UN_IN(UNI_N_CLOCK_CNTL);
891 (void)UN_IN(UNI_N_CLOCK_CNTL);
1187 status0 = UN_IN(UNI_N_CLOCK_STOP_STATUS0);
1188 status1 = UN_IN(UNI_N_CLOCK_STOP_STATUS1);
1255 (void)UN_IN(UNI_N_CLOCK_CNTL);
1258 (void)UN_IN(UNI_N_CLOCK_CNTL);
1745 save_unin_clock_ctl = UN_IN(UNI_N_CLOCK_CNTL);
2595 actrl = UN_IN(UNI_N_ARB_CTRL) & ~UNI_N_ARB_CTRL_QACK_DELAY_MASK;
2608 UN_OUT(0x2160, UN_IN(0x2160) & 0x00ffffff);
H A Dpfunc_base.c285 UN_OUT(offset, (UN_IN(offset) & ~mask) | (value & mask));

Completed in 65 milliseconds