Searched refs:soc_decode_win_spec (Results 1 – 1 of 1) sorted by relevance
263 struct decode_win_spec *soc_decode_win_spec; variable420 soc_decode_win_spec = &decode_win_specs[MV_SOC_ARMADA_XP]; in mv_check_soc_family()426 soc_decode_win_spec = &decode_win_specs[MV_SOC_ARMADA_38X]; in mv_check_soc_family()441 soc_decode_win_spec = &decode_win_specs[MV_SOC_ARMV5]; in mv_check_soc_family()534 if (soc_decode_win_spec->read_cpu_ctrl != NULL) in read_cpu_ctrl()535 return (soc_decode_win_spec->read_cpu_ctrl(reg)); in read_cpu_ctrl()557 if (soc_decode_win_spec->write_cpu_ctrl != NULL) in write_cpu_ctrl()558 soc_decode_win_spec->write_cpu_ctrl(reg, val); in write_cpu_ctrl()882 if (soc_decode_win_spec->cr_read != NULL) in WIN_REG_IDX_RD()883 return (soc_decode_win_spec->cr_read(i)); in WIN_REG_IDX_RD()[all …]