Home
last modified time | relevance | path

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

/arch/mips/rb532/
Ddevices.c252 static void __init parse_mac_addr(char *macstr) in parse_mac_addr() argument
257 if (i != 5 && *(macstr + 2) != ':') in parse_mac_addr()
260 h = hex_to_bin(*macstr++); in parse_mac_addr()
264 l = hex_to_bin(*macstr++); in parse_mac_addr()
268 macstr++; in parse_mac_addr()