px_lib.h revision 89b42a211fa7d3527b9615260f495d22e430c5c5
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
*/
#ifndef _SYS_PX_LIB_H
#define _SYS_PX_LIB_H
#ifdef __cplusplus
extern "C" {
#endif
/*
* Include all data structures and definitions in this file that are
* required between the common and hardware specific code.
*/
/*
* The following macros define the mmu page size and related operations.
*/
#define MMU_PAGE_SHIFT 13
#define MMU_BTOP(x) ((x) >> MMU_PAGE_SHIFT)
/* MMU map flags */
#define MMU_MAP_PFN 1
#define MMU_MAP_BUF 2
#ifdef FMA
#endif
/*
* MSIQ Functions:
*/
/*
* MSI Functions:
*/
/*
* MSG Functions:
*/
/*
*/
extern void px_cpr_add_callb(px_t *);
extern void px_cpr_rem_callb(px_t *);
/*
* Common range property functions and definitions.
*/
#define PX_RANGE_PROP_MASK 0x7ff
/*
* Peek and poke access ddi_ctlops helper functions
*/
/*
* Error handling functions
*/
typedef struct px_fault {
} px_fault_t;
extern int px_cb_add_intr(px_fault_t *);
extern void px_cb_rem_intr(px_fault_t *);
/*
* CPR callback
*/
extern void px_cpr_add_callb(px_t *);
extern void px_cpr_rem_callb(px_t *);
/*
* Hotplug functions
*/
/*
* Config space access
*/
/*
* PCI IOV SDIO functions
*/
#ifdef __cplusplus
}
#endif
#endif /* _SYS_PX_LIB_H */