Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/
H A Disp2400_input_system_private.h31 assert(INPUT_SYSTEM_BASE[ID] != (hrt_address)-1); in input_system_reg_store()
32 ia_css_device_store_uint32(INPUT_SYSTEM_BASE[ID] + reg * sizeof(hrt_data), in input_system_reg_store()
42 assert(INPUT_SYSTEM_BASE[ID] != (hrt_address)-1); in input_system_reg_load()
43 return ia_css_device_load_uint32(INPUT_SYSTEM_BASE[ID] + reg * sizeof( in input_system_reg_load()
103 assert(INPUT_SYSTEM_BASE[ID] != (hrt_address)-1); in input_system_sub_system_reg_store()
105 ia_css_device_store_uint32(INPUT_SYSTEM_BASE[ID] + SUB_SYSTEM_OFFSET[sub_ID] + in input_system_sub_system_reg_store()
117 assert(INPUT_SYSTEM_BASE[ID] != (hrt_address)-1); in input_system_sub_system_reg_load()
119 return ia_css_device_load_uint32(INPUT_SYSTEM_BASE[ID] + in input_system_sub_system_reg_load()
H A Dsystem_local.c120 const hrt_address INPUT_SYSTEM_BASE[N_INPUT_SYSTEM_ID] = { variable
H A Dsystem_local.h80 extern const hrt_address INPUT_SYSTEM_BASE[N_INPUT_SYSTEM_ID];