Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ap_queue_status Struct Reference

#include <ap_bus.h>

Data Fields

unsigned int queue_empty: 1
 
unsigned int replies_waiting: 1
 
unsigned int queue_full: 1
 
unsigned int pad1: 4
 
unsigned int int_enabled: 1
 
unsigned int response_code: 8
 
unsigned int pad2: 16
 

Detailed Description

structy ap_queue_status - Holds the AP queue status. : Shows if queue is empty : Waiting replies : Is 1 if the queue is full : A 4 bit pad : Shows if interrupts are enabled for the AP : Holds the 8 bit response code : A 16 bit pad

The ap queue status word is returned by all three AP functions (PQAP, NQAP and DQAP). There's a set of flags in the first byte, followed by a 1 byte response code.

Definition at line 66 of file ap_bus.h.

Field Documentation

unsigned int int_enabled

Definition at line 71 of file ap_bus.h.

unsigned int pad1

Definition at line 70 of file ap_bus.h.

unsigned int pad2

Definition at line 73 of file ap_bus.h.

unsigned int queue_empty

Definition at line 67 of file ap_bus.h.

unsigned int queue_full

Definition at line 69 of file ap_bus.h.

unsigned int replies_waiting

Definition at line 68 of file ap_bus.h.

unsigned int response_code

Definition at line 72 of file ap_bus.h.


The documentation for this struct was generated from the following file: