NAME

vme_slave_window_phys_addr - Returns the physical address of the VMEbus Slave Window.

SYNOPSIS

void * vme_slave_window_phys_addr ( vme_bus_handle_t bus_handle, vme_slave_handle_t window_handle )

PARAMETERS

vme_bus_handle_t bus_handle

Handle allocated by vme_init.

vme_slave_handle_t window_handle

Window handle previously allocated by vme_slave_window_create.

DESCRIPTION

Returns the physical address of the VMEbus Slave Window.

RETURNS

Pointer to mapped region on success, or NULL on failure.

SEE ALSO

vme_slave_window_create(3), vme_slave_window_map(3), vme_slave_window_release(3), vme_slave_window_unmap(3)