Searched refs:ep_int (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/
H A Dusb_ether.h25 unsigned char ep_int; /* interrupt . */ member in struct:ueth_data
/u-boot/drivers/usb/eth/
H A Dusb_ether.c61 ueth->ep_int = iface->ep_desc[i].bEndpointAddress &
67 ueth->ep_int);
70 if (!ueth->ep_in || !ueth->ep_out || !ueth->ep_int) {
/u-boot/common/
H A Dusb_storage.c90 unsigned char ep_int; /* interrupt . */ member in struct:us_data
1396 ss->ep_int = ep_desc->bEndpointAddress &
1402 ss->ep_in, ss->ep_out, ss->ep_int);
1407 (ss->protocol == US_PR_CBI && ss->ep_int == 0)) {
1426 if (ss->ep_int) {
1431 ss->irqpipe = usb_rcvintpipe(ss->pusb_dev, ss->ep_int);

Completed in 57 milliseconds