Home
last modified time | relevance | path

Searched refs:win (Results 101 – 125 of 242) sorted by relevance

12345678910

/openbmc/linux/drivers/pci/controller/
H A Dpci-aardvark.c129 #define OB_WIN_REG_ADDR(win, offset) (OB_WIN_BASE_ADDR + \ argument
130 OB_WIN_BLOCK_SIZE * (win) + \
132 #define OB_WIN_MATCH_LS(win) OB_WIN_REG_ADDR(win, 0x00) argument
134 #define OB_WIN_MATCH_MS(win) OB_WIN_REG_ADDR(win, 0x04) argument
135 #define OB_WIN_REMAP_LS(win) OB_WIN_REG_ADDR(win, 0x08) argument
136 #define OB_WIN_REMAP_MS(win) OB_WIN_REG_ADDR(win, 0x0c) argument
137 #define OB_WIN_MASK_LS(win) OB_WIN_REG_ADDR(win, 0x10) argument
138 #define OB_WIN_MASK_MS(win) OB_WIN_REG_ADDR(win, 0x14) argument
139 #define OB_WIN_ACTIONS(win) OB_WIN_REG_ADDR(win, 0x18) argument
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c460 u32 end, u32 win, in tcp_init_sender() argument
468 sender->td_maxwin = (win == 0 ? 1 : win); in tcp_init_sender()
518 __u32 seq, ack, sack, end, win, swin; in tcp_in_window() local
529 win = win_raw; in tcp_in_window()
547 end, win, dir); in tcp_in_window()
558 swin = win << sender->td_scale; in tcp_in_window()
590 end, win, dir); in tcp_in_window()
671 win <<= sender->td_scale; in tcp_in_window()
674 swin = win + (sack - ack); in tcp_in_window()
694 receiver->td_maxend = sack + win; in tcp_in_window()
[all …]
/openbmc/linux/arch/x86/pci/
H A Dmmconfig-shared.c133 u32 win; in pci_mmcfg_e7520() local
134 raw_pci_ops->read(0, 0, PCI_DEVFN(0, 0), 0xce, 2, &win); in pci_mmcfg_e7520()
136 win = win & 0xf000; in pci_mmcfg_e7520()
137 if (win == 0x0000 || win == 0xf000) in pci_mmcfg_e7520()
140 if (pci_mmconfig_add(0, 0, 255, win << 16) == NULL) in pci_mmcfg_e7520()
/openbmc/linux/drivers/media/platform/ti/am437x/
H A Dam437x-vpfe.c428 vpfe_ccdc_setwin(ccdc, &params->win, in vpfe_ccdc_config_ycbcr()
682 ccdc->ccdc_cfg.bayer.win = *win; in vpfe_ccdc_set_image_window()
686 ccdc->ccdc_cfg.ycbcr.win = *win; in vpfe_ccdc_set_image_window()
696 struct v4l2_rect *win) in vpfe_ccdc_get_image_window() argument
699 *win = ccdc->ccdc_cfg.bayer.win; in vpfe_ccdc_get_image_window()
701 *win = ccdc->ccdc_cfg.ycbcr.win; in vpfe_ccdc_get_image_window()
837 ccdc->ccdc_cfg.ycbcr.win.left = 0; in vpfe_ccdc_config_defaults()
838 ccdc->ccdc_cfg.ycbcr.win.top = 0; in vpfe_ccdc_config_defaults()
839 ccdc->ccdc_cfg.ycbcr.win.width = 720; in vpfe_ccdc_config_defaults()
849 ccdc->ccdc_cfg.bayer.win.left = 0; in vpfe_ccdc_config_defaults()
[all …]
/openbmc/u-boot/drivers/ram/aspeed/
H A Dsdram_ast2600.c518 u32 win = 0x03, gwin = 0, gwinsize = 0; in ast2600_sdrammc_search_read_window() local
529 while (!(win & 0x80)) { in ast2600_sdrammc_search_read_window()
530 debug("Window = 0x%X\n", win); in ast2600_sdrammc_search_read_window()
531 writel(win, phy_setting + 0x0000); in ast2600_sdrammc_search_read_window()
560 gwin = win; in ast2600_sdrammc_search_read_window()
571 win = win << 1; in ast2600_sdrammc_search_read_window()
574 win = 0x7; in ast2600_sdrammc_search_read_window()
/openbmc/linux/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_cm.h79 static inline u32 cxgb_compute_wscale(u32 win) in cxgb_compute_wscale() argument
83 while (wscale < 14 && (65535 << wscale) < win) in cxgb_compute_wscale()
/openbmc/linux/arch/powerpc/include/asm/
H A Dvas.h226 int vas_win_close(struct vas_window *win);
238 int vas_paste_crb(struct vas_window *win, int offset, bool re);
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-host.c402 struct resource_entry *win; in dw_pcie_host_init() local
433 win = resource_list_first_type(&bridge->windows, IORESOURCE_IO); in dw_pcie_host_init()
434 if (win) { in dw_pcie_host_init()
435 pp->io_size = resource_size(win->res); in dw_pcie_host_init()
436 pp->io_bus_addr = win->res->start - win->offset; in dw_pcie_host_init()
437 pp->io_base = pci_pio_to_address(win->res->start); in dw_pcie_host_init()
/openbmc/linux/include/linux/platform_data/
H A Dvideo_s3c.h48 struct s3c_fb_pd_win *win[S3C_FB_MAX_WIN]; member
/openbmc/linux/Documentation/pcmcia/
H A Dlocking.rst96 pccard_mem_map win[];
133 window_handle_t win;
/openbmc/qemu/hw/display/
H A Dexynos4210_fimd.c637 static void fimd_update_get_alpha(Exynos4210fimdState *s, int win) in fimd_update_get_alpha() argument
639 Exynos4210fimdWindow *w = &s->window[win]; in fimd_update_get_alpha()
945 Exynos4210fimdWindow *w = &s->window[win]; in exynos4210_fimd_update_win_bppmode()
956 palette_data_format[exynos4210_fimd_palette_format(s, win)]; in exynos4210_fimd_update_win_bppmode()
961 palette_data_format[exynos4210_fimd_palette_format(s, win)]; in exynos4210_fimd_update_win_bppmode()
1125 Exynos4210fimdWindow *w = &s->window[win]; in fimd_update_memory_section()
1129 FIMD_WINDOW_PROTECTED(s->shadowcon, win)) { in fimd_update_memory_section()
1156 win, fb_start_addr, w->fb_len); in fimd_update_memory_section()
1162 win); in fimd_update_memory_section()
1170 "FIMD: Failed to map window %u framebuffer\n", win); in fimd_update_memory_section()
[all …]
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dmv_ddr_plat.c1104 static int ddr3_restore_and_set_final_windows(u32 *win, const char *ddr_type) in ddr3_restore_and_set_final_windows() argument
1115 reg_write((win_ctrl_reg + 0x4 * ui), win[ui]); in ddr3_restore_and_set_final_windows()
1139 static int ddr3_save_and_set_training_windows(u32 *win) in ddr3_save_and_set_training_windows() argument
1168 win[ui] = reg_read(win_ctrl_reg + 0x4 * ui); in ddr3_save_and_set_training_windows()
1210 static u32 win[16]; variable
1285 ddr3_save_and_set_training_windows(win); in mv_ddr_pre_training_soc_config()
1327 ddr3_restore_and_set_final_windows(win, ddr_type); in mv_ddr_post_training_soc_config()
/openbmc/u-boot/configs/
H A Dorangepi_win_defconfig12 CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-orangepi-win"
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drockchip_vop2_reg.c233 .win = rk3568_vop_win_data,
243 .win = rk3568_vop_win_data,
/openbmc/linux/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c716 f->fmt.win = dev->overlay; in vidioc_g_fmt_vid_overlay()
726 f->fmt.win.field = V4L2_FIELD_NONE; in vidioc_try_fmt_vid_overlay()
727 f->fmt.win.chromakey = 0; in vidioc_try_fmt_vid_overlay()
728 f->fmt.win.clips = NULL; in vidioc_try_fmt_vid_overlay()
729 f->fmt.win.clipcount = 0; in vidioc_try_fmt_vid_overlay()
730 f->fmt.win.bitmap = NULL; in vidioc_try_fmt_vid_overlay()
736 &f->fmt.win.w.top, MIN_HEIGHT, dev->max_height, in vidioc_try_fmt_vid_overlay()
741 f->fmt.win.w.width, f->fmt.win.w.height, in vidioc_try_fmt_vid_overlay()
742 f->fmt.win.w.left, f->fmt.win.w.top); in vidioc_try_fmt_vid_overlay()
747 &f->fmt.win, in vidioc_try_fmt_vid_overlay()
[all …]
/openbmc/linux/tools/lib/subcmd/
H A Dhelp.c132 struct winsize win; in pretty_print_string_list() local
136 get_term_dimensions(&win); in pretty_print_string_list()
137 max_cols = win.ws_col - 1; /* don't print *on* the edge */ in pretty_print_string_list()
/openbmc/qemu/linux-user/sparc/
H A Dsignal.c38 struct target_reg_window win; member
182 static void save_reg_win(struct target_reg_window *win, CPUSPARCState *env) in save_reg_win() argument
187 __put_user(env->regwptr[i + WREG_L0], &win->locals[i]); in save_reg_win()
190 __put_user(env->regwptr[i + WREG_I0], &win->ins[i]); in save_reg_win()
284 save_reg_win(&sf->ss.win, env); in setup_frame()
328 save_reg_win(&sf->ss.win, env); in setup_rt_frame()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dvas-debug.c51 static inline void print_reg(struct seq_file *s, struct pnv_vas_window *win, in print_reg() argument
54 seq_printf(s, "0x%016llx %s\n", read_hvwc_reg(win, name, reg), name); in print_reg()
/openbmc/linux/drivers/pci/
H A Dof.c555 struct resource_entry *win, *tmp; in pci_parse_request_of_pci_ranges() local
569 resource_list_for_each_entry_safe(win, tmp, &bridge->windows) { in pci_parse_request_of_pci_ranges()
570 struct resource *res = win->res; in pci_parse_request_of_pci_ranges()
578 resource_list_destroy_entry(win); in pci_parse_request_of_pci_ranges()
H A Dbus.c118 struct resource_entry *win; in devm_request_pci_bus_resources() local
122 resource_list_for_each_entry(win, resources) { in devm_request_pci_bus_resources()
123 res = win->res; in devm_request_pci_bus_resources()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c312 win = &p->fmt.win; in v4l_print_format()
314 win->w.width, win->w.height, win->w.left, win->w.top, in v4l_print_format()
316 win->chromakey, win->global_alpha); in v4l_print_format()
1719 p->fmt.win.clips = NULL; in v4l_s_fmt()
1720 p->fmt.win.clipcount = 0; in v4l_s_fmt()
1721 p->fmt.win.bitmap = NULL; in v4l_s_fmt()
1753 p->fmt.win.clips = NULL; in v4l_s_fmt()
1754 p->fmt.win.clipcount = 0; in v4l_s_fmt()
1755 p->fmt.win.bitmap = NULL; in v4l_s_fmt()
1827 p->fmt.win.clips = NULL; in v4l_try_fmt()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0008-greeter.c-show-information-on-gtk-label-info.patch20 @@ -64,6 +64,7 @@ static GtkWidget* win;
49 @@ -1146,6 +1150,9 @@ static void on_screen_size_changed(GdkScreen *screen,GtkWidget *win)
/openbmc/linux/drivers/media/i2c/
H A Dov7670.c1224 struct ov7670_win_size *win = &info->devtype->win_sizes[i]; in ov7670_enum_frame_interval() local
1226 if (info->min_width && win->width < info->min_width) in ov7670_enum_frame_interval()
1228 if (info->min_height && win->height < info->min_height) in ov7670_enum_frame_interval()
1230 if (fie->width == win->width && fie->height == win->height) in ov7670_enum_frame_interval()
1261 struct ov7670_win_size *win = &info->devtype->win_sizes[i]; in ov7670_enum_frame_size() local
1263 if (info->min_width && win->width < info->min_width) in ov7670_enum_frame_size()
1265 if (info->min_height && win->height < info->min_height) in ov7670_enum_frame_size()
1268 fse->min_width = fse->max_width = win->width; in ov7670_enum_frame_size()
1269 fse->min_height = fse->max_height = win->height; in ov7670_enum_frame_size()
/openbmc/linux/include/linux/
H A Dpci-ecam.h62 void __iomem *win; /* 64-bit single mapping */ member
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0007-initialize-front-back-wayland-buffers.patch22 surface->wl_egl_window = (struct wl_egl_window*)win;

12345678910