Lines Matching defs:chip_data
32 struct chip_data { struct
33 u16 cr0;
34 u8 cs; /* chip select pin */
35 u8 n_bytes; /* current is a 1/2/4 byte op */
36 u8 tmode; /* TR/TO/RO/EEPROM */
37 u8 type; /* SPI/SSP/MicroWire */
39 u8 poll_mode; /* 1 means use poll mode */
41 u32 dma_width;
42 u32 rx_threshold;
43 u32 tx_threshold;
44 u8 enable_dma;
45 u8 bits_per_word;
46 u16 clk_div; /* baud rate divider */
47 u32 speed_hz; /* baud rate */
48 void (*cs_control)(u32 command);