Searched refs:hcf_connect (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dhcf.h264 hcf_io IFB_IOBase; // I/O address of Hermes chip as passed by MSF at hcf_connect call
369 * also the last field cleared at hcf_connect
384 EXTERN_C int hcf_connect (IFBP ifbp, hcf_io io_base );
H A Dwl_main.c659 DBG_TRACE( DbgInfo, "Calling hcf_connect()...\n" );
660 hcf_status = hcf_connect( &lp->hcfCtx, dev->base_addr );
664 DBG_ERROR( DbgInfo, "hcf_connect() failed, status: 0x%x\n", hcf_status );
732 hcf_connect( &lp->hcfCtx, HCF_DISCONNECT);
812 hcf_connect( &lp->hcfCtx, HCF_DISCONNECT );
818 hcf_status = hcf_connect( &lp->hcfCtx, dev->base_addr );
820 DBG_ERROR( DbgInfo, "hcf_connect() failed, status: 0x%x\n", hcf_status );
1984 hcf_connect( &lp->hcfCtx, HCF_DISCONNECT );
2037 hcf_connect( &lp->hcfCtx, HCF_DISCONNECT );
2080 hcf_connect(
[all...]
H A Dhcf.c541 * Except for hcf_action with HCF_ACT_INT_FORCE_ON or HCF_ACT_INT_OFF as parameter or hcf_connect with an I/O
544 * Note that hcf_connect defaults to NIC interrupt disabled mode, i.e. as if hcf_action( HCF_ACT_INT_OFF )
579 * The interrupt generation mechanism is initially (i.e. after hcf_connect) disabled.
582 *! The INT_OFF/INT_ON housekeeping is initialized at 0x0000 by hcf_connect, causing the interrupt generation
1023 *.MODULE int hcf_connect( IFBP ifbp, hcf_io io_base )
1058 * Note: hcf_connect defaults to NIC interrupt disabled mode, i.e. as if hcf_action( HCF_ACT_INT_OFF )
1062 * hcf_connect passes the MSF-defined location of the IFB to the HCF and grants or revokes access right for the
1064 * io_base. Every call of hcf_connect in "connect" mode, must eventually be followed by a call of hcf_connect
1065 * in "disconnect" mode. Clalling hcf_connect i
1149 hcf_connect( IFBP ifbp, hcf_io io_base ) function
[all...]

Completed in 125 milliseconds