Home
last modified time | relevance | path

Searched refs:reg_width (Results 1 – 5 of 5) sorted by relevance

/include/linux/
Dsh_intc.h41 unsigned long reg, reg_width; member
47 unsigned long set_reg, clr_reg, reg_width; member
58 unsigned long set_reg, clr_reg, reg_width, field_width; member
66 unsigned long reg, reg_width, field_width; member
Dsh_pfc.h45 unsigned long reg, reg_width, field_width; member
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
69 .reg = r, .reg_width = r_width, \
/include/linux/mfd/
Dhtc-egpio.h43 int reg_width; member
/include/linux/bcma/
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) in bcma_block_read() argument
247 core->bus->ops->block_read(core, buffer, count, offset, reg_width); in bcma_block_read()
251 u16 offset, u8 reg_width) in bcma_block_write() argument
253 core->bus->ops->block_write(core, buffer, count, offset, reg_width); in bcma_block_write()
/include/linux/ssb/
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) in ssb_block_read() argument
546 dev->ops->block_read(dev, buffer, count, offset, reg_width); in ssb_block_read()
550 size_t count, u16 offset, u8 reg_width) in ssb_block_write() argument
552 dev->ops->block_write(dev, buffer, count, offset, reg_width); in ssb_block_write()