Searched refs:sdlc (Results 1 – 2 of 2) sorted by relevance
306 writel(0x01, micro->sdlc + 0x0); /* Select UART mode */ in micro_reset_comm()393 micro->sdlc = devm_platform_ioremap_resource(pdev, 1); in micro_probe()394 if (IS_ERR(micro->sdlc)) in micro_probe()395 return PTR_ERR(micro->sdlc); in micro_probe()
112 void __iomem *sdlc; member