Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dr8a66597-hcd.c526 old_syssts = r8a66597_read(r8a66597, get_syssts_reg(port) & LNST); in r8a66597_check_syssts()
530 syssts = r8a66597_read(r8a66597, get_syssts_reg(port) & LNST); in r8a66597_check_syssts()
H A Dr8a66597.h525 static inline unsigned long get_syssts_reg(int port) in get_syssts_reg() function