Searched refs:pex_config_read (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/arch/arm/mach-mvebu/serdes/a38x/ |
D | ctrl_pex.c | 147 addr = pex_config_read(pex_idx, first_busno, 0, 0, 0x34) & 0xff; in hws_pex_config() 156 while ((pex_config_read(pex_idx, first_busno, 0, 0, addr) in hws_pex_config() 158 addr = (pex_config_read(pex_idx, first_busno, 0, in hws_pex_config() 163 if ((pex_config_read(pex_idx, first_busno, 0, 0, in hws_pex_config() 286 u32 pex_config_read(u32 pex_if, u32 bus, u32 dev, u32 func, u32 reg_off) in pex_config_read() function
|
D | ctrl_pex.h | 84 u32 pex_config_read(u32 pex_if, u32 bus, u32 dev, u32 func, u32 reg_off);
|