Searched refs:hs (Results 1 - 21 of 21) sorted by relevance

/u-boot/drivers/phy/qcom/
H A DMakefile6 obj-$(CONFIG_PHY_QCOM_USB_HS_28NM) += phy-qcom-usb-hs-28nm.o
/u-boot/arch/sh/lib/
H A Dstart.S40 cmp/hs r6, r4
50 cmp/hs r5, r4
H A Dudiv_qrnnd.S38 cmp/hs r2,r0
/u-boot/include/linux/usb/
H A Dcomposite.h194 * @hs: descriptor to use for high speed operation
198 ep_choose(struct usb_gadget *g, struct usb_endpoint_descriptor *hs, argument
202 return hs;
/u-boot/arch/arm/include/asm/
H A Dassembler.h63 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo variable
/u-boot/arch/arm/lib/
H A Dmemset-arm64.S66 b.hs L(set_medium)
110 ccmp valw, 0, 0, hs
/u-boot/drivers/tee/broadcom/
H A Dchimp_optee.c62 int chimp_handshake_status_optee(u32 timeout, u32 *hs) argument
83 *hs = param[0].u.value.a;
/u-boot/common/
H A Dusb_hub.c663 bitmap = (unsigned char *)&hub->desc.u.hs.DeviceRemovable[0];
666 bitmap = (unsigned char *)&hub->desc.u.hs.PortPowerCtrlMask[0];
670 hub->desc.u.hs.DeviceRemovable[i] =
671 descriptor->u.hs.DeviceRemovable[i];
674 hub->desc.u.hs.PortPowerCtrlMask[i] =
675 descriptor->u.hs.PortPowerCtrlMask[i];
769 hub->desc.u.hs.DeviceRemovable[(i + 1) / 8] & \
/u-boot/drivers/usb/gadget/
H A Dcomposite.c254 int hs = 0; local
262 hs = 1;
264 hs = !hs;
265 if (hs)
305 int hs = 0; local
314 hs = 1;
316 hs = !hs;
323 } else if (hs) {
[all...]
H A Dstorage_common.c540 struct usb_endpoint_descriptor *hs)
543 return hs;
539 fsg_ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *fs, struct usb_endpoint_descriptor *hs) argument
H A Df_fastboot.c166 struct usb_endpoint_descriptor *hs,
173 return hs;
165 fb_ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *fs, struct usb_endpoint_descriptor *hs, struct usb_endpoint_descriptor *ss) argument
H A Dether.c813 ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *hs, argument
817 return hs;
877 int hs = 0; local
880 hs = (g->speed == USB_SPEED_HIGH);
882 hs = !hs;
884 #define which_fn(t) (hs ? hs_ ## t ## _function : fs_ ## t ## _function)
H A Df_acm.c201 ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *hs, argument
205 return hs;
H A Df_thor.c368 ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *hs, argument
372 return hs;
H A Df_rockusb.c133 struct usb_endpoint_descriptor *hs)
136 return hs;
130 rkusb_ep_desc( struct usb_gadget *g, struct usb_endpoint_descriptor *fs, struct usb_endpoint_descriptor *hs) argument
/u-boot/drivers/phy/rockchip/
H A Dphy-rockchip-usbdp.c105 bool hs; /* flag for high-speed */ member in struct:rockchip_udphy
515 udphy->hs = maximum_speed <= USB_SPEED_HIGH ? true : false;
605 if (!(udphy->mode & UDPHY_MODE_USB) || udphy->hs) {
618 if (!(udphy->mode & UDPHY_MODE_USB) || udphy->hs)
/u-boot/tools/
H A Defivar.py377 hs = make(toHex, ' ', ' ')
379 for i, (h, c) in enumerate(zip(hs, cs)):
/u-boot/include/
H A Dusb.h593 } __attribute__ ((packed)) hs; member in union:usb_hub_descriptor::__anon18
/u-boot/drivers/video/nexell/soc/
H A Ds5pxx18_soc_mlc.c1726 unsigned int hs, vs; local
1731 hs = readl(&pregister->mlcrgblayer[layer].mlchstride);
1735 *(s32 *)hstride = hs;
/u-boot/drivers/usb/isp1760/
H A Disp1760-hcd.c2025 memset(&desc->u.hs.DeviceRemovable[0], 0, temp);
2026 memset(&desc->u.hs.DeviceRemovable[temp], 0xff, temp);
/u-boot/drivers/mmc/
H A Domap_hsmmc.c1888 OMAP_HSMMC_SETUP_PINCTRL(MMC_MODE_HS, hs, true);

Completed in 568 milliseconds