Searched defs:w_offset (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/comedi/drivers/addi-data/
H A Daddi_eeprom.c155 void v_EepromCs76Read(unsigned int dw_Address, unsigned short w_offset, unsigned short *pw_Value);
626 | unsigned short w_offset, |
638 | unsigned short w_offset : Offset of the address to read |
654 void v_EepromCs76Read(unsigned int dw_Address, unsigned short w_offset, unsigned short *pw_Value) argument
669 v_EepromSendCommand76(dw_Address, (EE_READ << 4) | (w_offset / 2),
678 dw_RegisterValue = (((w_offset / 2) & 0x1) << 2) | 0x2;
/drivers/staging/crystalhd/
H A Dcrystalhd_hw.c926 uint32_t pib_cnt, r_offset, w_offset; local
934 crystalhd_mem_rd(hw->adp, Q_addr + sizeof(uint32_t), 1, &w_offset);
936 if (r_offset == w_offset)
939 if (w_offset > r_offset)
940 pib_cnt = w_offset - r_offset;
942 pib_cnt = (w_offset + MAX_PIB_Q_DEPTH) -
956 uint32_t addr_entry, r_offset, w_offset; local
964 crystalhd_mem_rd(hw->adp, Q_addr + sizeof(uint32_t), 1, &w_offset);
967 if (r_offset == w_offset)
992 uint32_t r_offset, w_offset, n_offse local
[all...]
/drivers/tty/vt/
H A Dvt.c4172 unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed) argument
4174 return screenpos(vc, 2 * w_offset, viewed);

Completed in 162 milliseconds