Searched refs:SSB (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsquare.cpp70 #define SSB(x) (((x) >> 16) & 0xffU) /* second in significance */ macro
81 temp[1] = T0[SSB (text[0])] \
82 ^ T1[SSB (text[1])] \
83 ^ T2[SSB (text[2])] \
84 ^ T3[SSB (text[3])] \
105 text[1] = ((word32) (S[SSB (temp[0])]) << 24) \
106 ^ ((word32) (S[SSB (temp[1])]) << 16) \
107 ^ ((word32) (S[SSB (temp[2])]) << 8) \
108 ^ (word32) (S[SSB (temp[3])]) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tokenring/
H A Dtms380tr.h176 #define STS_IRQ_RING_STATUS 0x0004 /* SSB is updated with ring status. */
182 #define STS_IRQ_COMMAND_STATUS 0x0008 /* SSB is updated with command
185 #define STS_IRQ_RECEIVE_STATUS 0x000A /* SSB is updated with receive
188 #define STS_IRQ_TRANSMIT_STATUS 0x000C /* SSB is updated with transmit
195 /* TRANSMIT_STATUS completion code: (SSB.Parm[0]) */
204 * SSB.Parm[0-1]: 32 bit pointer to
379 u_int32_t SSB_Addr; /* SSB address: even, word aligned, high-low */
516 * SSB: adapter command return status can be evaluated after COMMAND_STATUS
517 * adapter to system interrupt after reading SSB, the availability of the SSB
527 } SSB; /* System Status Block (big endian - physical address) */ typedef in typeref:struct:__anon13460
[all...]
H A Dtms380tr.c730 /* The SSB contains status of last command
780 * Reset the INTERRUPT SYSTEM bit and issue SSB CLEAR command.
785 SSB *ssb = &tp->ssb;
793 /* Free SSB by issuing SSB_CLEAR command after reading IRQ code
800 * Check if the SSB has actually been written by the adapter.
804 SSB *ssb = &tp->ssb; /* The address of the SSB. */
815 * 0 = SSB field not affected by interrupt
816 * 1 = SSB field is affected by interrupt
818 * C = SSB ADDRES
[all...]

Completed in 116 milliseconds