Searched refs:packet_base (Results 1 – 4 of 4) sorted by relevance
57 uchar *packet_base; in fastboot_udp_send_info() local68 packet_base = packet; in fastboot_udp_send_info()78 len = packet - packet_base; in fastboot_udp_send_info()82 memcpy(last_packet, packet_base, last_packet_len); in fastboot_udp_send_info()124 uchar *packet_base; in fastboot_send() local139 packet_base = packet; in fastboot_send()196 memcpy(packet_base, &response_header, in fastboot_send()208 len = packet - packet_base; in fastboot_send()212 memcpy(last_packet, packet_base, last_packet_len); in fastboot_send()
15 phys_addr_t packet_base; member
104 .packet_base = CONFIG_SYS_ETHOC_BUFFER_ADDR,
696 pdata->packet_base = addr; in ethoc_of_to_plat()706 if (pdata->packet_base) { in ethoc_probe()707 priv->packet_phys = pdata->packet_base; in ethoc_probe()708 priv->packet = ioremap(pdata->packet_base, in ethoc_probe()
Completed in 8 milliseconds