Home
last modified time | relevance | path

Searched refs:mel (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/tools/patman/
H A Dfunc_test.py129 mel = u'Lord Mëlchett <clergy@palace.gov>'
134 in_reply_to = mel
182 self.assertEqual(' Cc: %s' % mel.encode('utf-8'), lines[line + 0])
/openbmc/linux/drivers/usb/host/
H A Dxhci.c4659 if (xhci_service_interval_to_ns(desc) <= udev->u1_params.mel) { in xhci_calculate_u1_timeout()
4723 if (xhci_service_interval_to_ns(desc) <= udev->u2_params.mel) { in xhci_calculate_u2_timeout()
4921 u1_mel_us = DIV_ROUND_UP(udev->u1_params.mel, 1000); in calculate_max_exit_latency()
4924 u2_mel_us = DIV_ROUND_UP(udev->u2_params.mel, 1000); in calculate_max_exit_latency()
4944 int mel; in xhci_enable_usb3_lpm_timeout() local
4967 mel = calculate_max_exit_latency(udev, state, hub_encoded_timeout); in xhci_enable_usb3_lpm_timeout()
4968 if (mel < 0) { in xhci_enable_usb3_lpm_timeout()
4971 mel = 0; in xhci_enable_usb3_lpm_timeout()
4974 ret = xhci_change_max_exit_latency(xhci, udev, mel); in xhci_enable_usb3_lpm_timeout()
4984 u16 mel; in xhci_disable_usb3_lpm_timeout() local
[all …]
/openbmc/openbmc/poky/meta/conf/machine/include/mips/
H A Darch-mips.inc11 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'bigendian', ' -meb', ' -mel', d)}"
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-devices-node82 Contact: Mel Gorman <mel@csn.ul.ie>
/openbmc/linux/include/linux/
H A Dusb.h550 unsigned int mel; member
/openbmc/linux/drivers/usb/core/
H A Dhub.c225 total_mel = hub_lpm_params->mel + in usb_set_lpm_mel()
249 udev_lpm_params->mel = total_mel; in usb_set_lpm_mel()