Home
last modified time | relevance | path

Searched refs:net2272_write (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/usb/gadget/udc/
Dnet2272.c231 net2272_write(dev, IRQENB0, tmp); in net2272_enable()
413 net2272_write(ep->dev, LOCCTL, tmp & ~(1 << DATA_WIDTH)); in net2272_write_packet()
415 net2272_write(ep->dev, LOCCTL, tmp); in net2272_write_packet()
672 net2272_write(dev, DMAREQ, in net2272_request_dma()
763 net2272_write(ep->dev, DMAREQ, in net2272_kick_dma()
1109 net2272_write(dev, USBCTL1, (1 << GENERATE_RESUME)); in net2272_wakeup()
1145 net2272_write(dev, USBCTL0, tmp); in net2272_pullup()
1299 net2272_write(dev, LOCCTL, tmp); in net2272_set_fifo_mode()
1339 net2272_write(dev, IRQENB0, 0); in net2272_usb_reset()
1340 net2272_write(dev, IRQENB1, 0); in net2272_usb_reset()
[all …]
Dnet2272.h479 net2272_write(struct net2272 *dev, unsigned int reg, u8 value) in net2272_write() function
526 net2272_write(dev, PAGESEL, ep->num); in net2272_ep_write()
529 net2272_write(dev, reg, value); in net2272_ep_write()
538 net2272_write(dev, PAGESEL, ep->num); in net2272_ep_read()