Searched refs:reg_width (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | sh_intc.h | 41 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
|
D | sh_pfc.h | 45 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/ |
D | htc-egpio.h | 43 int reg_width; member
|
/include/linux/bcma/ |
D | bcma.h | 43 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/ |
D | ssb.h | 207 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()
|