Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dedd.h51 #define EDD_MBR_SIG_MAX 16 /* max number of signatures to store */ macro
183 unsigned int mbr_signature[EDD_MBR_SIG_MAX];
/linux-3.4.99/arch/x86/include/asm/
Dbootparam.h118 __u32 edd_mbr_sig_buffer[EDD_MBR_SIG_MAX]; /* 0x290 */
/linux-3.4.99/arch/x86/boot/
Dedd.c161 for (devno = 0x80; devno < 0x80+EDD_MBR_SIG_MAX; devno++) { in query_edd()
/linux-3.4.99/drivers/firmware/
Dedd.c73 static struct edd_device *edd_devices[EDD_MBR_SIG_MAX];
85 return edev->index < min_t(unsigned char, edd.mbr_signature_nr, EDD_MBR_SIG_MAX); in edd_has_mbr_signature()
737 min_t(unsigned char, EDD_MBR_SIG_MAX, edd.mbr_signature_nr), in edd_num_devices()