Searched refs:hex2int (Results 1 – 2 of 2) sorted by relevance
37 hex2int(int ch) in hex2int() function58 h = hex2int(s[i]); in fromhex()
728 static unsigned int hex2int(unsigned char c) in hex2int() function893 p->port_type[0] = (u8)hex2int(vpd.port0_data[0]); in get_vpd_params()894 p->port_type[1] = (u8)hex2int(vpd.port1_data[0]); in get_vpd_params()895 p->port_type[2] = (u8)hex2int(vpd.port2_data[0]); in get_vpd_params()896 p->port_type[3] = (u8)hex2int(vpd.port3_data[0]); in get_vpd_params()902 p->eth_base[i] = hex2int(vpd.na_data[2 * i]) * 16 + in get_vpd_params()903 hex2int(vpd.na_data[2 * i + 1]); in get_vpd_params()