*Can anyone exactly explain what the function ‘__raw_writel’ do and what are the arguments of ‘__raw_writel’*
*Can anyone exactly explain what the function ‘__raw_writel’ do and what are the arguments
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am not entirely sure what implementation or where you are using it. But judging from this, it is use to write data into I/O memory and as it is also mention at What's the difference b/w __raw_readl/__raw_writel and readl/writel in linux kernel?,
Also, you should try to look at http://lxr.free-electrons.com/source/arch/microblaze/include/asm/io.h#L66 to figure out more details and arguments for the function.