Lines Matching defs:chip_data
93 struct chip_data { struct
94 u32 cr0;
95 u32 cr1;
96 u32 dds_rate;
97 u32 psp;
98 u32 timeout;
99 u8 n_bytes;
100 u32 dma_burst_size;
101 u32 threshold;
102 u32 dma_threshold;
103 u16 lpss_rx_threshold;
104 u16 lpss_tx_threshold;
105 u8 enable_dma;
106 u8 bits_per_word;
107 u32 speed_hz;
108 union {
112 int gpio_cs_inverted;
113 int (*write)(struct driver_data *drv_data);
114 int (*read)(struct driver_data *drv_data);
115 void (*cs_control)(u32 command);