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

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
Writing to Device Registers: nbcsWrite
This function is used to write to a register of a specific Narrowband Chipset device by providing
the register number. This function derives the actual address location based on the device handle
and register number inputs. It then writes the contents of this address location to the device. Note
that a failure to write returns a zero and that any error indication is written to the CSDDB.
Prototype
Inputs
Outputs
Returns
Valid States
Side Effects
Prototype
Inputs
Outputs
Returns
Valid States
Side Effects
UINT4 nbcsRead(sNBCS_HNDL handle, UINT2 regNum)
handle
regNum
ERROR code written to the CSMDB
Success = value read
Failure = 0
NBCS_PRESENT, NBCS_ACTIVE, NBCS_INACTIVE
Can affect registers that change after a read operation
UINT4 nbcsWrite(sNBCS_HNDL handle, UINT2
regNum, UINT4 value
handle
regNum
value
ERROR code written to the CSMDB
Success = value written
Failure = 0
NBCS_PRESENT, NBCS_ACTIVE, NBCS_INACTIVE
Can change the configuration of the device
NBCS_ERR_INVALID_DEV
NBCS_ERR_INVALID_REG
NBCS_ERR_DEV_ABSENT
NBCS_ERR_INVALID_DEV
NBCS_ERR_INVALID_REG
NBCS_ERR_DEV_ABSENT
: device handle (from
: register number
: device handle (from
: register number
: value to be written
)
Narrowband Chipset Device Driver Manual
nbcsAdd
nbcsAdd
Application Programming Interface
)
)
114

Related parts for PM8621-BI