Searched refs:tag (Results 1 – 5 of 5) sorted by relevance
| /platform/qemu-virt-m68k/ |
| A D | bootinfo.c | 19 static const char *bootinfo_tag_to_string(enum BOOTINFO_TAGS tag) { in bootinfo_tag_to_string() argument 20 switch (tag) { in bootinfo_tag_to_string() 41 …printf("item %p: tag %hx (%s), size %hu\n", item, item->tag, bootinfo_tag_to_string(item->tag), it… in dump_bootinfo_record() 53 if (item->tag == BOOTINFO_TAG_END) { in dump_all_bootinfo_records() 72 if (item->tag == BOOTINFO_TAG_END) { in bootinfo_find_record() 80 if (item->tag == id) { in bootinfo_find_record() 83 } else if (item->tag == 0) { // end token in bootinfo_find_record()
|
| A D | bootinfo.h | 14 uint16_t tag; member
|
| /platform/lpc43xx/ |
| A D | udc-common.c | 26 desc->tag = (type << 8) | num; in udc_descriptor_alloc() 35 .tag = 0x0300, 43 udc_descriptor_t *udc_descriptor_find(unsigned tag) { in udc_descriptor_find() argument 46 if (desc->tag == tag) { in udc_descriptor_find() 51 printf("cant find %08x\n", tag); in udc_descriptor_find() 85 return desc->tag & 0xff; in udc_string_desc_alloc()
|
| A D | udc-common.h | 58 uint16_t tag; /* ((TYPE << 8) | NUM) */ member 67 udc_descriptor_t *udc_descriptor_find(unsigned tag);
|
| /platform/bcm28xx/include/platform/ |
| A D | mailbox.h | 77 uint32_t _get_vcore_single(uint32_t tag, uint32_t req_len, uint8_t *rsp, uint32_t rsp_len);
|
Completed in 6 milliseconds