Searched refs:MACIO_IN32 (Results 1 – 4 of 4) sorted by relevance
149 (void)MACIO_IN32(reg); in simple_feature_tweak()188 fcr = MACIO_IN32(OHARE_FCR); in ohare_htw_scc_enable()208 (void)MACIO_IN32(OHARE_FCR); in ohare_htw_scc_enable()227 fcr = MACIO_IN32(OHARE_FCR); in ohare_htw_scc_enable()338 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_modem_enable()380 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_mesh_enable()387 (void)MACIO_IN32(HEATHROW_MBCR); in heathrow_mesh_enable()438 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_bmac_enable()443 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_bmac_enable()474 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_sound_enable()[all …]
152 MACIO_OUT32(offset, (MACIO_IN32(offset) & ~mask) | (value & mask)); in macio_do_write_reg32()165 *args->u[0].p = MACIO_IN32(offset); in macio_do_read_reg32()201 *args->u[0].p = ((MACIO_IN32(offset) & mask) >> shift) ^ xor; in macio_do_read_reg32_msrx()230 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)))
114 (void)MACIO_IN32(KEYLARGO_FCR1); in rackmeter_setup_i2s()128 (void)MACIO_IN32(KEYLARGO_FCR1); in rackmeter_setup_i2s()