Lines Matching refs:iP
1757 u32 iP; in hpi_cobranet_get_ip_address() local
1762 (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() local
1780 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() local
1798 (u8 *)&iP); in hpi_cobranet_get_static_ip_address()
1801 ((iP & 0xff000000) >> 8) | ((iP & 0x00ff0000) << 8) | ((iP & in hpi_cobranet_get_static_ip_address()
1802 0x0000ff00) >> 8) | ((iP & 0x000000ff) << 8); in hpi_cobranet_get_static_ip_address()
1813 u32 iP; in hpi_cobranet_set_static_ip_address() local
1816 iP = ((dw_ip_address & 0xff000000) >> 8) | ((dw_ip_address & in hpi_cobranet_set_static_ip_address()
1821 HPI_COBRANET_HMI_cobra_ip_mon_staticIP, 4, (u8 *)&iP); in hpi_cobranet_set_static_ip_address()