Searched defs:chip_data (Results 1 – 7 of 7) sorted by relevance
45 struct chip_data { struct46 u16 cr0;47 u8 cs; /* chip select pin */48 u8 n_bytes; /* current is a 1/2/4 byte op */49 u8 tmode; /* TR/TO/RO/EEPROM */50 u8 type; /* SPI/SSP/MicroWire */52 u8 poll_mode; /* 1 means use poll mode */54 u32 dma_width;55 u32 rx_threshold;56 u32 tx_threshold;[all …]
153 struct chip_data { struct154 u32 cr0;155 u32 cr1;156 u32 psp;180 struct chip_data *chip = drv_data->cur_chip; in cs_assert() argument
416 struct chip_data { struct417 u32 cr0;418 u16 cr1;419 u16 dmacr;420 u16 cpsr;421 u8 n_bytes;422 bool enable_dma;423 enum ssp_reading read;424 enum ssp_writing write;425 void (*cs_control) (u32 command);[all …]
230 struct htcpld_chip *chip_data; in htcpld_chip_set() local253 struct htcpld_chip *chip_data; in htcpld_chip_set_ni() local263 struct htcpld_chip *chip_data; in htcpld_chip_get() local310 struct htcpld_chip *chip_data; in htcpld_chip_to_irq() local322 struct htcpld_chip *chip_data = i2c_get_clientdata(client); in htcpld_chip_reset() local
57 struct combiner_chip_data *chip_data = irq_get_handler_data(irq); in combiner_handle_cascade_irq() local
216 struct gic_chip_data *chip_data = irq_get_handler_data(irq); in gic_handle_cascade_irq() local
138 void *chip_data; member