Searched defs:reg_width (Results 1 - 5 of 5) sorted by relevance

/include/linux/mfd/
H A Dhtc-egpio.h19 * (number of registers = DIV_ROUND_UP(num_gpios, reg_width))
34 * @reg_width: number of bits per register, either 8 or 16 bit
43 int reg_width; member in struct:htc_egpio_platform_data
/include/linux/
H A Dsh_intc.h41 unsigned long reg, reg_width; member in struct:intc_subgroup
47 unsigned long set_reg, clr_reg, reg_width; member in struct:intc_mask_reg
58 unsigned long set_reg, clr_reg, reg_width, field_width; member in struct:intc_prio_reg
66 unsigned long reg, reg_width, field_width; member in struct:intc_sense_reg
H A Dsh_pfc.h45 unsigned long reg, reg_width, field_width; member in struct:pinmux_cfg_reg
52 .reg = r, .reg_width = r_width, .field_width = f_width, \
57 .reg = r, .reg_width = r_width, \
63 unsigned long reg, reg_width, reg_shadow; member in struct:pinmux_data_reg
69 .reg = r, .reg_width = r_width, \
/include/linux/bcma/
H A Dbcma.h43 size_t count, u16 offset, u8 reg_width);
45 size_t count, u16 offset, u8 reg_width);
245 size_t count, u16 offset, u8 reg_width)
247 core->bus->ops->block_read(core, buffer, count, offset, reg_width);
251 u16 offset, u8 reg_width)
253 core->bus->ops->block_write(core, buffer, count, offset, reg_width);
244 bcma_block_read(struct bcma_device *core, void *buffer, size_t count, u16 offset, u8 reg_width) argument
249 bcma_block_write(struct bcma_device *core, const void *buffer, size_t count, u16 offset, u8 reg_width) argument
/include/linux/ssb/
H A Dssb.h207 size_t count, u16 offset, u8 reg_width);
209 size_t count, u16 offset, u8 reg_width);
544 size_t count, u16 offset, u8 reg_width)
546 dev->ops->block_read(dev, buffer, count, offset, reg_width);
550 size_t count, u16 offset, u8 reg_width)
552 dev->ops->block_write(dev, buffer, count, offset, reg_width);
543 ssb_block_read(struct ssb_device *dev, void *buffer, size_t count, u16 offset, u8 reg_width) argument
549 ssb_block_write(struct ssb_device *dev, const void *buffer, size_t count, u16 offset, u8 reg_width) argument

Completed in 117 milliseconds