Searched defs:chip_data (Results 1 – 16 of 16) sorted by relevance
93 struct chip_data { struct94 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;[all …]
32 struct chip_data { struct33 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;[all …]
432 struct chip_data { struct433 u32 cr0;434 u16 cr1;435 u16 dmacr;436 u16 cpsr;437 u8 n_bytes;438 bool enable_dma;439 enum ssp_reading read;440 enum ssp_writing write;441 void (*cs_control) (u32 command);[all …]
105 struct chip_data { struct121 struct chip_data *cur_chip; argument
165 const struct tegra_slink_chip_data *chip_data; member
230 struct htcpld_chip *chip_data = in htcpld_chip_set() local250 struct htcpld_chip *chip_data; in htcpld_chip_set_ni() local260 struct htcpld_chip *chip_data; in htcpld_chip_get() local294 struct htcpld_chip *chip_data; in htcpld_chip_to_irq() local306 struct htcpld_chip *chip_data = i2c_get_clientdata(client); in htcpld_chip_reset() local
34 struct mtk_sysirq_chip_data *chip_data = data->chip_data; in mtk_sysirq_set_type() local124 struct mtk_sysirq_chip_data *chip_data; in mtk_sysirq_of_init() local
93 struct vf610_mscm_ir_chip_data *chip_data = data->chip_data; in vf610_mscm_ir_enable() local110 struct vf610_mscm_ir_chip_data *chip_data = data->chip_data; in vf610_mscm_ir_disable() local
65 struct combiner_chip_data *chip_data = irq_get_handler_data(irq); in combiner_handle_cascade_irq() local96 struct combiner_chip_data *chip_data = irq_data_get_irq_chip_data(d); in combiner_set_affinity() local
299 struct gic_chip_data *chip_data = irq_get_handler_data(irq); in gic_handle_cascade_irq() local
82 static const struct chip_data { struct83 enum power_supply_property psp;84 u8 addr;85 int min_value;86 int max_value;
915 void *chip_data) in irq_domain_set_hwirq_and_chip()942 void *chip_data, irq_flow_handler_t handler, in irq_domain_set_info()
186 void *chip_data; member
88 void *chip_data; member
163 void *chip_data; member
223 const struct tegra_dma_chip_data *chip_data; member