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

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
Getting the Interrupt Enable Mask: dalNbcsSswGetISRMask
Returns the contents of the interrupt mask from the space switch device.
Setting the Interrupt Enable Mask: dalNbcsSswSetISRMask
Sets the contents of the interrupt mask of the space switch device. A field set in the passed mask
will set the corresponding device interrupt enable. For those zero values in the passed mask, the
corresponding interrupt enables are left unaltered.
Clearing the Interrupt Enable Mask: dalNbcsSswClearISRMask
Clears the content of the interrupt mask of the space switch device. A field set in the passed mask
will clear the corresponding device interrupt enable. For those zero values in the passed mask, the
corresponding interrupt enable are left untouched.
Prototype
Inputs
Outputs
Returns
Prototype
Inputs
Outputs
Returns
Prototype
Inputs
Outputs
Returns
INT4 dalNbcsSswCfgISRMode (void* deviceInfo,
eNBCS_ISR_MODE mode)
deviceInfo
mode
None
Success = NBCS_SUCCESS
Failure = <NBCS error codes>
INT4 dalNbcsSswGetISRMask(void* deviceInfo,
void *pmask)
deviceInfo
pmask
pmask
Success = NBCS_SUCCESS
Failure = <NBCS error codes>
INT4 dalNbcsSswSetISRMask(void* deviceInfo,
void *pmask)
deviceInfo
pmask
None
Success = NBCS_SUCCESS
Failure = <NBCS error codes>
: device information handle
: device information handle
: device information handle
: mode of operation
: (pointer to) mask structure
: updated mask structure
: (pointer to) mask structure
Narrowband Chipset Device Driver Manual
Space Switch Device Driver Interface
225

Related parts for PM8621-BI