Searched refs:Val (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/sk98lin/
H A Dsklm80.c138 int Val = 0; local
157 Val = (int)SkI2cRcvByte(IoC, 1) ;
160 if ((Val & 0x80) != 0) {
162 Val = Val - 256;
164 Val = Val * SK_LM80_TEMP_LSB;
167 if (Val > 0) {
168 Val += ((TempExt >> 7) * SK_LM80_TEMPEXT_LSB);
171 Val
[all...]
H A Dskgepnmi.c4519 unsigned int Val; local
4883 GetTrapQueueLen(pAC, &Len, &Val);
4884 Val32 = (SK_U32)Val;
4890 GetTrapQueueLen(pAC, &Len, &Val);
7136 SK_U64 Val = 0; local
7142 Val = GetPhysStatVal(pAC, IoC, PhysPortIndex, StatIndex);
7157 Val += GetPhysStatVal(pAC, IoC, PhysPortIndex,
7163 Val += pAC->Pnmi.VirtualCounterOffset[StatIndex];
7168 Val = GetPhysStatVal(pAC, IoC, PhysPortIndex, StatIndex);
7171 return (Val);
7181 SK_U64 Val = 0; local
[all...]
H A Dskge.c3534 SK_U32 Val) /* pointer to store the read value */
3536 pci_write_config_dword(&pAC->PciDev, PciAddr, Val);
3557 SK_U16 Val) /* pointer to store the read value */
3559 pci_write_config_word(&pAC->PciDev, PciAddr, Val);
3580 SK_U8 Val) /* pointer to store the read value */
3582 pci_write_config_byte(&pAC->PciDev, PciAddr, Val);
3531 SkPciWriteCfgDWord( SK_AC *pAC, int PciAddr, SK_U32 Val) argument
3554 SkPciWriteCfgWord( SK_AC *pAC, int PciAddr, SK_U16 Val) argument
3577 SkPciWriteCfgByte( SK_AC *pAC, int PciAddr, SK_U8 Val) argument
H A Dskrlmt.c227 #define SK_U16_TO_NETWORK_ORDER(Val,Addr) { \
229 SK_U16 _Val = (SK_U16)(Val); \
236 #define SK_U16_TO_NETWORK_ORDER(Val,Addr) (*(SK_U16*)(Addr) = (SK_U16)(Val))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/sk98lin/h/
H A Dskvpd.h178 #define VPD_OUT8(pAC,IoC,Addr,Val) (void)SkPciWriteCfgByte(pAC,Addr,Val)
179 #define VPD_OUT16(pAC,IoC,Addr,Val) (void)SkPciWriteCfgWord(pAC,Addr,Val)
180 #define VPD_OUT32(pAC,IoC,Addr,Val) (void)SkPciWriteCfgDWord(pAC,Addr,Val)
185 #define VPD_OUT8(pAC,IoC,Addr,Val) SK_OUT8(IoC,PCI_C(Addr),Val)
186 #define VPD_OUT16(pAC,IoC,Addr,Val) SK_OUT16(IoC,PCI_C(Addr),Val)
[all...]
H A Dskaddr.h249 SK_U64 Val; /* Dummy entry for alignment only. */ member in union:s_InexactFilter
H A Dskgehw.h344 #define B2_BSC_INI 0x0170 /* 32 bit Blink Source Counter Init Val */
376 #define B3_RI_TO_VAL 0x019c /* 8 bit RAM Iface Current Timeout Count Val */
407 #define B3_PA_TOINI_RX1 0x01d0 /* 16 bit Timeout Init Val Rx Path MAC 1*/
409 #define B3_PA_TOINI_RX2 0x01d4 /* 16 bit Timeout Init Val Rx Path MAC 2*/
411 #define B3_PA_TOINI_TX1 0x01d8 /* 16 bit Timeout Init Val Tx Path MAC 1*/
413 #define B3_PA_TOINI_TX2 0x01dc /* 16 bit Timeout Init Val Tx Path MAC 2*/
415 #define B3_PA_TOVAL_RX1 0x01e0 /* 16 bit Timeout Val Rx Path MAC 1 */
417 #define B3_PA_TOVAL_RX2 0x01e4 /* 16 bit Timeout Val Rx Path MAC 2 */
419 #define B3_PA_TOVAL_TX1 0x01e8 /* 16 bit Timeout Val Tx Path MAC 1 */
421 #define B3_PA_TOVAL_TX2 0x01ec /* 16 bit Timeout Val T
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dio_ionsp.h197 #define MAKE_CMD_WRITE_REG(ppBuf, pLen, Port, Reg, Val) \
200 (*(ppBuf))[1] = (Val); \
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dusage.h1250 "$ printf "Val=%d\\n" 5\n" \
1251 "Val=5\n"
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dcatalog.c47 hfs_word_t Val; /* Valence: number of files and member in struct:__anon3094
361 need_count = (rec->cdrType == HFS_CDR_DIR) && rec->u.dir.Val;
382 hfs_put_hs(dir->dirs + dir->files, cat->u.dir.Val);

Completed in 345 milliseconds