Searched refs:imode (Results 1 – 7 of 7) sorted by relevance
738 struct gs_identify_mode *imode; in gs_usb_set_identify() local741 imode = kmalloc(sizeof(*imode), GFP_KERNEL); in gs_usb_set_identify()743 if (!imode) in gs_usb_set_identify()747 imode->mode = cpu_to_le32(GS_CAN_IDENTIFY_ON); in gs_usb_set_identify()749 imode->mode = cpu_to_le32(GS_CAN_IDENTIFY_OFF); in gs_usb_set_identify()759 imode, in gs_usb_set_identify()760 sizeof(*imode), in gs_usb_set_identify()763 kfree(imode); in gs_usb_set_identify()
149 if ((priv->imode == CVMX_HELPER_INTERFACE_MODE_GMII && in cvm_oct_rgmii_open()151 (priv->imode == CVMX_HELPER_INTERFACE_MODE_RGMII)) { in cvm_oct_rgmii_open()
62 int imode; member
783 priv->imode = CVMX_HELPER_INTERFACE_MODE_DISABLED; in cvm_oct_probe()808 cvmx_helper_interface_mode_t imode = in cvm_oct_probe() local836 priv->imode = imode; in cvm_oct_probe()849 switch (priv->imode) { in cvm_oct_probe()
28 ARC_CALL0(imode); in ArcEnterInteractiveMode()
867 u8 imode; in bgmac_miiconfig() local869 imode = (bgmac_read(bgmac, BGMAC_DEV_STATUS) & in bgmac_miiconfig()871 if (imode == 0 || imode == 1) { in bgmac_miiconfig()
198 LONG imode; /* Enter PROM interactive mode. */ member