HomeSort by relevance Sort by last modified time
    Searched refs:sfi_table_header (Results 1 - 3 of 3) sorted by null

  /external/u-boot/arch/x86/include/asm/
sfi.h 33 ((ptable->header.len - sizeof(struct sfi_table_header)) / \
39 struct __packed sfi_table_header { struct
49 struct sfi_table_header header;
145 typedef int (*sfi_table_handler) (struct sfi_table_header *table);
  /external/u-boot/arch/x86/lib/
sfi.c 38 tab->entry_start += sizeof(struct sfi_table_header);
45 struct sfi_table_header *hdr;
47 hdr = (struct sfi_table_header *)(uintptr_t)(tab->base + tab->ptr);
  /external/u-boot/arch/x86/cpu/tangier/
sdram.c 25 static int sfi_table_check(struct sfi_table_header *sbh)
47 static int sfi_table_is_type(struct sfi_table_header *sbh, const char *signature)
70 struct sfi_table_header *sbh;
86 sbh = (struct sfi_table_header *)(unsigned long)sb->pentry[i];

Completed in 3090 milliseconds