Home
last modified time | relevance | path

Searched refs:format (Results 1 – 25 of 247) sorted by relevance

12345678910

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drk618_lvds.c43 u32 value, format; in rk618_lvds_bridge_enable() local
49 format = LVDS_6BIT_MODE; in rk618_lvds_bridge_enable()
52 format = LVDS_8BIT_MODE_FORMAT_2; in rk618_lvds_bridge_enable()
55 format = LVDS_8BIT_MODE_FORMAT_3; in rk618_lvds_bridge_enable()
59 format = LVDS_8BIT_MODE_FORMAT_1; in rk618_lvds_bridge_enable()
65 LVDS_CON_PLL_POWER_UP | LVDS_CON_SELECT(format); in rk618_lvds_bridge_enable()
H A Drockchip_lvds.c107 enum lvds_format format; member
130 lvds->format = LVDS_6BIT_MODE; in rockchip_lvds_connector_init()
133 lvds->format = LVDS_8BIT_MODE_FORMAT_2; in rockchip_lvds_connector_init()
136 lvds->format = LVDS_10BIT_MODE_FORMAT_1; in rockchip_lvds_connector_init()
138 lvds->format = LVDS_8BIT_MODE_FORMAT_3; in rockchip_lvds_connector_init()
141 lvds->format = LVDS_10BIT_MODE_FORMAT_2; in rockchip_lvds_connector_init()
145 lvds->format = LVDS_8BIT_MODE_FORMAT_1; in rockchip_lvds_connector_init()
152 if ((lvds->format == LVDS_10BIT_MODE_FORMAT_1) || in rockchip_lvds_connector_init()
153 (lvds->format == LVDS_10BIT_MODE_FORMAT_2)) in rockchip_lvds_connector_init()
269 PX30_LVDS_SELECT(lvds->format) | in px30_lvds_enable()
[all …]
H A Ddrm_mipi_dsi.c535 int mipi_dsi_dcs_get_pixel_format(struct mipi_dsi_device *dsi, u8 *format) in mipi_dsi_dcs_get_pixel_format() argument
539 err = mipi_dsi_dcs_read(dsi, MIPI_DCS_GET_PIXEL_FORMAT, format, in mipi_dsi_dcs_get_pixel_format()
540 sizeof(*format)); in mipi_dsi_dcs_get_pixel_format()
717 int mipi_dsi_dcs_set_pixel_format(struct mipi_dsi_device *dsi, u8 format) in mipi_dsi_dcs_set_pixel_format() argument
721 err = mipi_dsi_dcs_write(dsi, MIPI_DCS_SET_PIXEL_FORMAT, &format, in mipi_dsi_dcs_set_pixel_format()
722 sizeof(format)); in mipi_dsi_dcs_set_pixel_format()
/rk3399_rockchip-uboot/include/linux/
H A Dbug.h23 #define WARN(condition, format...) ({ \ argument
26 printf(format); \
41 #define WARN_ONCE(condition, format...) ({ \ argument
47 WARN(1, format); \
/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_lvds.c34 rk628->lvds.format = LVDS_FORMAT_JEIDA_24BIT; in rk628_lvds_parse()
36 rk628->lvds.format = LVDS_FORMAT_JEIDA_18BIT; in rk628_lvds_parse()
38 rk628->lvds.format = LVDS_FORMAT_VESA_18BIT; in rk628_lvds_parse()
40 rk628->lvds.format = LVDS_FORMAT_VESA_24BIT; in rk628_lvds_parse()
64 enum lvds_format format = rk628->lvds.format; in rk628_lvds_enable() local
111 val |= SW_LVDS_CON_SELECT(format) | SW_LVDS_CON_MSBSEL(0) | in rk628_lvds_enable()
H A Drk628_hdmirx.c398 u32 format = 0; in rk628_hdmirx_phy_prepclk_cfg() local
401 rk628_i2c_read(rk628, HDMI_RX_PDEC_AVI_PB, &format); in rk628_hdmirx_phy_prepclk_cfg()
402 format = (format & VIDEO_FORMAT) >> 5; in rk628_hdmirx_phy_prepclk_cfg()
405 if (format == 3) in rk628_hdmirx_phy_prepclk_cfg()
408 rk628_i2c_read(rk628, HDMI_RX_PDEC_GCP_AVMUTE, &format); in rk628_hdmirx_phy_prepclk_cfg()
409 format = (format & PKTDEC_GCP_CD_MASK) >> 4; in rk628_hdmirx_phy_prepclk_cfg()
412 if (format == 5) in rk628_hdmirx_phy_prepclk_cfg()
446 u32 val = 0, format = 0, avi_pb = 0; in rk628_hdmirx_get_input_format() local
453 rk628_i2c_read(rk628, HDMI_RX_PDEC_AVI_PB, &format); in rk628_hdmirx_get_input_format()
454 dev_dbg(hdmirx->dev, "%s PDEC_AVI_PB:%#x\n", __func__, format); in rk628_hdmirx_get_input_format()
[all …]
/rk3399_rockchip-uboot/scripts/
H A Davbtool.py198 return 'avbtool {}.{}.{}'.format(AVB_VERSION_MAJOR,
384 raise AvbError('Error getting public key: {}'.format(perr))
448 .format(algorithm_name))
453 .format(self.num_bits, algorithm.signature_num_bytes * 8,
491 raise AvbError('Error signing: {}'.format(perr))
514 raise AvbError('Unknown algorithm type {}'.format(alg_type))
533 raise AvbError('Unsupported algorithm type {}'.format(alg_type))
615 'e=INTEGER:{}\n').format(hex(modulus).rstrip('L'),
639 raise AvbError('Error verifying data: {}'.format(perr))
791 'only 1.0 is supported'.format(major_version,
[all …]
/rk3399_rockchip-uboot/include/
H A Dvsprintf.h82 __attribute__ ((format (__printf__, 1, 2), noreturn));
110 __attribute__ ((format (__printf__, 2, 3)));
143 __attribute__ ((format (__printf__, 3, 4)));
159 __attribute__ ((format (__printf__, 3, 4)));
/rk3399_rockchip-uboot/common/
H A Derror.h29 # define __format__ format
40 extern void error (int status, int errnum, const char *format, ...)
44 unsigned int lineno, const char *format, ...)
H A Dzglobal.h391 void vfile __P ((const char *format, ...));
397 #define vstringf(format,args...) fprintf(stderr,format, ##args) argument
401 void vstringf __P ((const char *format, ...));
/rk3399_rockchip-uboot/drivers/video/rockchip/
H A Drk_lvds.c41 int format; member
74 val = priv->format; in rk_lvds_enable()
193 priv->format = ret; in rk_lvds_ofdata_to_platdata()
197 priv->format = LVDS_FORMAT_JEIDA; in rk_lvds_ofdata_to_platdata()
204 priv->format |= LVDS_24BIT; in rk_lvds_ofdata_to_platdata()
206 priv->format |= LVDS_18BIT; in rk_lvds_ofdata_to_platdata()
213 priv->format |= LVDS_24BIT; in rk_lvds_ofdata_to_platdata()
/rk3399_rockchip-uboot/drivers/input/
H A Dps2mult.c27 #define PRINTF(format, args...) printf("ps2mult.c: " format, ## args) argument
30 #define PRINTF_MULT(format, args...) printf("PS2MULT: " format, ## args) argument
32 #define PRINTF_MULT(format, args...) argument
36 #define PRINTF_KEYB(format, args...) printf("KEYB: " format, ## args) argument
38 #define PRINTF_KEYB(format, args...) argument
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientLoadTa.c46 char *format; in search_ta() local
79 format = "%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x.ta"; in search_ta()
85 format = "%08x-%04x-%04x-%02x%02x%02x%02x%02x%02x%02x%02x.ta"; in search_ta()
89 format, in search_ta()
130 format, in search_ta()
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dlinux-compat.h15 #define dev_WARN(dev, format, arg...) debug(format, ##arg) argument
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/
H A Dsimple-framebuffer.txt13 - format: The format of the framebuffer surface. Valid values are:
24 format = "r5g6b5";
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_debug.h14 #define yprintk(facility, format, args...) \ argument
15 do { printk(facility "%s %d: " format , \
/rk3399_rockchip-uboot/drivers/fpga/
H A DKconfig14 (in BIT format), fpga and device validation.
31 Enable FPGA driver for loading bitstream in BIT and BIN format
39 (in BIT format), fpga and device validation.
45 Enable FPGA driver for loading bitstream in BIT and BIN format
/rk3399_rockchip-uboot/tools/buildman/
H A Dkconfiglib.py440 .format(name, old_user_val, new_user_val),
485 .format(name, val, user_mode),
494 .format(val, name),
658 .format(line_feeder.filename))
699 .format(line_feeder.filename,
806 .format(self.mainmenu_text, text),
972 .format(stmt.name, env_var),
1370 self._warn("no symbol {0} in configuration".format(name))
1450 "unknown operation {0}.".format(expr[0]))
1605 return "{0} (value: {1})".format(_expr_to_str(expr), _expr_to_str(val))
[all …]
/rk3399_rockchip-uboot/drivers/qe/
H A Duec_phy.c26 #define ugphy_printk(format, arg...) \ argument
27 printf(format "\n", ## arg)
29 #define ugphy_dbg(format, arg...) \ argument
30 ugphy_printk(format , ## arg)
31 #define ugphy_err(format, arg...) \ argument
32 ugphy_printk(format , ## arg)
33 #define ugphy_info(format, arg...) \ argument
34 ugphy_printk(format , ## arg)
35 #define ugphy_warn(format, arg...) \ argument
36 ugphy_printk(format , ## arg)
/rk3399_rockchip-uboot/common/eeprom/
H A Deeprom_field.c209 char format[8]; in eeprom_field_print_ascii() local
211 sprintf(format, "%%.%ds\n", field->size); in eeprom_field_print_ascii()
213 printf(format, field->buf); in eeprom_field_print_ascii()
/rk3399_rockchip-uboot/board/Barix/ipam390/
H A Dipam390-ais-uart.cfg33 ; take place as part of the EMIF3a DDR setup. The format of
44 ; Use with caution. The format of the PERIPHCLKCFG field
59 ; See PLL1CONFIG section for the format of the PLL1CFG fields.
120 ; See PLL0CONFIG section for the format of the PLL0CFG fields.
121 ; See PERIPHCLKCFG section for the format of the CLKCFG field.
156 ; take place as part of the EMIF3a DDR setup. The format of
/rk3399_rockchip-uboot/lib/
H A Dtpm.c63 int pack_byte_string(uint8_t *str, size_t size, const char *format, ...) in pack_byte_string() argument
70 va_start(args, format); in pack_byte_string()
71 for (; *format; format++) { in pack_byte_string()
72 switch (*format) { in pack_byte_string()
103 switch (*format) { in pack_byte_string()
136 int unpack_byte_string(const uint8_t *str, size_t size, const char *format, ...) in unpack_byte_string() argument
144 va_start(args, format); in unpack_byte_string()
145 for (; *format; format++) { in unpack_byte_string()
146 switch (*format) { in unpack_byte_string()
176 switch (*format) { in unpack_byte_string()
/rk3399_rockchip-uboot/include/drm/
H A Ddrm_mipi_dsi.h164 enum mipi_dsi_pixel_format format; member
238 int mipi_dsi_dcs_get_pixel_format(struct mipi_dsi_device *dsi, u8 *format);
250 int mipi_dsi_dcs_set_pixel_format(struct mipi_dsi_device *dsi, u8 format);
/rk3399_rockchip-uboot/drivers/video/sunxi/
H A Dsunxi_de2.c80 u32 format; in sunxi_de2_mode_set() local
158 format = SUNXI_DE2_UI_CFG_ATTR_FMT(SUNXI_DE2_FORMAT_RGB_565); in sunxi_de2_mode_set()
162 format = SUNXI_DE2_UI_CFG_ATTR_FMT(SUNXI_DE2_FORMAT_XRGB_8888); in sunxi_de2_mode_set()
166 writel(SUNXI_DE2_UI_CFG_ATTR_EN | format, &de_ui_regs->cfg[0].attr); in sunxi_de2_mode_set()
/rk3399_rockchip-uboot/drivers/spi/
H A Datcspi200_spi.c31 u32 format; /* 0x10 */ member
119 unsigned int format=0; in __atcspi200_spi_claim_bus() local
126 format = ns->mode|DATA_LENGTH(8); in __atcspi200_spi_claim_bus()
127 ns->regs->format = format; in __atcspi200_spi_claim_bus()

12345678910