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

/drivers/usb/dwc2/
H A Dhw.h227 #define GSNPSID HSOTG_REG(0x0040) macro
H A Dcore.c1934 addr = hsotg->regs + GSNPSID;
1935 dev_dbg(hsotg->dev, "GSNPSID @0x%08lX : 0x%08X\n",
2675 * Read and verify the GSNPSID register contents. The value should be
2679 hw->snpsid = readl(hsotg->regs + GSNPSID);
2682 dev_err(hsotg->dev, "Bad value for GSNPSID: 0x%08x\n",
2834 if (readl(hsotg->regs + GSNPSID) == 0xffffffff)
/drivers/usb/dwc3/
H A Ddebugfs.c50 dump_register(GSNPSID),

Completed in 180 milliseconds