Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.c844 U32 u32Connection; in ms_hub_port_debounce() local
846 u32Connection = 0; in ms_hub_port_debounce()
856 if ((U16) (u16Portstatus & USB_PORT_STAT_CONNECTION) == u32Connection) in ms_hub_port_debounce()
858 if (u32Connection) in ms_hub_port_debounce()
868 u32Connection = u16Portstatus & USB_PORT_STAT_CONNECTION; in ms_hub_port_debounce()