Home
last modified time | relevance | path

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

/bsp/raspberry-pi/raspi3-64/driver/
A Dmbox.c104 char * mac_str = (char *)&mbox[5]; in bcm283x_mbox_hardware_get_mac_address() local
105 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()
/bsp/raspberry-pi/raspi4-64/drivers/
A Dmbox.c168 char * mac_str = (char *)&mbox[5]; in bcm271x_mbox_hardware_get_mac_address() local
169 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()
/bsp/raspberry-pi/raspi4-32/driver/
A Dmbox.c167 char * mac_str = (char *)&mbox[5]; in bcm271x_mbox_hardware_get_mac_address() local
168 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