Home
last modified time | relevance | path

Searched refs:_V (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/staging/rt2860/
Dwpa.h165 #define SET_u16_TO_ARRARY(_V, _LEN) \ argument
167 _V[0] = (_LEN & 0xFF00) >> 8; \
168 _V[1] = (_LEN & 0xFF); \
171 #define INC_u16_TO_ARRARY(_V, _LEN) \ argument
175 var_len = (_V[0]<<8) | (_V[1]); \
178 _V[0] = (var_len & 0xFF00) >> 8; \
179 _V[1] = (var_len & 0xFF); \
182 #define CONV_ARRARY_TO_u16(_V) ((_V[0]<<8) | (_V[1])) argument
184 #define ADD_ONE_To_64BIT_VAR(_V) \ argument
190 _V[cnt]++; \
[all …]
Drt_linux.h534 #define RTMP_IO_WRITE32(_A, _R, _V) \ argument
540 writel((_V), (void *)((_A)->CSRBaseAddress + (_R))); \
544 #define RTMP_IO_FORCE_WRITE32(_A, _R, _V) \ argument
548 writel(_V, (void *)((_A)->CSRBaseAddress + (_R))); \
552 #define RTMP_IO_WRITE8(_A, _R, _V) \ argument
559 Val = Val | ((unsigned long)(_V) << ((_i)*8)); \
563 #define RTMP_IO_WRITE8(_A, _R, _V) \ argument
567 writeb((_V), (u8 *)((_A)->CSRBaseAddress + (_R))); \
571 #define RTMP_IO_WRITE16(_A, _R, _V) \ argument
575 writew((_V), (u16 *)((_A)->CSRBaseAddress + (_R))); \
[all …]
/linux-2.6.39/drivers/staging/rt2860/chip/
Drtmp_phy.h178 #define RTMP_RF_IO_WRITE32(_A, _V) \ argument
191 RTMP_IO_WRITE32((_A), RF_CSR_CFG0, (_V)); \
197 #define RTMP_RF_IO_WRITE32(_A, _V) RTUSBWriteRFRegister(_A, _V) argument
202 #define RTMP_RF_IO_WRITE8_BY_REG_ID(_A, _I, _V) RT30xxWriteRFRegister(_A, _I, _V) argument
402 #define RTMP_BBP_IO_WRITE8_BY_REG_ID(_A, _I, _V) \ argument
425 BbpCsr.field.Value = _V; \
430 (_A)->BbpWriteLatch[_I] = _V; \
454 BbpCsr.field.Value = _V; \
458 (_A)->BbpWriteLatch[_I] = _V; \
477 #define RTMP_BBP_IO_WRITE8_BY_REG_ID(_A, _I, _V) RTUSBWriteBBPRegister(_A, _I, _V) argument
[all …]
/linux-2.6.39/drivers/staging/winbond/
Dwb35reg_f.h33 #define RFWriteControlData(_A, _V) Wb35Reg_Write(_A, 0x0864, _V) argument