Lines Matching full:inbound

23             0x10    Inbound Message Register 0
24 0x14 Inbound Message Register 1
27 0x20 Inbound Doorbell Register
28 0x24 Inbound Interrupt Status Register
29 0x28 Inbound Interrupt Mask Register
32 0x40 Inbound Queue Port
41 0x10 Inbound Message Register 0
42 0x14 Inbound Message Register 1
45 0x20 Inbound Doorbell Register
46 0x24 Inbound Interrupt Status Register
47 0x28 Inbound Interrupt Mask Register
50 0x40 Inbound Queue Port
59 0x20400 Inbound Doorbell Register
60 0x20404 Inbound Interrupt Mask Register
68 0x0 Inbound Queue Head Pointer
69 0x4 Inbound Queue Tail Pointer
72 0x10 Inbound Message Register
74 0x40-0x1040 Inbound Queue
89 0x4000 Inbound List Base Address Low
90 0x4004 Inbound List Base Address High
91 0x4018 Inbound List Write Pointer
92 0x402C Inbound List Configuration and Control
110 All queued requests are handled via inbound/outbound queue port.
115 - Get a free request packet by reading the inbound queue port or
118 The value returned from the inbound queue port is an offset
125 - Post the packet to IOP by writing it to inbound queue. For requests
126 allocated in IOP memory, write the offset to inbound queue port. For
128 to the inbound queue port.
147 Non-queued requests (reset/flush etc) can be sent via inbound message
149 of an inbound message.
155 All queued requests are handled via inbound/outbound list.
165 Fill a free inbound list unit with the physical address and the size of
168 Set up the inbound list write pointer with the index of previous unit,
171 - Post the inbound list writer pointer to IOP.