| /rk3399_rockchip-uboot/arch/nios2/cpu/ |
| H A D | exceptions.S | 57 rdctl et, estatus 58 stw et, 128(sp) 61 rdctl et, estatus 62 andi et, et, 1 63 beq et, r0, 0f 66 rdctl et, ipending 67 beq et, r0, 0f
|
| H A D | start.S | 48 movhi et, %hi(_exception) 49 ori et, et, %lo(_exception) 50 jmp et
|
| /rk3399_rockchip-uboot/net/ |
| H A D | ping.c | 82 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in ping_receive() argument 95 eth_hdr_size = net_update_ether(et, et->et_src, PROT_IP); in ping_receive() 110 net_send_packet((uchar *)et, eth_hdr_size + len); in ping_receive()
|
| H A D | net.c | 1011 struct in_addr src_ip, struct ethernet_hdr *et) in receive_icmp() argument 1024 ping_receive(et, ip, len); in receive_icmp() 1039 struct ethernet_hdr *et; in net_process_received_packet() local 1053 et = (struct ethernet_hdr *)in_packet; in net_process_received_packet() 1068 iscdp = is_cdp_packet(et->et_dest); in net_process_received_packet() 1078 eth_proto = ntohs(et->et_protlen); in net_process_received_packet() 1081 struct e802_hdr *et802 = (struct e802_hdr *)et; in net_process_received_packet() 1097 (struct vlan_ethernet_hdr *)et; in net_process_received_packet() 1140 arp_receive(et, ip, len); in net_process_received_packet() 1217 receive_icmp(ip, len, src_ip, et); in net_process_received_packet() [all …]
|
| H A D | arp.c | 124 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in arp_receive() argument 165 eth_hdr_size = net_update_ether(et, et->et_src, PROT_ARP); in arp_receive() 185 net_send_packet((uchar *)et, eth_hdr_size + ARP_HDR_SIZE); in arp_receive()
|
| H A D | cdp.c | 111 struct ethernet_hdr *et; in cdp_send_trigger() local 120 et = (struct ethernet_hdr *)pkt; in cdp_send_trigger() 125 memcpy(et->et_dest, net_cdp_ethaddr, 6); in cdp_send_trigger() 126 memcpy(et->et_src, net_ethaddr, 6); in cdp_send_trigger() 209 et->et_protlen = htons(len); in cdp_send_trigger()
|
| H A D | ping.h | 30 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
|
| H A D | arp.h | 29 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | resource_img.c | 228 struct resource_entry *et; in resource_setup_list() local 236 et = pos + (i * stride); in resource_setup_list() 237 if (memcmp(et->tag, ENTRY_TAG, ENTRY_TAG_SIZE)) in resource_setup_list() 240 resource_add_file(et->name, et->size, in resource_setup_list() 241 blk_start, et->blk_offset, in resource_setup_list() 242 et->hash, et->hash_size, in_ram); in resource_setup_list()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | net.h | 600 int net_update_ether(struct ethernet_hdr *et, uchar *addr, uint prot);
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | mmc.c | 1649 unsigned int au, eo, et, es; local 1685 et = (ssr[3] >> 18) & 0x3F; 1686 if (es && et) { 1688 mmc->ssr.erase_timeout = (et * 1000) / es;
|