高通平台开发系列讲解(PCIE篇)图解PCIe EP驱动初始化流程
【摘要】
文章目录
沉淀、分享、成长,让自己和他人都能有所收获!😄
📢本篇章主要图解PCIe EP驱动初始化流程
MDM PCIe EP驱动初始化的时序图如下:
The...
沉淀、分享、成长,让自己和他人都能有所收获!😄
📢本篇章主要图解PCIe EP驱动初始化流程
MDM PCIe EP
驱动初始化的时序图如下:
The MHI performs initialization after the system boots up.
The PCIe default parameters are set; this includes setting the device type to EP mode.
The PCIe EP core is configured so that BAR0 points to base address of the MHI register interface
The link training and status state machine (LTSSM) is enabled.
Once the host programs BAR0, the device is enabled as the bus master.
其中,在上图右侧,当ep_pcie_probe()
被调用后,具体将执行
文章来源: xuesong.blog.csdn.net,作者:内核笔记,版权归原作者所有,如需转载,请联系作者。
原文链接:xuesong.blog.csdn.net/article/details/124980153
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)