Searched refs:MACIO_IN32 (Results 1 – 4 of 4) sorted by relevance
155 (void)MACIO_IN32(reg); in simple_feature_tweak()194 fcr = MACIO_IN32(OHARE_FCR); in ohare_htw_scc_enable()214 (void)MACIO_IN32(OHARE_FCR); in ohare_htw_scc_enable()233 fcr = MACIO_IN32(OHARE_FCR); in ohare_htw_scc_enable()344 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_modem_enable()386 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_mesh_enable()393 (void)MACIO_IN32(HEATHROW_MBCR); in heathrow_mesh_enable()444 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_bmac_enable()449 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_bmac_enable()480 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_sound_enable()[all …]
151 MACIO_OUT32(offset, (MACIO_IN32(offset) & ~mask) | (value & mask)); in macio_do_write_reg32()164 *args->u[0].p = MACIO_IN32(offset); in macio_do_read_reg32()200 *args->u[0].p = ((MACIO_IN32(offset) & mask) >> shift) ^ xor; in macio_do_read_reg32_msrx()229 tmp = MACIO_IN32(offset); in macio_do_write_reg32_slm()
370 #define MACIO_IN32(r) (in_le32(MACIO_FCR32(macio,r))) macro372 #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)))
116 (void)MACIO_IN32(KEYLARGO_FCR1); in rackmeter_setup_i2s()130 (void)MACIO_IN32(KEYLARGO_FCR1); in rackmeter_setup_i2s()