CSX_PARSE_CISTPL_BYTEORDER(9F) | Kernel Functions for Drivers | CSX_PARSE_CISTPL_BYTEORDER(9F) |
csx_Parse_CISTPL_BYTEORDER - parse the Byte Order tuple
#include <sys/pccard.h> int32_t csx_Parse_CISTPL_BYTEORDER(client_handle_t ch, tuple_t *tu,
cistpl_byteorder_t *cbo);
illumos DDI Specific (illumos DDI)
ch
tu
cbo
This function parses the Byte Order tuple, CISTPL_BYTEORDER, into a form usable by PC Card drivers.
The CISTPL_BYTEORDER tuple shall only appear in a partition tuple set for a memory-like partition. It specifies two parameters: the order for multi-byte data, and the order in which bytes map into words for 16-bit cards.
The structure members of cistpl_byteorder_t are:
uint32_t order; /* byte order code */ uint32_t map; /* byte mapping code */
The fields are defined as follows:
order
TPLBYTEORD_LOW
TPLBYTEORD_VS
map
TPLBYTEMAP_LOW
TPLBYTEMAP_HIGH
TPLBYTEMAP_VS
CS_SUCCESS
CS_BAD_HANDLE
CS_UNKNOWN_TUPLE
CS_NO_CARD
CS_NO_CIS
CS_UNSUPPORTED_FUNCTION
This function may be called from user or kernel context.
csx_GetFirstTuple(9F), csx_GetTupleData(9F), csx_RegisterClient(9F), csx_ValidateCIS(9F), tuple(9S)
PC Card 95 Standard, PCMCIA/JEIDA
December 20, 1996 | OmniOS |