Synopsis
uint32_t __int32_lsr(uint32_t arg,
                     int bits);
Description

__int32_lsr shifts arg logically right by bits bit positions, shifting in zeros fro the left, and returns the shifted result.