Searched refs:w_offset (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dselection.h32 extern unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed);
H A Dmemstick.h146 unsigned char w_offset; member in struct:ms_register_addr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_hw.c920 uint32_t pib_cnt, r_offset, w_offset; local
928 crystalhd_mem_rd(hw->adp, Q_addr + sizeof(uint32_t), 1, &w_offset);
930 if (r_offset == w_offset)
933 if (w_offset > r_offset)
934 pib_cnt = w_offset - r_offset;
936 pib_cnt = (w_offset + MAX_PIB_Q_DEPTH) -
950 uint32_t addr_entry, r_offset, w_offset; local
958 crystalhd_mem_rd(hw->adp, Q_addr + sizeof(uint32_t), 1, &w_offset);
961 if (r_offset == w_offset)
986 uint32_t r_offset, w_offset, n_offse local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dbio_ber.c101 int w_offset; member in struct:bio_ber_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/memstick/core/
H A Dmemstick.c397 card->reg_addr.w_offset = offsetof(struct ms_register, id);
H A Dmspro_block.c1134 card->reg_addr.w_offset = offsetof(struct mspro_register, param);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvt.c4145 unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed) argument
4147 return screenpos(vc, 2 * w_offset, viewed);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dwlioctl.h5456 int16 w_offset[TOF_BW_NUM]; /* offset of threshold crossing window(per BW) */ member in struct:wl_proxd_params_tof_tune

Completed in 288 milliseconds