Home
last modified time | relevance | path

Searched refs:lenhi (Results 1 – 2 of 2) sorted by relevance

/linux/arch/sparc/kernel/
H A Dsystbls.h88 unsigned lenhi, unsigned lenlo,
95 u32 lenhi, u32 lenlo);
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c2370 uint8_t lenlo, lenhi; in lpfc_parse_vpd() local
2391 lenhi = vpd[index]; in lpfc_parse_vpd()
2393 i = ((((unsigned short)lenhi) << 8) + lenlo); in lpfc_parse_vpd()
2400 lenhi = vpd[index]; in lpfc_parse_vpd()
2402 Length = ((((unsigned short)lenhi) << 8) + lenlo); in lpfc_parse_vpd()