Home
last modified time | relevance | path

Searched refs:old_syssts (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dr8a66597-hcd.c522 unsigned short syssts, old_syssts; in r8a66597_check_syssts() local
526 old_syssts = r8a66597_read(r8a66597, get_syssts_reg(port) & LNST); in r8a66597_check_syssts()
531 if (syssts == old_syssts) { in r8a66597_check_syssts()
535 old_syssts = syssts; in r8a66597_check_syssts()
/openbmc/linux/drivers/usb/host/
H A Dr8a66597.h91 u16 old_syssts; member
H A Dr8a66597-hcd.c998 rh->old_syssts = r8a66597_read(r8a66597, get_syssts_reg(port)) & LNST; in start_root_hub_sampling()
1707 if (tmp == rh->old_syssts) { in r8a66597_root_hub_control()
1715 rh->old_syssts = tmp; in r8a66597_root_hub_control()