Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvBulktran.c904 int regval,regval1,regval2; in ms_usb_reset_common() local
932 regval2 = ms_usb_msc_clear_halt(ptr, ptr->bulk_send_pipe); in ms_usb_reset_common()
933 if (regval1 < 0 || regval2 < 0) in ms_usb_reset_common()
/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c5039 MS_U16 regval2 =0,i; in GOP_GWIN_SetEnable() local
5089 regval2 |= 1<<i; in GOP_GWIN_SetEnable()
5096 if ((regval2 & ~(1<<winId)) == 0) in GOP_GWIN_SetEnable()
9607 MS_U16 regval2; in Ioctl_GOP_Win_Enable() local
9664 regval2 = gwinNum; in Ioctl_GOP_Win_Enable()
9669 if ((regval2 & ~(1<<gwinId)) == 0) in Ioctl_GOP_Win_Enable()