VxWorks Reference Manual : Libraries

pcic

NAME

pcic - Intel 82365SL PCMCIA host bus adaptor chip library

ROUTINES

pcicInit( ) - initialize the PCIC chip

DESCRIPTION

This library contains routines to manipulate the PCMCIA functions on the Intel 82365 series PCMCIA chip. The following compatible chips are also supported:

    - Cirrus Logic PD6712/20/22
    - Vadem VG468
    - VLSI 82c146
    - Ricoh RF5C series

The initialization routine pcicInit( ) is the only global function and is included in the PCMCIA chip table pcmciaAdapter. If pcicInit( ) finds the PCIC chip, it registers all function pointers of the PCMCIA_CHIP structure.

SEE ALSO

pcic


Libraries : Routines

pcicInit( )

NAME

pcicInit( ) - initialize the PCIC chip

SYNOPSIS

STATUS pcicInit
    (
    int     ioBase,   /* IO base address */
    int     intVec,   /* interrupt vector */
    int     intLevel, /* interrupt level */
    FUNCPTR showRtn   /* show routine */
    )

DESCRIPTION

This routine initializes the PCIC chip.

RETURNS

OK, or ERROR if the PCIC chip cannot be found.

SEE ALSO

pcic