RAM 6.0 BUX II Series Guia do Utilizador Página 94

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 189
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 93
VxWorks
BSP Developer’s Guide, 6.0
86
PCI_IO16_LOC_SET
This routine sets the base address of the PCI 16-bit I/O space. This is an
alternative to setting the address using the BSP constant
PCI_ISA_IO_ADRS
The default value is 0.
PCI_IO16_SIZE_SET
This routine sets the maximum size memory chunk allowable for the PCI
16-bit I/O space. This is an alternative to setting the size using the BSP
constant
PCI_ISA_IO_SIZE
The default value is 0.
PCI_IO16_SIZE_GET
After autoconfiguration is complete, this routine retrieves the amount of
memory used for PCI 16-bit I/O space.
Custom PCI Bridge Initialization
PCI_BRIDGE_PRE_CONFIG_FUNC_SET
This bridge pre-configuration pass initialization routine is provided so that the
BSP developer can initialize a bridge device prior to the configuration pass on the
bus that the bridge implements. This routine is specified by calling
pciAutoCfgCtl( ) with the
PCI_BRIDGE_PRE_CONFIG_FUNC_SET command as
follows:
pciAutoCfgCtl(pCookie, PCI_BRIDGE_PRE_CONFIG_FUNC_SET,
sysPciAutoconfigPreEnumBridgeInit);
This optional, user-specified routine takes as input both the bus-device-function
tuple, and a 32-bit quantity containing both the PCI device ID and vendor ID of the
device. The function prototype for this routine is as follows:
STATUS sysPciAutoconfigPreEnumBridgeInit
(
PCI_SYSTEM *pSys,
PCI_LOC *pLoc,
UINT devVend
);
PCI_BRIDGE_PRE_CONFIG_FUNC_SET
FUNCPTR * pArg
PCI_BRIDGE_POST_CONFIG_FUNC_SET
FUNCPTR * pArg
Vista de página 93
1 2 ... 89 90 91 92 93 94 95 96 97 98 99 ... 188 189

Comentários a estes Manuais

Sem comentários