Searched refs:plane (Results 1 – 10 of 10) sorted by relevance
| /u-boot/drivers/video/nexell/ |
| A D | s5pxx18_dp_rgb.c | 43 struct dp_plane_info *plane = planes; in nx_rgb_display() local 56 for (i = 0; count > i; i++, plane++) { in nx_rgb_display() 57 if (!plane->enable) in nx_rgb_display() 59 dp_plane_layer_setup(module, plane); in nx_rgb_display() 60 dp_plane_layer_enable(module, plane, 1); in nx_rgb_display()
|
| A D | s5pxx18_dp.c | 242 int sx = plane->left; in dp_plane_layer_setup() 243 int sy = plane->top; in dp_plane_layer_setup() 244 int ex = sx + plane->width - 1; in dp_plane_layer_setup() 245 int ey = sy + plane->height - 1; in dp_plane_layer_setup() 246 int pixel_byte = plane->pixel_byte; in dp_plane_layer_setup() 248 int layer = plane->layer; in dp_plane_layer_setup() 249 unsigned int format = plane->format; in dp_plane_layer_setup() 251 if (!plane->enable) in dp_plane_layer_setup() 264 plane->width * pixel_byte); in dp_plane_layer_setup() 268 __func__, module, layer, plane->width, plane->height, in dp_plane_layer_setup() [all …]
|
| A D | s5pxx18_dp_lvds.c | 242 struct dp_plane_info *plane = planes; in nx_lvds_display() local 257 for (i = 0; count > i; i++, plane++) { in nx_lvds_display() 258 if (!plane->enable) in nx_lvds_display() 260 dp_plane_layer_setup(module, plane); in nx_lvds_display() 261 dp_plane_layer_enable(module, plane, 1); in nx_lvds_display()
|
| A D | s5pxx18_dp_hdmi.c | 497 struct dp_plane_info *plane = planes; in nx_hdmi_display() local 533 for (i = 0; count > i; i++, plane++) { in nx_hdmi_display() 534 if (!plane->enable) in nx_hdmi_display() 536 dp_plane_layer_setup(module, plane); in nx_hdmi_display() 537 dp_plane_layer_enable(module, plane, 1); in nx_hdmi_display()
|
| A D | s5pxx18_dp_mipi.c | 630 struct dp_plane_info *plane = planes; in nx_mipi_display() local 655 for (i = 0; count > i; i++, plane++) { in nx_mipi_display() 656 if (!plane->enable) in nx_mipi_display() 658 dp_plane_layer_setup(module, plane); in nx_mipi_display() 659 dp_plane_layer_enable(module, plane, 1); in nx_mipi_display()
|
| /u-boot/drivers/video/ |
| A D | nexell_display.c | 145 plane->left = ofnode_read_s32_default(node, "left", 0); in nx_display_parse_dp_layer() 147 plane->top = ofnode_read_s32_default(node, "top", 0); in nx_display_parse_dp_layer() 157 if (plane->fb_base) in nx_display_parse_dp_layer() 158 plane->enable = 1; in nx_display_parse_dp_layer() 160 plane->enable = 0; in nx_display_parse_dp_layer() 162 if (plane->fb_base == 0) { in nx_display_parse_dp_layer() 164 plane->layer, plane->fb_base); in nx_display_parse_dp_layer() 168 debug("DP: plane.%d [0x%x] ->\n", plane->layer, plane->fb_base); in nx_display_parse_dp_layer() 170 plane->format, plane->left, plane->top, plane->width, in nx_display_parse_dp_layer() 171 plane->height, plane->pixel_byte, plane->alpha_on, in nx_display_parse_dp_layer() [all …]
|
| /u-boot/arch/arm/mach-nexell/include/mach/ |
| A D | display.h | 220 struct dp_plane_info plane[DP_PLANS_NUM]; member 261 int dp_plane_layer_setup(int module, struct dp_plane_info *plane); 262 void dp_plane_layer_enable(int module, struct dp_plane_info *plane, int on);
|
| /u-boot/include/linux/mtd/ |
| A D | nand.h | 75 unsigned int plane; member 450 pos->plane = pos->eraseblock % nand->memorg.planes_per_lun; in nanddev_offs_to_pos() 540 pos->plane = 0; in nanddev_pos_next_target() 562 pos->plane = 0; in nanddev_pos_next_lun() 582 pos->plane = pos->eraseblock % nand->memorg.planes_per_lun; in nanddev_pos_next_eraseblock()
|
| /u-boot/board/friendlyarm/nanopi2/ |
| A D | board.c | 133 struct dp_plane_info *plane = &dp->planes[0]; in nx_display_fixup_dp() local 162 for (i = 0; i < dp->top.plane_num; i++, plane++) { in nx_display_fixup_dp() 163 if (plane->enable) { in nx_display_fixup_dp() 164 plane->width = lcd->width; in nx_display_fixup_dp() 165 plane->height = lcd->height; in nx_display_fixup_dp()
|
| /u-boot/drivers/mtd/nand/spi/ |
| A D | core.c | 50 *column |= req->pos.plane << shift; in spinand_cache_op_adjust_colum()
|
Completed in 15 milliseconds