Lines Matching refs:ISSET
85 #define GCPAD_START(_buf) ISSET((_buf)[0], 0x10)
86 #define GCPAD_Y(_buf) ISSET((_buf)[0], 0x08)
87 #define GCPAD_X(_buf) ISSET((_buf)[0], 0x04)
88 #define GCPAD_B(_buf) ISSET((_buf)[0], 0x02)
89 #define GCPAD_A(_buf) ISSET((_buf)[0], 0x01)
90 #define GCPAD_LCLICK(_buf) ISSET((_buf)[1], 0x40)
91 #define GCPAD_RCLICK(_buf) ISSET((_buf)[1], 0x20)
92 #define GCPAD_Z(_buf) ISSET((_buf)[1], 0x10)
93 #define GCPAD_UP(_buf) ISSET((_buf)[1], 0x08)
94 #define GCPAD_DOWN(_buf) ISSET((_buf)[1], 0x04)
95 #define GCPAD_RIGHT(_buf) ISSET((_buf)[1], 0x02)
96 #define GCPAD_LEFT(_buf) ISSET((_buf)[1], 0x01)
301 if (ISSET(ch->ch_state, SI_STATE_OPEN)) {
317 if (ISSET(comcsr, SICOMCSR_TCINT)) {
321 if (ISSET(comcsr, SICOMCSR_RDSTINT)) {
325 if (ISSET(sr, SISR_RDST(chan))) {
329 if (ISSET(ch->ch_state, SI_STATE_OPEN)) {
359 if (ISSET(ch->ch_state, SI_STATE_OPEN)) {