Lines Matching defs:aen
225 unsigned short aen;
238 aen = le16_to_cpu(header->status_block.error);
245 event->aen_code = aen;
260 TW_MESSAGE_SOURCE_CONTROLLER_EVENT, aen, error_str,
374 /* This function will read the aen queue from the isr */
466 /* This function will complete an aen request from the isr */
472 unsigned short aen;
477 aen = le16_to_cpu(header->status_block.error);
483 /* Keep reading the queue in case there are more aen's */
492 switch (aen) {
503 /* If there are more aen's, keep reading the queue */
555 /* This function will drain the aen queue */
564 unsigned short aen;
604 aen = le16_to_cpu(header->status_block.error);
608 switch (aen) {