Home
last modified time | relevance | path

Searched full:usbcmd (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/usb/host/
H A Duhci-debug.c308 unsigned short usbcmd, usbstat, usbint, usbfrnum; in uhci_show_status() local
314 usbcmd = uhci_readw(uhci, USBCMD); in uhci_show_status()
323 out += sprintf(out, " usbcmd = %04x %s%s%s%s%s%s%s%s\n", in uhci_show_status()
324 usbcmd, in uhci_show_status()
325 (usbcmd & USBCMD_MAXP) ? "Maxp64 " : "Maxp32 ", in uhci_show_status()
326 (usbcmd & USBCMD_CF) ? "CF " : "", in uhci_show_status()
327 (usbcmd & USBCMD_SWDBG) ? "SWDBG " : "", in uhci_show_status()
328 (usbcmd & USBCMD_FGR) ? "FGR " : "", in uhci_show_status()
329 (usbcmd & USBCMD_EGSM) ? "EGSM " : "", in uhci_show_status()
330 (usbcmd & USBCMD_GRESET) ? "GRESET " : "", in uhci_show_status()
[all …]
H A Duhci-hcd.c192 uhci_writew(uhci, USBCMD_HCRESET, USBCMD); in uhci_generic_reset_hc()
195 if (uhci_readw(uhci, USBCMD) & USBCMD_HCRESET) in uhci_generic_reset_hc()
202 uhci_writew(uhci, 0, USBCMD); in uhci_generic_reset_hc()
225 cmd = uhci_readw(uhci, USBCMD); in uhci_generic_check_and_reset_hc()
349 uhci_writew(uhci, egsm_enable | USBCMD_CF, USBCMD); in suspend_rh()
402 uhci_writew(uhci, USBCMD_RS | USBCMD_CF | USBCMD_MAXP, USBCMD); in start_rh()
427 egsm = uhci_readw(uhci, USBCMD) & USBCMD_EGSM; in wakeup_rh()
429 uhci_writew(uhci, USBCMD_FGR | USBCMD_CF | egsm, USBCMD); in wakeup_rh()
437 uhci_writew(uhci, USBCMD_CF, USBCMD); in wakeup_rh()
440 if (uhci_readw(uhci, USBCMD) & USBCMD_FGR) in wakeup_rh()
H A Dehci-timer.c10 /* Set a bit in the USBCMD register */
20 /* Clear a bit in the USBCMD register */
H A Duhci-hcd.h18 #define USBCMD 0 macro
568 case USBCMD: in uhci_aspeed_reg()
H A Dxhci.h79 * @command: USBCMD - xHC command register
122 /* USBCMD - USB command - command bitmasks */
/linux/Documentation/devicetree/bindings/usb/
H A Dcdns,usb3.yaml34 - description: interrupt used to wake up core, e.g when usbcmd.rs is
/linux/drivers/usb/phy/
H A Dphy-mv-usb.h106 u32 usbcmd; /* Command register */ member
H A Dphy-fsl-usb.h301 u32 usbcmd; /* USB Command Register */ member
/linux/drivers/usb/cdns3/
H A Dhost.c37 /* set usbcmd.EU3S */ in xhci_cdns3_plat_start()
H A Dcdnsp-gadget.h100 * @command: USBCMD - Controller command register.
170 /* USBCMD - USB command - bitmasks. */
/linux/drivers/usb/chipidea/
H A Dbits.h39 /* USBCMD */
H A Ddebug.c269 seq_printf(s, "USBCMD reg: %08x\n", tmp_reg); in ci_registers_show()
H A Dhost.c358 * usbcmd.rs may not be set before the resume has in ci_ehci_bus_suspend()
/linux/drivers/usb/gadget/udc/
H A Dfsl_usb2_udc.h32 u32 usbcmd; /* USB Command Register */ member
69 u32 usbcmd; /* USB Command Register */ member
H A Dmv_udc.h141 u32 usbcmd; /* Command register */ member
H A Dmv_u3d.h130 u32 usbcmd; /* Command register */ member
/linux/include/linux/usb/
H A Dehci_def.h56 /* USBCMD: offset 0x00 */
/linux/drivers/usb/dwc3/
H A Ddrd.c99 * If we don't do this then xhci_reset (USBCMD.HCRST) will reset in dwc3_otgregs_init()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h230 /* USBCMD: offset 0x00 */
H A Dfotg210-hcd.c985 /* Set a bit in the USBCMD register */
995 /* Clear a bit in the USBCMD register */
4918 * periodic_size can shrink by USBCMD update if hcc_params allows. in hcd_fotg210_init()
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c696 * periodic_size can shrink by USBCMD update if hcc_params allows. in priv_init()