Home
last modified time | relevance | path

Searched hist:"36 c2d3062ecc6ab85f8e237180eb134464c48418" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Data.h36c2d3062ecc6ab85f8e237180eb134464c48418 Fri Aug 15 19:34:10 UTC 2008 Steven A. Falco <sfalco@harris.com> Add a hook to allow board-specific PIO mode setting.

This patch adds a hook whereby a board-specific routine can be called to
configure hardware for a PIO mode. The prototype for the board-specific
routine is:

int inline ide_set_piomode(int pio_mode)

ide_set_piomode should be prepared to configure hardware for a pio_mode
between 0 and 6, inclusive. It should return 0 on success or 1 on failure.

Signed-off-by: Steven A. Falco <sfalco@harris.com>