Searched refs:MACIO_IN32 (Results 1 – 4 of 4) sorted by relevance
150 (void)MACIO_IN32(reg); in simple_feature_tweak()189 fcr = MACIO_IN32(OHARE_FCR); in ohare_htw_scc_enable()209 (void)MACIO_IN32(OHARE_FCR); in ohare_htw_scc_enable()228 fcr = MACIO_IN32(OHARE_FCR); in ohare_htw_scc_enable()339 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_modem_enable()381 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_mesh_enable()388 (void)MACIO_IN32(HEATHROW_MBCR); in heathrow_mesh_enable()439 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_bmac_enable()444 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_bmac_enable()475 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_sound_enable()[all …]
150 MACIO_OUT32(offset, (MACIO_IN32(offset) & ~mask) | (value & mask)); in macio_do_write_reg32()163 *args->u[0].p = MACIO_IN32(offset); in macio_do_read_reg32()199 *args->u[0].p = ((MACIO_IN32(offset) & mask) >> shift) ^ xor; in macio_do_read_reg32_msrx()228 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)))
115 (void)MACIO_IN32(KEYLARGO_FCR1); in rackmeter_setup_i2s()129 (void)MACIO_IN32(KEYLARGO_FCR1); in rackmeter_setup_i2s()