Searched refs:ISP176x_DC_DATAPORT (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/usb/isp1760/
H A Disp1760-regs.h215 #define ISP176x_DC_DATAPORT 0x0220 macro
H A Disp1760-udc.c270 *buf = isp1760_udc_read_raw(udc, ISP176x_DC_DATAPORT);
272 *(u16 *)buf = isp1760_udc_read_raw16(udc, ISP176x_DC_DATAPORT);
326 isp1760_udc_write_raw(udc, ISP176x_DC_DATAPORT, *buf);
328 isp1760_udc_write_raw16(udc, ISP176x_DC_DATAPORT, *(u16 *)buf);
550 isp1760_udc_write_raw16(udc, ISP176x_DC_DATAPORT, status);
732 req.data[0] = isp1760_udc_read_raw(udc, ISP176x_DC_DATAPORT);
733 req.data[1] = isp1760_udc_read_raw(udc, ISP176x_DC_DATAPORT);

Completed in 230 milliseconds