| /drivers/video/sunxi/ |
| A D | lcdc.c | 45 void lcdc_enable(struct sunxi_lcdc_reg * const lcdc, int depth) in lcdc_enable() argument 56 if (depth == 18) in lcdc_enable() 74 int depth, int dclk_phase) in lcdc_tcon0_mode_set() argument 112 val = (depth == 18) ? 1 : 0; in lcdc_tcon0_mode_set() 117 if (depth == 18 || depth == 16) { in lcdc_tcon0_mode_set() 128 writel(((depth == 18) ? in lcdc_tcon0_mode_set()
|
| A D | sunxi_display.c | 71 unsigned int depth; member 660 sunxi_display->depth, CONFIG_VIDEO_LCD_DCLK_PHASE); 924 sunxi_display->depth); 968 lcdc_enable(lcdc, sunxi_display->depth); 983 lcdc_enable(lcdc, sunxi_display->depth); 995 lcdc_enable(lcdc, sunxi_display->depth); 1001 lcdc_enable(lcdc, sunxi_display->depth); 1014 lcdc_enable(lcdc, sunxi_display->depth); 1103 &sunxi_display->depth, &options); 1179 sunxi_display->depth = 18; [all …]
|
| /drivers/video/ |
| A D | videomodes.c | 235 unsigned int *depth, unsigned int *freq, const char **options) in video_get_video_mode() argument 263 *depth = simple_strtoul(p, &p, 10); in video_get_video_mode() 264 if (!*depth) in video_get_video_mode() 297 unsigned int i, xres, yres, depth, refresh; in video_get_ctfb_res_modes() local 303 if (!video_get_video_mode(&xres, &yres, &depth, &refresh, options)) in video_get_ctfb_res_modes() 311 *depth_ret = depth; in video_get_ctfb_res_modes() 317 xres, yres, depth, refresh, (*mode_ret)->xres, in video_get_ctfb_res_modes()
|
| A D | videomodes.h | 76 unsigned int *depth, unsigned int *freq, const char **options);
|
| A D | nexell_display.c | 432 dp->depth = dp->fb_plane->pixel_byte; in nx_display_setup() 472 dp->fb_plane->width, dp->fb_plane->height, dp->depth * 8, in nx_display_setup() 522 switch (dp->depth) { in nx_display_probe() 535 dp->depth * 8); in nx_display_probe()
|
| A D | Kconfig | 530 that same resolution (or as near as possible) and 32bpp depth, so 531 that U-Boot can access it with full colour depth.
|
| /drivers/net/ |
| A D | higmacv300.c | 411 int depth; in higmac_init_hw_queue() local 419 depth = RX_DESC_NUM; in higmac_init_hw_queue() 426 depth = RX_DESC_NUM; in higmac_init_hw_queue() 433 depth = TX_DESC_NUM; in higmac_init_hw_queue() 440 depth = TX_DESC_NUM; in higmac_init_hw_queue() 447 writel(depth << DESC_WORD_SHIFT, priv->base + regdep); in higmac_init_hw_queue() 450 len = depth * sizeof(*desc); in higmac_init_hw_queue() 460 higmac_init_rx_descs(desc, depth); in higmac_init_hw_queue()
|
| /drivers/usb/host/ |
| A D | xhci-exynos5.c | 60 int depth; in xhci_usb_of_to_plat() local 71 depth = 0; in xhci_usb_of_to_plat() 73 COMPAT_SAMSUNG_EXYNOS5_USB3_PHY, &depth); in xhci_usb_of_to_plat()
|
| A D | ehci-exynos.c | 51 int depth; in ehci_usb_of_to_plat() local 62 depth = 0; in ehci_usb_of_to_plat() 64 COMPAT_SAMSUNG_EXYNOS_USB_PHY, &depth); in ehci_usb_of_to_plat()
|
| /drivers/core/ |
| A D | dump.c | 33 static void show_devices(struct udevice *dev, int depth, int last_flag, in show_devices() argument 46 for (i = depth; i >= 0; i--) { in show_devices() 73 show_devices(devs[i], depth + 1, in show_devices() 81 show_devices(child, depth + 1, in show_devices()
|
| A D | devres.c | 222 static void dump_resources(struct udevice *dev, int depth) in dump_resources() argument 235 dump_resources(child, depth + 1); in dump_resources()
|
| /drivers/nvme/ |
| A D | nvme.c | 22 #define NVME_SQ_SIZE(depth) (depth * sizeof(struct nvme_command)) argument 23 #define NVME_CQ_SIZE(depth) (depth * sizeof(struct nvme_completion)) argument 228 int qid, int depth) in nvme_alloc_queue() argument 239 memset((void *)nvmeq->cqes, 0, NVME_CQ_SIZE(depth)); in nvme_alloc_queue() 241 nvmeq->sq_cmds = (void *)memalign(4096, NVME_SQ_SIZE(depth)); in nvme_alloc_queue() 244 memset((void *)nvmeq->sq_cmds, 0, NVME_SQ_SIZE(depth)); in nvme_alloc_queue() 251 nvmeq->q_depth = depth; in nvme_alloc_queue()
|
| /drivers/mtd/nand/raw/ |
| A D | cortina_nand.h | 190 u32 depth : 4 ; /* bits 3:0 */ member
|
| /drivers/clk/ |
| A D | clk_k210.c | 1263 static void show_clks(struct k210_clk_priv *priv, int id, int depth) in show_clks() argument 1272 show_enabled(priv, i), depth * 4, "", in show_clks() 1275 show_clks(priv, i, depth + 1); in show_clks()
|