Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arc/plat-eznps/
Dsmp.c56 struct nps_host_reg_aux_hw_comply hw_comply; in eznps_init_core() local
62 hw_comply.value = read_aux_reg(CTOP_AUX_HW_COMPLY); in eznps_init_core()
63 hw_comply.me = 1; in eznps_init_core()
64 hw_comply.le = 1; in eznps_init_core()
65 hw_comply.te = 1; in eznps_init_core()
66 write_aux_reg(CTOP_AUX_HW_COMPLY, hw_comply.value); in eznps_init_core()