2009-05-19 06:38:05 Where I can fine this functions
Miquel Soler i Mir (SPAIN)
Message: 74250
Hello to everybody.
I'm trying to understand the Hitachi TX09D70VM1CDA TFT driver from bluetechnix.
Where I can fine the definition of for example:
1.- bfin_write_timer_enable (......)
Where I can fine the documentacion of the timer to work in kernel space ?
For DMA I found the documentation in wiki_documentation.
Thanks.
Miquel Soler i Mir
TranslateQuoteReplyEditDelete
2009-05-19 06:47:04 Re: Where I can fine this functions
Mike Frysinger (UNITED STATES)
Message: 74251
i think you typed it wrong. case matters because it is bfin_write_TIMER_ENABLE(). that is a MMR.
QuoteReplyEditDelete
2009-05-19 07:27:20 Re: Where I can fine this functions
Miquel Soler i Mir (SPAIN)
Message: 74253
Thanks Mike.
The correct call is: bfin_write_TIMER_ENABLE(1 << TIMER_BACKLIGHT);
I think this function is in : #include <linux/timer.h>
Where I can read this file?
Where I can fine the documentation about MMR?
Thanks.
Miquel Soler i Mir
I'm sorry for my low level of knolegments, I'm working to solve this.
TranslateQuoteReplyEditDelete
2009-05-19 07:32:40 Re: Where I can fine this functions
Mike Frysinger (UNITED STATES)
Message: 74254
download the HRM for your Blackfin variant