Home | History | Annotate | Download | only in net

Lines Matching refs:l2

1103 	 unsigned char st1,st2,adv1,adv2,l1,l2;
1110 l2=ReadMII(5,ioaddr)&0xFF;
1111 printf(" status 0x%hhX%hhX, advertising 0x%hhX%hhX, link 0x%hhX%hhX\n", st1,st2,adv1,adv2,l1,l2);