Searched refs:UN_IN (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | pmac_feature.h | 390 #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)))
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | pmac_feature.h | 390 #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)))
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | feature.c | 821 (void)UN_IN(UNI_N_CLOCK_CNTL); in core99_ata100_enable() 891 (void)UN_IN(UNI_N_CLOCK_CNTL); in core99_gmac_enable() 1182 status0 = UN_IN(UNI_N_CLOCK_STOP_STATUS0); in core99_usb_enable() 1183 status1 = UN_IN(UNI_N_CLOCK_STOP_STATUS1); in core99_usb_enable() 1250 (void)UN_IN(UNI_N_CLOCK_CNTL); in core99_firewire_enable() 1253 (void)UN_IN(UNI_N_CLOCK_CNTL); in core99_firewire_enable() 1735 save_unin_clock_ctl = UN_IN(UNI_N_CLOCK_CNTL); in core99_sleep() 2599 actrl = UN_IN(UNI_N_ARB_CTRL) & ~UNI_N_ARB_CTRL_QACK_DELAY_MASK; in probe_uninorth() 2612 UN_OUT(0x2160, UN_IN(0x2160) & 0x00ffffff); in probe_uninorth()
|
H A D | pfunc_base.c | 286 UN_OUT(offset, (UN_IN(offset) & ~mask) | (value & mask)); in unin_do_write_reg32()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | feature.c | 822 (void)UN_IN(UNI_N_CLOCK_CNTL); in core99_ata100_enable() 892 (void)UN_IN(UNI_N_CLOCK_CNTL); in core99_gmac_enable() 1183 status0 = UN_IN(UNI_N_CLOCK_STOP_STATUS0); in core99_usb_enable() 1184 status1 = UN_IN(UNI_N_CLOCK_STOP_STATUS1); in core99_usb_enable() 1251 (void)UN_IN(UNI_N_CLOCK_CNTL); in core99_firewire_enable() 1254 (void)UN_IN(UNI_N_CLOCK_CNTL); in core99_firewire_enable() 1736 save_unin_clock_ctl = UN_IN(UNI_N_CLOCK_CNTL); in core99_sleep() 2596 actrl = UN_IN(UNI_N_ARB_CTRL) & ~UNI_N_ARB_CTRL_QACK_DELAY_MASK; in probe_uninorth() 2609 UN_OUT(0x2160, UN_IN(0x2160) & 0x00ffffff); in probe_uninorth()
|
H A D | pfunc_base.c | 288 UN_OUT(offset, (UN_IN(offset) & ~mask) | (value & mask)); in unin_do_write_reg32()
|
Completed in 12 milliseconds