Home
last modified time | relevance | path

Searched hist:"5213 f280fce3ac1d06dfcc4b16969dd9d2478607" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/
H A Dcpu.c5213f280fce3ac1d06dfcc4b16969dd9d2478607 Sun Jan 17 23:11:46 UTC 2016 Simon Glass <sjg@chromium.org> x86: ivybridge: Convert enable_usb_bar() to use DM PCI API

Convert this function over to use the driver model PCI API. In this case
we want to avoid using the real PCI devices since they have not yet been
probed. Instead, write directly to their PCI configuration address.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>