Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/atomisp/pci/
Disp2400_input_system_private.h76 assert(MIPI_PORT_OFFSET[port_ID] != (hrt_address)-1); in receiver_port_reg_store()
77 ia_css_device_store_uint32(RX_BASE[ID] + MIPI_PORT_OFFSET[port_ID] + reg * in receiver_port_reg_store()
90 assert(MIPI_PORT_OFFSET[port_ID] != (hrt_address)-1); in receiver_port_reg_load()
91 return ia_css_device_load_uint32(RX_BASE[ID] + MIPI_PORT_OFFSET[port_ID] + reg * in receiver_port_reg_load()
Disp2400_input_system_local.h231 static const hrt_address __maybe_unused MIPI_PORT_OFFSET[N_MIPI_PORT_ID] = { variable