Searched refs:vid (Results 1 - 25 of 32) sorted by relevance

12

/u-boot/board/sunxi/
H A Dchip.c49 u32 vid; local
79 vid = dip_convert(w1_header.vendor_id);
84 w1_header.vendor_name, vid);
93 vid, pid);
/u-boot/board/freescale/common/
H A Dvid.c24 #include "vid.h"
423 u8 vid; local
436 vid = DIV_ROUND_UP(vdd - 265, 5);
438 vid = DIV_ROUND_UP(vdd - 245, 5);
441 ret = I2C_WRITE(dev, IR36021_LOOP1_MANUAL_ID_OFFSET, (void *)&vid,
442 sizeof(vid));
547 u8 vid; local
579 vid = (fusesr >> FSL_CHASSIS3_DCFG_FUSESR_ALTVID_SHIFT) &
581 if (vid == 0 || vid
[all...]
H A DMakefile37 obj-$(CONFIG_$(SPL_)VID) += vid.o
/u-boot/arch/x86/include/asm/
H A Dspeedstep.h29 uint8_t vid; member in struct:sst_state
55 ((uint16_t)(state).vid & SPEEDSTEP_VID_MASK))
H A Dacpi_nhlt.h60 u16 vid; member in struct:nhlt_endp_descriptor
97 u16 vid, u16 did);
/u-boot/drivers/video/
H A Dconsole_normal.c70 struct udevice *vid = dev->parent; local
71 struct video_priv *vid_priv = dev_get_uclass_priv(vid);
106 struct udevice *vid = dev->parent; local
107 struct video_priv *vid_priv = dev_get_uclass_priv(vid);
H A Dconsole_rotate.c74 struct udevice *vid = dev->parent; local
75 struct video_priv *vid_priv = dev_get_uclass_priv(vid);
153 struct udevice *vid = dev->parent; local
154 struct video_priv *vid_priv = dev_get_uclass_priv(vid);
236 struct udevice *vid = dev->parent; local
237 struct video_priv *vid_priv = dev_get_uclass_priv(vid);
H A Dseps525.c225 static int seps525_sync(struct udevice *vid) argument
227 struct video_priv *uc_priv = dev_get_uclass_priv(vid);
228 struct seps525_priv *priv = dev_get_priv(vid);
H A Dvideo-uclass.c351 int video_sync(struct udevice *vid, bool force) argument
353 struct video_ops *ops = video_get_ops(vid);
357 ret = ops->video_sync(vid);
368 struct video_priv *priv = dev_get_uclass_priv(vid);
376 struct video_priv *priv = dev_get_uclass_priv(vid);
H A Dvidconsole-uclass.c723 struct udevice *vid = dev->parent; local
724 struct video_priv *vid_priv = dev_get_uclass_priv(vid);
766 struct udevice *vid = dev_get_parent(dev); local
768 return video_sync_copy(vid, from, to);
H A Dconsole_truetype.c269 struct udevice *vid = dev->parent; local
270 struct video_priv *vid_priv = dev_get_uclass_priv(vid);
848 struct udevice *vid = dev->parent; local
849 struct video_priv *vid_priv = dev_get_uclass_priv(vid);
949 return video_sync(vid, true);
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dsoc.c418 u8 vid; local
423 vid = (fusesr >> FSL_CHASSIS3_DCFG_FUSESR_ALTVID_SHIFT) &
425 if ((vid == 0) || (vid == FSL_CHASSIS3_DCFG_FUSESR_ALTVID_MASK)) {
426 vid = (fusesr >> FSL_CHASSIS3_DCFG_FUSESR_VID_SHIFT) &
429 debug("%s: VID = 0x%x\n", __func__, vid);
430 switch (vid) {
443 debug("%s: The VID(%x) isn't supported\n", __func__, vid);
546 u8 vid; local
550 vid
[all...]
/u-boot/lib/efi_loader/
H A Defi_gop.c66 static __always_inline struct efi_gop_pixel efi_vid30_to_blt_col(u32 vid) argument
72 blt.blue = (vid & 0x3ff) >> 2;
73 vid >>= 10;
74 blt.green = (vid & 0x3ff) >> 2;
75 vid >>= 10;
76 blt.red = (vid & 0x3ff) >> 2;
87 static __always_inline struct efi_gop_pixel efi_vid16_to_blt_col(u16 vid) argument
93 blt.blue = (vid & 0x1f) << 3;
94 vid >>= 5;
95 blt.green = (vid
[all...]
/u-boot/include/
H A Dvideo.h131 * function. vid is pointer to video device udevice. Function
135 int (*video_sync)(struct udevice *vid);
253 * @vid: Device to sync
263 int video_sync(struct udevice *vid, bool force);
H A Dethsw.h62 int vid; member in struct:ethsw_command_def
/u-boot/drivers/sound/
H A Dda7219.c134 .vid = NHLT_VID,
146 .vid = NHLT_VID,
H A Dmax98357a.c114 .vid = NHLT_VID,
/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi.c306 void exynos_init_dsim_platform_data(vidinfo_t *vid) argument
320 dsim_platform_data_dt.lcd_panel_info = (void *)vid;
325 vid->dsim_platform_data_dt = &dsim_platform_data_dt;
H A Dexynos_mipi_dsi_common.c485 struct vidinfo *vid; local
488 vid = (struct vidinfo *)dsim_pd->lcd_panel_info;
490 convert_to_fb_videomode(&lcd_video, vid);
496 vid->vl_cmd_allow_len,
/u-boot/arch/x86/cpu/apollolake/
H A Dhostbridge.c69 .vid = NHLT_VID,
101 .vid = NHLT_VID,
133 .vid = NHLT_VID,
/u-boot/drivers/tpm/
H A Dtpm_tis_lpc.c176 u32 vid, did; local
177 vid = didvid & 0xffff;
179 debug("Invalid vendor/device ID %04x/%04x\n", vid, did);
/u-boot/arch/arm/mach-exynos/include/mach/
H A Dmipi_dsim.h372 void exynos_init_dsim_platform_data(struct vidinfo *vid);
/u-boot/drivers/pci_endpoint/
H A Dpcie-cadence.h27 #define CDNS_PCIE_LM_ID_VENDOR(vid) \
28 (((vid) << CDNS_PCIE_LM_ID_VENDOR_SHIFT) & CDNS_PCIE_LM_ID_VENDOR_MASK)
/u-boot/cmd/
H A Dethsw.c39 #define ETHSW_FDB_HELP "ethsw [port <port_no>] [vlan <vid>] fdb " \
42 "if vlan <vid> is missing, VID 1 will be used"
63 "{ [help] | show | add <vid> | del <vid> } " \
801 parsed_cmd->vid = val;
820 parsed_cmd->vid = val;
843 parsed_cmd->vid = val;
1059 parsed_cmd->vid = ETHSW_CMD_VLAN_ALL;
/u-boot/dts/upstream/include/dt-bindings/usb/
H A Dpd.h132 #define VDO_IDH(usbh, usbd, ufp_cable, is_modal, dfp, conn, vid) \
135 | ((vid) & 0xffff))

Completed in 244 milliseconds

12