Searched refs:SAF1761_WRITE_LE_4 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/usb/controller/
H A Dsaf1761_otg.c208 SAF1761_WRITE_LE_4(sc, SOTG_MODE, temp | SOTG_MODE_SNDRSU);
209 SAF1761_WRITE_LE_4(sc, SOTG_MODE, temp & ~SOTG_MODE_SNDRSU);
281 SAF1761_WRITE_LE_4(sc, SOTG_INT_PTD_SKIP_PTD,
290 SAF1761_WRITE_LE_4(sc, SOTG_ISO_PTD_SKIP_PTD,
299 SAF1761_WRITE_LE_4(sc, SOTG_ATL_PTD_SKIP_PTD,
313 SAF1761_WRITE_LE_4(sc, SOTG_MEMORY_REG, offset);
338 SAF1761_WRITE_LE_4(sc, SOTG_MEMORY_REG, offset);
468 SAF1761_WRITE_LE_4(sc, pdt_addr + SOTG_PTD_DW7, 0);
469 SAF1761_WRITE_LE_4(sc, pdt_addr + SOTG_PTD_DW6, 0);
470 SAF1761_WRITE_LE_4(s
[all...]
H A Dsaf1761_otg.h49 #define SAF1761_WRITE_LE_4(sc, reg, data) do { \ macro

Completed in 168 milliseconds