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