Searched refs:mac_str (Results 1 – 3 of 3) sorted by relevance
104 char * mac_str = (char *)&mbox[5]; in bcm283x_mbox_hardware_get_mac_address() local105 mac[0] = mac_str[0]; in bcm283x_mbox_hardware_get_mac_address()106 mac[1] = mac_str[1]; in bcm283x_mbox_hardware_get_mac_address()107 mac[2] = mac_str[2]; in bcm283x_mbox_hardware_get_mac_address()108 mac[3] = mac_str[3]; in bcm283x_mbox_hardware_get_mac_address()109 mac[4] = mac_str[4]; in bcm283x_mbox_hardware_get_mac_address()110 mac[5] = mac_str[5]; in bcm283x_mbox_hardware_get_mac_address()
168 char * mac_str = (char *)&mbox[5]; in bcm271x_mbox_hardware_get_mac_address() local169 mac[0] = mac_str[0]; in bcm271x_mbox_hardware_get_mac_address()170 mac[1] = mac_str[1]; in bcm271x_mbox_hardware_get_mac_address()171 mac[2] = mac_str[2]; in bcm271x_mbox_hardware_get_mac_address()172 mac[3] = mac_str[3]; in bcm271x_mbox_hardware_get_mac_address()173 mac[4] = mac_str[4]; in bcm271x_mbox_hardware_get_mac_address()174 mac[5] = mac_str[5]; in bcm271x_mbox_hardware_get_mac_address()
167 char * mac_str = (char *)&mbox[5]; in bcm271x_mbox_hardware_get_mac_address() local168 mac[0] = mac_str[0]; in bcm271x_mbox_hardware_get_mac_address()169 mac[1] = mac_str[1]; in bcm271x_mbox_hardware_get_mac_address()170 mac[2] = mac_str[2]; in bcm271x_mbox_hardware_get_mac_address()171 mac[3] = mac_str[3]; in bcm271x_mbox_hardware_get_mac_address()172 mac[4] = mac_str[4]; in bcm271x_mbox_hardware_get_mac_address()173 mac[5] = mac_str[5]; in bcm271x_mbox_hardware_get_mac_address()
Completed in 11 milliseconds