/linux/drivers/staging/media/atomisp/pci/ |
H A D | system_local.c | 10 const hrt_address ISP_CTRL_BASE[N_ISP_ID] = { 14 const hrt_address ISP_DMEM_BASE[N_ISP_ID] = { 18 const hrt_address ISP_BAMEM_BASE[N_BAMEM_ID] = { 23 const hrt_address SP_CTRL_BASE[N_SP_ID] = { 27 const hrt_address SP_DMEM_BASE[N_SP_ID] = { 36 const hrt_address MMU_BASE[N_MMU_ID] = { 42 const hrt_address DMA_BASE[N_DMA_ID] = { 46 const hrt_address ISYS2401_DMA_BASE[N_ISYS2401_DMA_ID] = { 51 const hrt_address IRQ_BASE[N_IRQ_ID] = { 63 const hrt_address GDC_BAS [all...] |
H A D | system_local.h | 25 #define GP_FIFO_BASE ((hrt_address)0x0000000000090104) /* This is NOT a base address */ 28 extern const hrt_address ISP_CTRL_BASE[N_ISP_ID]; 29 extern const hrt_address ISP_DMEM_BASE[N_ISP_ID]; 30 extern const hrt_address ISP_BAMEM_BASE[N_BAMEM_ID]; 33 extern const hrt_address SP_CTRL_BASE[N_SP_ID]; 34 extern const hrt_address SP_DMEM_BASE[N_SP_ID]; 38 extern const hrt_address MMU_BASE[N_MMU_ID]; 41 extern const hrt_address DMA_BASE[N_DMA_ID]; 42 extern const hrt_address ISYS2401_DMA_BASE[N_ISYS2401_DMA_ID]; 45 extern const hrt_address IRQ_BAS [all...] |
H A D | isp2400_input_system_private.h | 18 const hrt_address reg, in input_system_reg_store() 22 assert(INPUT_SYSTEM_BASE[ID] != (hrt_address)-1); in input_system_reg_store() 30 const hrt_address reg) in input_system_reg_load() 33 assert(INPUT_SYSTEM_BASE[ID] != (hrt_address)-1); in input_system_reg_load() 40 const hrt_address reg, in receiver_reg_store() 44 assert(RX_BASE[ID] != (hrt_address)-1); in receiver_reg_store() 51 const hrt_address reg) in receiver_reg_load() 54 assert(RX_BASE[ID] != (hrt_address)-1); in receiver_reg_load() 61 const hrt_address reg, in receiver_port_reg_store() 66 assert(RX_BASE[ID] != (hrt_address) in receiver_port_reg_store() [all...] |
H A D | ia_css_device_access.h | 15 #include <system_local.h> /* for hrt_address */ 22 ia_css_device_load_uint8(const hrt_address addr); 25 ia_css_device_load_uint16(const hrt_address addr); 28 ia_css_device_load_uint32(const hrt_address addr); 31 ia_css_device_load_uint64(const hrt_address addr); 34 ia_css_device_store_uint8(const hrt_address addr, const uint8_t data); 37 ia_css_device_store_uint16(const hrt_address addr, const uint16_t data); 40 ia_css_device_store_uint32(const hrt_address addr, const uint32_t data); 43 ia_css_device_store_uint64(const hrt_address addr, const uint64_t data); 46 ia_css_device_load(const hrt_address add [all...] |
H A D | ia_css_device_access.c | 9 #include <system_local.h> /* for hrt_address */ 24 ia_css_device_load_uint8(const hrt_address addr) in ia_css_device_load_uint8() 30 ia_css_device_load_uint16(const hrt_address addr) in ia_css_device_load_uint16() 36 ia_css_device_load_uint32(const hrt_address addr) in ia_css_device_load_uint32() 42 ia_css_device_load_uint64(const hrt_address addr) in ia_css_device_load_uint64() 51 ia_css_device_store_uint8(const hrt_address addr, const uint8_t data) in ia_css_device_store_uint8() 57 ia_css_device_store_uint16(const hrt_address addr, const uint16_t data) in ia_css_device_store_uint16() 63 ia_css_device_store_uint32(const hrt_address addr, const uint32_t data) in ia_css_device_store_uint32() 69 ia_css_device_store_uint64(const hrt_address addr, const uint64_t data) in ia_css_device_store_uint64() 78 ia_css_device_load(const hrt_address add [all...] |
H A D | ia_css_env.h | 43 void (*store_8)(hrt_address addr, uint8_t data); 46 void (*store_16)(hrt_address addr, uint16_t data); 49 void (*store_32)(hrt_address addr, uint32_t data); 52 uint8_t (*load_8)(hrt_address addr); 55 uint16_t (*load_16)(hrt_address addr); 58 uint32_t (*load_32)(hrt_address addr); 61 void (*store)(hrt_address addr, const void *data, uint32_t bytes); 63 void (*load)(hrt_address addr, void *data, uint32_t bytes);
|
H A D | isp2400_input_system_public.h | 102 const hrt_address reg, 115 const hrt_address reg); 127 const hrt_address reg, 140 const hrt_address reg); 154 const hrt_address reg, 169 const hrt_address reg); 183 const hrt_address reg, 198 const hrt_address reg);
|
H A D | isp2401_input_system_private.h | 19 const hrt_address reg) in ibuf_ctrl_reg_load() 22 assert(IBUF_CTRL_BASE[ID] != (hrt_address)-1); in ibuf_ctrl_reg_load() 28 const hrt_address reg, in ibuf_ctrl_reg_store() 32 assert(IBUF_CTRL_BASE[ID] != (hrt_address)-1); in ibuf_ctrl_reg_store() 42 hrt_address reg_bank_offset; in ibuf_ctrl_get_proc_state()
|
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
H A D | sp_private.h | 18 const hrt_address reg, in sp_ctrl_store() 22 assert(SP_CTRL_BASE[ID] != (hrt_address)-1); in sp_ctrl_store() 29 const hrt_address reg) in sp_ctrl_load() 32 assert(SP_CTRL_BASE[ID] != (hrt_address)-1); in sp_ctrl_load() 38 const hrt_address reg, in sp_ctrl_getbit() 48 const hrt_address reg, in sp_ctrl_setbit() 59 const hrt_address reg, in sp_ctrl_clearbit() 70 hrt_address addr, in sp_dmem_store() 75 assert(SP_DMEM_BASE[ID] != (hrt_address)-1); in sp_dmem_store() 82 const hrt_address add in sp_dmem_load() [all...] |
H A D | timed_ctrl.c | 20 hrt_address addr, in timed_ctrl_snd_commnd() 24 OP___assert(TIMED_CTRL_BASE[ID] != (hrt_address)-1); in timed_ctrl_snd_commnd() 42 hrt_address offset, in timed_ctrl_snd_sp_commnd() 46 OP___assert(SP_DMEM_BASE[SP_ID] != (hrt_address)-1); in timed_ctrl_snd_sp_commnd() 58 hrt_address offset, in timed_ctrl_snd_gpio_commnd() 62 OP___assert(GPIO_BASE[GPIO_ID] != (hrt_address)-1); in timed_ctrl_snd_gpio_commnd()
|
H A D | event_fifo_local.h | 26 static const hrt_address event_source_addr[N_EVENT_ID] = { 33 static const hrt_address event_source_query_addr[N_EVENT_ID] = { 40 static const hrt_address event_sink_addr[N_EVENT_ID] = { 47 static const hrt_address event_sink_query_addr[N_EVENT_ID] = {
|
H A D | event_fifo_private.h | 21 assert(event_source_addr[ID] != ((hrt_address) - 1)); in event_wait_for() 37 assert(event_source_addr[ID] != ((hrt_address) - 1)); in event_receive_token() 45 assert(event_sink_addr[ID] != ((hrt_address) - 1)); in event_send_token() 54 assert(event_source_query_addr[ID] != ((hrt_address) - 1)); in is_event_pending() 64 assert(event_sink_query_addr[ID] != ((hrt_address) - 1)); in can_event_send_token()
|
H A D | debug.c | 21 hrt_address debug_buffer_address = (hrt_address) - 1; 27 void debug_buffer_init(const hrt_address addr) in debug_buffer_init() 59 assert(debug_buffer_address != ((hrt_address)-1)); in debug_buffer_setmode()
|
H A D | isp_private.h | 27 assert(ISP_CTRL_BASE[ID] != (hrt_address) - 1); in isp_ctrl_store() 41 assert(ISP_CTRL_BASE[ID] != (hrt_address) - 1); in isp_ctrl_load() 88 assert(ISP_DMEM_BASE[ID] != (hrt_address) - 1); in isp_dmem_store() 104 assert(ISP_DMEM_BASE[ID] != (hrt_address) - 1); in isp_dmem_load() 119 assert(ISP_DMEM_BASE[ID] != (hrt_address) - 1); in isp_dmem_store_uint32() 134 assert(ISP_DMEM_BASE[ID] != (hrt_address) - 1); in isp_dmem_load_uint32()
|
H A D | fifo_monitor_private.h | 29 assert(FIFO_MONITOR_BASE[ID] != (hrt_address) - 1); in fifo_switch_set() 43 assert(FIFO_MONITOR_BASE[ID] != (hrt_address) - 1); in fifo_switch_get() 56 assert(FIFO_MONITOR_BASE[ID] != (hrt_address) - 1); in fifo_monitor_reg_store() 67 assert(FIFO_MONITOR_BASE[ID] != (hrt_address) - 1); in fifo_monitor_reg_load()
|
H A D | gp_device_private.h | 22 assert(GP_DEVICE_BASE[ID] != (hrt_address) - 1); in gp_device_reg_store() 30 const hrt_address reg_addr) in gp_device_reg_load() 33 assert(GP_DEVICE_BASE[ID] != (hrt_address)-1); in gp_device_reg_load()
|
H A D | input_formatter_private.h | 18 const hrt_address reg_addr, in input_formatter_reg_store() 22 assert(INPUT_FORMATTER_BASE[ID] != (hrt_address)-1); in input_formatter_reg_store() 33 assert(INPUT_FORMATTER_BASE[ID] != (hrt_address)-1); in input_formatter_reg_load()
|
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/ |
H A D | sp_public.h | 34 const hrt_address reg, 47 const hrt_address reg); 59 const hrt_address reg, 72 const hrt_address reg, 85 const hrt_address reg, 99 hrt_address addr, 114 const hrt_address addr, 129 hrt_address addr, 143 hrt_address addr, 157 hrt_address add [all...] |
H A D | csi_rx_public.h | 85 const hrt_address reg); 97 const hrt_address reg, 110 const hrt_address reg); 122 const hrt_address reg,
|
H A D | timed_ctrl_public.h | 30 hrt_address addr, 39 hrt_address offset, 48 hrt_address offset,
|
H A D | pixelgen_public.h | 53 const hrt_address reg); 65 const hrt_address reg,
|
H A D | debug_public.h | 37 extern hrt_address debug_buffer_address; 75 const hrt_address addr);
|
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/device_access/ |
H A D | device_access.h | 19 * and represented as/stored in "hrt_address". 33 * - hrt_address a type that can hold the (sub)system address range 46 typedef hrt_address sys_address; 71 const hrt_address addr); 80 const hrt_address addr); 89 const hrt_address addr); 98 const hrt_address addr); 108 const hrt_address addr, 119 const hrt_address addr, 130 const hrt_address add [all...] |
/linux/drivers/staging/media/atomisp/pci/css_2401_system/host/ |
H A D | csi_rx_private.h | 30 const hrt_address reg) in csi_rx_fe_ctrl_reg_load() 33 assert(CSI_RX_FE_CTRL_BASE[ID] != (hrt_address)-1); in csi_rx_fe_ctrl_reg_load() 44 const hrt_address reg, in csi_rx_fe_ctrl_reg_store() 48 assert(CSI_RX_FE_CTRL_BASE[ID] != (hrt_address)-1); in csi_rx_fe_ctrl_reg_store() 60 const hrt_address reg) in csi_rx_be_ctrl_reg_load() 63 assert(CSI_RX_BE_CTRL_BASE[ID] != (hrt_address)-1); in csi_rx_be_ctrl_reg_load() 74 const hrt_address reg, in csi_rx_be_ctrl_reg_store() 78 assert(CSI_RX_BE_CTRL_BASE[ID] != (hrt_address)-1); in csi_rx_be_ctrl_reg_store()
|
H A D | pixelgen_private.h | 25 const hrt_address reg) in pixelgen_ctrl_reg_load() 28 assert(PIXELGEN_CTRL_BASE[ID] != (hrt_address) - 1); in pixelgen_ctrl_reg_load() 39 const hrt_address reg, in pixelgen_ctrl_reg_store() 43 assert(PIXELGEN_CTRL_BASE[ID] != (hrt_address)-1); in pixelgen_ctrl_reg_store()
|