NAME

vme_master_window_phys_addr - Returns the physical address of the VMEbus Master Window.

SYNOPSIS

void * vme_master_window_phys_addr ( vme_bus_handle_t bus_handle, vme_master_handle_t window_handle )

PARAMETERS

vme_bus_handle_t bus_handle

Handle allocated by vme_init.

vme_master_handle_t window_handle

Window handle allocated by vme_master_window_create.

DESCRIPTION

Returns the physical address of the VMEbus Master Window.

RETURNS

The physical address used to access the VMEbus region requested on success, or NULL on failure.

SEE ALSO

vme_master_window_create(3), vme_master_window_map(3), vme_master_window_release(3), vme_master_window_translate(3), vme_master_window_unmap(3)