Lines Matching refs:l
340 u32 l; in a_idle() local
355 l = omap_readl(OTG_CTRL) & OTG_XCEIV_OUTPUTS; in a_idle()
356 omap_writel(l, OTG_CTRL); in a_idle()
357 isp->last_otg_ctrl = l; in a_idle()
364 u32 l; in b_idle() local
379 l = omap_readl(OTG_CTRL) & OTG_XCEIV_OUTPUTS; in b_idle()
380 omap_writel(l, OTG_CTRL); in b_idle()
381 isp->last_otg_ctrl = l; in b_idle()
626 u32 l; in otg_update_isp() local
644 l = omap_readl(OTG_CTRL); in otg_update_isp()
645 l |= OTG_PULLUP; in otg_update_isp()
646 omap_writel(l, OTG_CTRL); in otg_update_isp()
825 u32 l; in isp1301_otg_init() local
832 l = omap_readl(OTG_SYSCON_2); in isp1301_otg_init()
833 l |= OTG_EN in isp1301_otg_init()
843 omap_writel(l, OTG_SYSCON_2); in isp1301_otg_init()
856 l = omap_readl(OTG_SYSCON_2); in isp1301_otg_init()
857 l |= OTG_EN; in isp1301_otg_init()
858 omap_writel(l, OTG_SYSCON_2); in isp1301_otg_init()
924 u32 l; in b_peripheral() local
926 l = omap_readl(OTG_CTRL) & OTG_XCEIV_OUTPUTS; in b_peripheral()
927 omap_writel(l, OTG_CTRL); in b_peripheral()
1001 u32 l; in isp_update_otg() local
1023 l = omap_readl(OTG_CTRL) & OTG_CTRL_MASK; in isp_update_otg()
1024 l &= ~OTG_CTRL_BITS; in isp_update_otg()
1025 omap_writel(l, OTG_CTRL); in isp_update_otg()
1051 l = omap_readl(OTG_CTRL) & OTG_XCEIV_OUTPUTS; in isp_update_otg()
1052 omap_writel(l, OTG_CTRL); in isp_update_otg()
1361 u32 l; in isp1301_set_peripheral() local
1363 l = omap_readl(OTG_CTRL) & OTG_CTRL_MASK; in isp1301_set_peripheral()
1364 l &= ~(OTG_XCEIV_OUTPUTS|OTG_CTRL_BITS); in isp1301_set_peripheral()
1365 l |= OTG_ID; in isp1301_set_peripheral()
1366 omap_writel(l, OTG_CTRL); in isp1301_set_peripheral()
1441 u32 l; in isp1301_start_hnp() local
1467 l = omap_readl(OTG_CTRL); in isp1301_start_hnp()
1468 l |= OTG_A_SETB_HNPEN; in isp1301_start_hnp()
1469 omap_writel(l, OTG_CTRL); in isp1301_start_hnp()