Home
last modified time | relevance | path

Searched refs:SK_PNMI_STORE_U32 (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/sk98lin/h/
Dskgepnm2.h220 SK_PNMI_STORE_U32(pVal, Val32); \
225 SK_PNMI_STORE_U32(pVal, Val32);}
247 #ifndef SK_PNMI_STORE_U32
248 #define SK_PNMI_STORE_U32(p,v) {*(char *)(p) = *((char *)&(v)); \ macro
Dskdrv1st.h51 #define SK_PNMI_STORE_U32(p,v) memcpy((char*)(p),(char*)&(v),4) macro
/linux-2.4.37.9/drivers/net/sk98lin/
Dskgepnmi.c2054 SK_PNMI_STORE_U32(pBuf, ActionOp); in Perform()
2254 SK_PNMI_STORE_U32(pBuf, StatVal32); in Mac8023Stat()
2908 SK_PNMI_STORE_U32(pBuf + Offset, Val32); in SensorStat()
2915 SK_PNMI_STORE_U32(pBuf + Offset, Val32); in SensorStat()
2922 SK_PNMI_STORE_U32(pBuf + Offset, Val32); in SensorStat()
2929 SK_PNMI_STORE_U32(pBuf + Offset, Val32); in SensorStat()
2935 SK_PNMI_STORE_U32(pBuf + Offset, Val32); in SensorStat()
3116 SK_PNMI_STORE_U32(pBuf, Val32); in Vpd()
3159 SK_PNMI_STORE_U32(pBuf, Val32); in Vpd()
3701 SK_PNMI_STORE_U32(pBuf + Offset, Val32); in General()
[all …]