Home
last modified time | relevance | path

Searched refs:tmp16 (Results 1 – 4 of 4) sorted by relevance

/u-boot/lib/
A Duuid.c316 uint16_t tmp16; in uuid_str_to_bin() local
332 tmp16 = cpu_to_be16(hextoul(uuid_str + 9, NULL)); in uuid_str_to_bin()
333 memcpy(uuid_bin + 4, &tmp16, 2); in uuid_str_to_bin()
335 tmp16 = cpu_to_be16(hextoul(uuid_str + 14, NULL)); in uuid_str_to_bin()
336 memcpy(uuid_bin + 6, &tmp16, 2); in uuid_str_to_bin()
341 tmp16 = cpu_to_le16(hextoul(uuid_str + 9, NULL)); in uuid_str_to_bin()
342 memcpy(uuid_bin + 4, &tmp16, 2); in uuid_str_to_bin()
344 tmp16 = cpu_to_le16(hextoul(uuid_str + 14, NULL)); in uuid_str_to_bin()
345 memcpy(uuid_bin + 6, &tmp16, 2); in uuid_str_to_bin()
348 tmp16 = cpu_to_be16(hextoul(uuid_str + 19, NULL)); in uuid_str_to_bin()
[all …]
/u-boot/drivers/usb/eth/
A Dasix88179.c293 u16 *tmp16; in asix_basic_reset() local
296 tmp16 = (u16 *)buf; in asix_basic_reset()
300 *tmp16 = 0; in asix_basic_reset()
303 *tmp16 = AX_PHYPWR_RSTCTL_IPRL; in asix_basic_reset()
364 u16 *tmp16; in asix_wait_link() local
366 tmp16 = (u16 *)buf; in asix_wait_link()
394 u16 *tmp16, mode; in asix_init_common() local
397 tmp16 = (u16 *)buf; in asix_init_common()
423 GMII_PHY_PHYSR, 2, tmp16); in asix_init_common()
425 if (!(*tmp16 & GMII_PHY_PHYSR_LINK)) { in asix_init_common()
[all …]
/u-boot/drivers/pci/
A Dpcie_layerscape_fixup.c358 u16 tmp16; in get_vf_offset_and_stride() local
365 if (entry->num_vfs > tmp16) { in get_vf_offset_and_stride()
395 &tmp16); in get_vf_offset_and_stride()
396 tmp16 &= ~PCI_SRIOV_CTRL_VFE; in get_vf_offset_and_stride()
398 tmp16); in get_vf_offset_and_stride()
422 tmp16 |= PCI_SRIOV_CTRL_ARI; in get_vf_offset_and_stride()
433 &tmp16); in get_vf_offset_and_stride()
434 tmp16 &= ~PCI_SRIOV_CTRL_ARI; in get_vf_offset_and_stride()
436 tmp16); in get_vf_offset_and_stride()
450 &tmp16); in get_vf_offset_and_stride()
[all …]
/u-boot/drivers/ata/
A Dahci.c175 u16 tmp16; in ahci_host_init() local
199 u16 tmp16; in ahci_host_init() local
201 dm_pci_read_config16(dev, 0x92, &tmp16); in ahci_host_init()
202 dm_pci_write_config16(dev, 0x92, tmp16 | 0xf); in ahci_host_init()
318 dm_pci_read_config16(dev, PCI_COMMAND, &tmp16); in ahci_host_init()
320 dm_pci_write_config16(dev, PCI_COMMAND, tmp16); in ahci_host_init()

Completed in 13 milliseconds