[media] cec: update log_addr[] before finishing configuration
[linux-2.6/btrfs-unstable.git] / include / linux / platform_data / spi-nuc900.h
blob4b3f46832e197b6fab7214dec07a7a149063be60
1 /*
2 * Copyright (c) 2009 Nuvoton technology corporation.
4 * Wan ZongShun <mcuos.com@gmail.com>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation;version 2 of the License.
12 #ifndef __SPI_NUC900_H
13 #define __SPI_NUC900_H
15 extern void mfp_set_groupg(struct device *dev, const char *subname);
17 struct nuc900_spi_info {
18 unsigned int num_cs;
19 unsigned int lsb;
20 unsigned int txneg;
21 unsigned int rxneg;
22 unsigned int divider;
23 unsigned int sleep;
24 unsigned int txnum;
25 unsigned int txbitlen;
26 int bus_num;
29 struct nuc900_spi_chip {
30 unsigned char bits_per_word;
33 #endif /* __SPI_NUC900_H */