Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powermac/
H A Dfeature.c153 (void)MACIO_IN32(reg); in simple_feature_tweak()
190 fcr = MACIO_IN32(OHARE_FCR); in ohare_htw_scc_enable()
210 (void)MACIO_IN32(OHARE_FCR); in ohare_htw_scc_enable()
229 fcr = MACIO_IN32(OHARE_FCR); in ohare_htw_scc_enable()
340 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_modem_enable()
382 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_mesh_enable()
389 (void)MACIO_IN32(HEATHROW_MBCR); in heathrow_mesh_enable()
440 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_bmac_enable()
445 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_bmac_enable()
476 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_sound_enable()
[all …]
/linux/arch/powerpc/include/asm/
H A Dpmac_feature.h370 #define MACIO_IN32(r) (in_le32(MACIO_FCR32(macio,r))) 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)))
/linux/drivers/macintosh/
H A Drack-meter.c114 (void)MACIO_IN32(KEYLARGO_FCR1); in rackmeter_setup_i2s()
128 (void)MACIO_IN32(KEYLARGO_FCR1); in rackmeter_setup_i2s()