Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dfastboot.c74 uchar *packet_base; in fastboot_send_info() local
86 packet_base = packet; in fastboot_send_info()
96 len = packet-packet_base; in fastboot_send_info()
100 memcpy(last_packet, packet_base, last_packet_len); in fastboot_send_info()
118 uchar *packet_base; in fastboot_send() local
129 packet_base = packet; in fastboot_send()
194 memcpy(packet_base, &fb_response_header, sizeof(fb_response_header)); in fastboot_send()
205 len = packet-packet_base; in fastboot_send()
209 memcpy(last_packet, packet_base, last_packet_len); in fastboot_send()
/OK3568_Linux_fs/u-boot/include/dm/platform_data/
H A Dnet_ethoc.h16 phys_addr_t packet_base; member
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dethoc.c695 pdata->packet_base = addr; in ethoc_ofdata_to_platdata()
705 if (pdata->packet_base) { in ethoc_probe()
706 priv->packet_phys = pdata->packet_base; in ethoc_probe()
707 priv->packet = ioremap(pdata->packet_base, in ethoc_probe()
/OK3568_Linux_fs/u-boot/board/cadence/xtfpga/
H A Dxtfpga.c111 .packet_base = CONFIG_SYS_ETHOC_BUFFER_ADDR,