Searched refs:AAC_DB_SYNC_COMMAND (Results 1 – 2 of 2) sorted by relevance
1043 if ((reason & (AAC_DB_SYNC_COMMAND | AAC_DB_COMMAND_NOT_FULL | in aac_intr()1046 AAC_CLEAR_ISTATUS(sc, AAC_DB_SYNC_COMMAND | in aac_intr()1188 AAC_CLEAR_ISTATUS(sc, AAC_DB_SYNC_COMMAND); in aac_sync_command()1191 AAC_QNOTIFY(sc, AAC_DB_SYNC_COMMAND); in aac_sync_command()1196 if (AAC_GET_ISTATUS(sc) & AAC_DB_SYNC_COMMAND) in aac_sync_command()1206 AAC_CLEAR_ISTATUS(sc, AAC_DB_SYNC_COMMAND); in aac_sync_command()
921 #define AAC_DB_SYNC_COMMAND (1<<0) /* send/completed synchronous FIB */ macro