Searched refs:iP (Results 1 – 1 of 1) sorted by relevance
1757 u32 iP; in hpi_cobranet_get_ip_address() local1762 (u8 *)&iP); in hpi_cobranet_get_ip_address()1765 ((iP & 0xff000000) >> 8) | ((iP & 0x00ff0000) << 8) | ((iP & in hpi_cobranet_get_ip_address()1766 0x0000ff00) >> 8) | ((iP & 0x000000ff) << 8); in hpi_cobranet_get_ip_address()1777 u32 iP; in hpi_cobranet_set_ip_address() local1780 iP = ((dw_ip_address & 0xff000000) >> 8) | ((dw_ip_address & in hpi_cobranet_set_ip_address()1785 HPI_COBRANET_HMI_cobra_ip_mon_currentIP, 4, (u8 *)&iP); in hpi_cobranet_set_ip_address()1794 u32 iP; in hpi_cobranet_get_static_ip_address() local1798 (u8 *)&iP); in hpi_cobranet_get_static_ip_address()1801 ((iP & 0xff000000) >> 8) | ((iP & 0x00ff0000) << 8) | ((iP & in hpi_cobranet_get_static_ip_address()[all …]