Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/uwb/
Dallocator.c31 for (col = ci->csi.start_col; col < UWB_NUM_ZONES; col += ci->csi.interval) { in uwb_rsv_fill_column_alloc()
33 safe_mas = ci->csi.safe_mas_per_col; in uwb_rsv_fill_column_alloc()
34 unsafe_mas = ci->csi.unsafe_mas_per_col; in uwb_rsv_fill_column_alloc()
141 struct uwb_rsv_col_set_info *csi = &ci->csi; in uwb_rsv_find_best_column_set() local
180 csi->start_col = tmp_csi.start_col; in uwb_rsv_find_best_column_set()
186 csi->start_col = tmp_csi.start_col; in uwb_rsv_find_best_column_set()
192 csi->interval = interval; in uwb_rsv_find_best_column_set()
193 csi->safe_mas_per_col = num_safe_mas; in uwb_rsv_find_best_column_set()
194 csi->unsafe_mas_per_col = num_unsafe_mas; in uwb_rsv_find_best_column_set()
Duwb-internal.h147 struct uwb_rsv_col_set_info csi; member
/linux-3.4.99/drivers/edac/
Dppc4xx_edac.c922 struct csrow_info *csi = &mci->csrows[row]; in ppc4xx_edac_init_csrows() local
951 csi->nr_pages = SDRAM_MBCF_SZ_TO_PAGES(size); in ppc4xx_edac_init_csrows()
962 csi->first_page = ppc4xx_last_page; in ppc4xx_edac_init_csrows()
963 csi->last_page = csi->first_page + csi->nr_pages - 1; in ppc4xx_edac_init_csrows()
964 csi->page_mask = 0; in ppc4xx_edac_init_csrows()
979 csi->grain = 1; in ppc4xx_edac_init_csrows()
981 csi->mtype = mtype; in ppc4xx_edac_init_csrows()
982 csi->dtype = dtype; in ppc4xx_edac_init_csrows()
984 csi->edac_mode = edac_mode; in ppc4xx_edac_init_csrows()
986 ppc4xx_last_page += csi->nr_pages; in ppc4xx_edac_init_csrows()
Dedac_mc.c158 struct csrow_info *csi, *csrow; in edac_mc_alloc() local
171 csi = edac_align_ptr(&mci[1], sizeof(*csi)); in edac_mc_alloc()
172 chi = edac_align_ptr(&csi[nr_csrows], sizeof(*chi)); in edac_mc_alloc()
183 csi = (struct csrow_info *)(((char *)mci) + ((unsigned long)csi)); in edac_mc_alloc()
189 mci->csrows = csi; in edac_mc_alloc()
194 csrow = &csi[row]; in edac_mc_alloc()
/linux-3.4.99/arch/ia64/kernel/
Dtopology.c145 pal_cache_shared_info_t csi; in cache_shared_cpu_map_setup() local
158 &csi) != PAL_STATUS_SUCCESS) in cache_shared_cpu_map_setup()
161 num_shared = (int) csi.num_shared; in cache_shared_cpu_map_setup()
165 && cpu_data(j)->core_id == csi.log1_cid in cache_shared_cpu_map_setup()
166 && cpu_data(j)->thread_id == csi.log1_tid) in cache_shared_cpu_map_setup()
174 &csi) == PAL_STATUS_SUCCESS); in cache_shared_cpu_map_setup()
/linux-3.4.99/arch/arm/mach-omap2/
Dcontrol.c142 u32 csi; member
469 control_context.csi = omap_ctrl_readl(OMAP343X_CONTROL_CSI); in omap3_control_save_context()
527 omap_ctrl_writel(control_context.csi, OMAP343X_CONTROL_CSI); in omap3_control_restore_context()
/linux-3.4.99/Documentation/video4linux/
Dfimc.txt105 sensor subdev -> mipi-csi subdev -> fimc subdev -> video node
/linux-3.4.99/arch/arm/mach-imx/
Dclock-imx31.c493 DEFINE_CLOCK1(csi_clk, 0, MXC_CCM_CGR1, 6, csi, NULL, &serial_pll_clk);
/linux-3.4.99/drivers/net/ethernet/realtek/
Dr8169.c4237 u32 csi; in rtl_csi_access_enable() local
4239 csi = rtl_csi_read(ioaddr, 0x070c) & 0x00ffffff; in rtl_csi_access_enable()
4240 rtl_csi_write(ioaddr, 0x070c, csi | bits); in rtl_csi_access_enable()