2008-10-17 14:06:22 Can't find definitions for write_BAUD, write_FLAG, etc.
Jay Ku (UNITED STATES)
Message: 63860
Hi,
I feel pretty dumb having to post this, but I've done a bunch of searching/grepping and I can't seem to find the definitions of write_FLAG, write_BAUD, etc. in spi_bfin5xx.c. Can someone point me to these?
Thanks,
Jay
QuoteReplyEditDelete
2008-10-17 14:14:28 Re: Can't find definitions for write_BAUD, write_FLAG, etc.
Mike Frysinger (UNITED STATES)
Message: 63861
they're all in the spi driver at the top of it
QuoteReplyEditDelete
2008-10-17 16:35:46 Re: Can't find definitions for write_BAUD, write_FLAG, etc.
Jay Ku (UNITED STATES)
Message: 63868
I see... via DEFINE_SPI_REG. Not exactly the most readable way to code that sort of thing.
Thanks,
Jay
QuoteReplyEditDelete
2008-10-17 16:48:25 Re: Can't find definitions for write_BAUD, write_FLAG, etc.
Mike Frysinger (UNITED STATES)
Message: 63869
readable loses out to maintainable