Home
last modified time | relevance | path

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

/freebsd/sys/arm/mv/
H A Dmv_common.c227 struct decode_win_spec *soc_decode_win_spec; variable
347 soc_decode_win_spec = &decode_win_specs[MV_SOC_ARMADA_XP]; in mv_check_soc_family()
353 soc_decode_win_spec = &decode_win_specs[MV_SOC_ARMADA_38X]; in mv_check_soc_family()
430 if (soc_decode_win_spec->read_cpu_ctrl != NULL) in read_cpu_ctrl()
431 return (soc_decode_win_spec->read_cpu_ctrl(reg)); in read_cpu_ctrl()
446 if (soc_decode_win_spec->write_cpu_ctrl != NULL) in write_cpu_ctrl()
447 soc_decode_win_spec->write_cpu_ctrl(reg, val); in write_cpu_ctrl()
627 if (soc_decode_win_spec->cr_read != NULL) in WIN_REG_IDX_RD()
628 return (soc_decode_win_spec->cr_read(i)); in WIN_REG_IDX_RD()
636 if (soc_decode_win_spec->br_read != NULL) in win_cpu_br_read()
[all …]