Searched refs:__be32_to_cpu (Results 1 – 6 of 6) sorted by relevance
96 #define be32_to_cpu __be32_to_cpu164 #define ___ntohl(x) __be32_to_cpu(x)
41 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
41 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
208 initrd_start = __be32_to_cpu(*prop1); in ft_board_setup()212 initrd_end = __be32_to_cpu(*prop2); in ft_board_setup()
223 return __be32_to_cpu(crc); in crc32_be()
1577 mmc->scr[0] = __be32_to_cpu(scr[0]);1578 mmc->scr[1] = __be32_to_cpu(scr[1]);1613 if (!(__be32_to_cpu(switch_status[7]) & SD_HIGHSPEED_BUSY))1618 if (!(__be32_to_cpu(switch_status[3]) & SD_HIGHSPEED_SUPPORTED))1636 if ((__be32_to_cpu(switch_status[4]) & 0x0f000000) == 0x01000000)