Searched refs:UN_IN (Results 1 – 3 of 3) sorted by relevance
390 #define UN_IN(r) (in_be32(UN_REG(r))) macro392 #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)))
826 (void)UN_IN(UNI_N_CLOCK_CNTL); in core99_ata100_enable()896 (void)UN_IN(UNI_N_CLOCK_CNTL); in core99_gmac_enable()1192 status0 = UN_IN(UNI_N_CLOCK_STOP_STATUS0); in core99_usb_enable()1193 status1 = UN_IN(UNI_N_CLOCK_STOP_STATUS1); in core99_usb_enable()1260 (void)UN_IN(UNI_N_CLOCK_CNTL); in core99_firewire_enable()1263 (void)UN_IN(UNI_N_CLOCK_CNTL); in core99_firewire_enable()1750 save_unin_clock_ctl = UN_IN(UNI_N_CLOCK_CNTL); in core99_sleep()2619 actrl = UN_IN(UNI_N_ARB_CTRL) & ~UNI_N_ARB_CTRL_QACK_DELAY_MASK; in probe_uninorth()2632 UN_OUT(0x2160, UN_IN(0x2160) & 0x00ffffff); in probe_uninorth()
287 UN_OUT(offset, (UN_IN(offset) & ~mask) | (value & mask)); in unin_do_write_reg32()