PM8621-BI PMC-Sierra, Inc., PM8621-BI Datasheet - Page 221

no-image

PM8621-BI

Manufacturer Part Number
PM8621-BI
Description
Driver, NSE/SBS Narrowband Chipset Driver
Manufacturer
PMC-Sierra, Inc.
Datasheet
Proprietary and Confidential to PMC-Sierra, Inc., and for its Customers’ Internal Use
Document ID: PMC-2021248, Issue 1
Returns
Prototype
Inputs
Outputs
Returns
Prototype
Inputs
Outputs
Returns
Setting PAGE bits in Tx Message Header: dalNbcsSswSetIlcTxHdrPage
Sets PAGE[1:0] bits in header for all links simultaneously. This is used to coordinate the changes
across all links. Argument pPage is a pointer to a buffer containing the value of all page bits to be
sent out. The buffer is expected to contain 32 bytes. Each byte contains the value (0-3) of the
PAGE bits to be transmitted in the ILC header on the corresponding port.
indicates whether the bits should be updated immediately, or synchronized with the arrival of the
next c1 frame pulse interrupt.
Setting USER bits in Tx Message Header: dalNbcsSswSetIlcTxHdrUser
Sets USER[2:0] bits in header for all links simultaneously. This is used to coordinate the changes
across all links. Argument puser is a pointer to a buffer containing the value of all page bits to be
sent out. The buffer is expected to contain 32 bytes. Each byte contains the value (0-7) of the
USER bits to be transmitted in the ILC header on the corresponding port. (I.e. the first byte in the
buffer contains the value of the user bits for port 0, the second byte contains the value for port 1,
etc.)
Success = NBCS_SUCCESS
Failure = <NBCS error codes>
INT4 dalNbcsSswSetIlcTxHdrPage(void*
deviceInfo, UINT1* pPage, UINT1 c1fpSync)
deviceInfo
pPage
c1fpSync
None
Success = NBCS_SUCCESS
Failure = <NBCS error codes>
INT4 dalNbcsSswSetIlcTxHdrUser(void*
deviceInfo, UINT1* puser)
deviceInfo
puser
None
Success = NBCS_SUCCESS
Failure = <NBCS error codes>
: device information handle
: device information handle
: (pointer to) PAGE buffer
: flag: indicates when update takes
: (pointer to) USER buffer
place. (0 = update page bits now,
1 = update page bits when next c1fp
interrupt occurs.)
Narrowband Chipset Device Driver Manual
Space Switch Device Driver Interface
c1fpSync
is a flag that
221

Related parts for PM8621-BI