Searched defs:chip_data (Results 1 – 8 of 8) sorted by relevance
46 struct chip_data { struct47 u16 cr0;48 u8 cs; /* chip select pin */49 u8 n_bytes; /* current is a 1/2/4 byte op */50 u8 tmode; /* TR/TO/RO/EEPROM */51 u8 type; /* SPI/SSP/MicroWire */53 u8 poll_mode; /* 1 means use poll mode */55 u32 dma_width;56 u32 rx_threshold;57 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
417 struct chip_data { struct418 u32 cr0;419 u16 cr1;420 u16 dmacr;421 u16 cpsr;422 u8 n_bytes;423 bool enable_dma;424 enum ssp_reading read;425 enum ssp_writing write;426 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
77 static const struct chip_data { struct78 enum power_supply_property psp;79 u8 addr;80 int min_value;81 int max_value;
321 struct combiner_chip_data *chip_data = irq_get_handler_data(irq); in combiner_handle_cascade_irq() local
302 struct gic_chip_data *chip_data = irq_get_handler_data(irq); in gic_handle_cascade_irq() local
144 void *chip_data; member