Searched refs:hopcount (Results 1 – 1 of 1) sorted by relevance
/arch/powerpc/sysdev/ |
D | fsl_rio.c | 186 u8 hopcount, u32 offset, int len, u32 *val) in fsl_rio_config_read() argument 195 index, destid, hopcount, offset, len); in fsl_rio_config_read() 203 (destid << 22) | (hopcount << 12) | (offset >> 12)); in fsl_rio_config_read() 223 err, destid, hopcount, offset); in fsl_rio_config_read() 246 u8 hopcount, u32 offset, int len, u32 val) in fsl_rio_config_write() argument 253 index, destid, hopcount, offset, len, val); in fsl_rio_config_write() 261 (destid << 22) | (hopcount << 12) | (offset >> 12)); in fsl_rio_config_write()
|