Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dfeature.c202 MACIO_OUT32(OHARE_FCR, fcr); in ohare_htw_scc_enable()
204 MACIO_OUT32(OHARE_FCR, fcr); in ohare_htw_scc_enable()
207 MACIO_OUT32(OHARE_FCR, fcr); in ohare_htw_scc_enable()
214 MACIO_OUT32(OHARE_FCR, fcr); in ohare_htw_scc_enable()
220 MACIO_OUT32(OHARE_FCR, fcr); in ohare_htw_scc_enable()
234 MACIO_OUT32(OHARE_FCR, fcr); in ohare_htw_scc_enable()
239 MACIO_OUT32(OHARE_FCR, fcr); in ohare_htw_scc_enable()
561 MACIO_OUT32(0x38, save_fcr[2]); in heathrow_wakeup()
564 MACIO_OUT32(0x3c, save_fcr[3]); in heathrow_wakeup()
575 MACIO_OUT32(0x34, save_mbcr); in heathrow_wakeup()
[all …]
H A Dpfunc_base.c152 MACIO_OUT32(offset, (MACIO_IN32(offset) & ~mask) | (value & mask)); in macio_do_write_reg32()
233 MACIO_OUT32(offset, tmp); in macio_do_write_reg32_slm()
/openbmc/linux/arch/powerpc/include/asm/
H A Dpmac_feature.h371 #define MACIO_OUT32(r,v) (out_le32(MACIO_FCR32(macio,r), (v))) macro
372 #define MACIO_BIS(r,v) (MACIO_OUT32((r), MACIO_IN32(r) | (v)))
373 #define MACIO_BIC(r,v) (MACIO_OUT32((r), MACIO_IN32(r) & ~(v)))