HomeSort by: relevance | last modified time | path
    Searched defs:IS (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_reset.c 6 * purpose with or without fee is hereby granted, provided that the above
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
79 * bChannelChange is used to preserve DMA/PCU registers across
105 #define IS(_c,_f) (((_c)->channelFlags & _f) || 0)
106 if ((IS(chan, CHANNEL_2GHZ) ^ IS(chan, CHANNEL_5GHZ)) == 0) {
112 if ((IS(chan, CHANNEL_OFDM) ^ IS(chan, CHANNEL_CCK)) == 0) {
118 #undef IS
    [all...]
  /src/libexec/getty/
gettytab.h 19 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
98 #define IS gettynums[0].value
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c 6 * purpose with or without fee is hereby granted, provided that the above
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
145 * bChannelChange is used to preserve DMA/PCU registers across
174 #define IS(_c,_f) (((_c)->channelFlags & _f) || 0)
175 if ((IS(chan, CHANNEL_2GHZ) ^ IS(chan,CHANNEL_5GHZ)) == 0) {
181 if ((IS(chan, CHANNEL_OFDM) ^ IS(chan, CHANNEL_CCK)) == 0) {
187 #undef IS
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c 6 * purpose with or without fee is hereby granted, provided that the above
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
95 * bChannelChange is used to preserve DMA/PCU registers across
125 #define IS(_c,_f) (((_c)->channelFlags & _f) || 0)
126 if ((IS(chan, CHANNEL_2GHZ) ^ IS(chan, CHANNEL_5GHZ)) == 0) {
132 if ((IS(chan, CHANNEL_OFDM) ^ IS(chan, CHANNEL_CCK)) == 0) {
138 #undef IS
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_reset.c 6 * purpose with or without fee is hereby granted, provided that the above
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
31 /* Eeprom versioning macros. Returns true if the version is equal or newer than the ver specified */
92 * bChannelChange is used to preserve DMA/PCU registers across
112 #define IS(_c,_f) (((_c)->channelFlags & _f) || 0)
113 if ((IS(chan, CHANNEL_2GHZ) ^ IS(chan, CHANNEL_5GHZ)) == 0) {
119 if ((IS(chan, CHANNEL_OFDM) ^ IS(chan, CHANNEL_CCK)) == 0)
    [all...]

Completed in 25 milliseconds