Lines Matching refs:iP
1756 u32 iP; in hpi_cobranet_get_ip_address() local
1761 (u8 *)&iP); in hpi_cobranet_get_ip_address()
1764 ((iP & 0xff000000) >> 8) | ((iP & 0x00ff0000) << 8) | ((iP & in hpi_cobranet_get_ip_address()
1765 0x0000ff00) >> 8) | ((iP & 0x000000ff) << 8); in hpi_cobranet_get_ip_address()
1776 u32 iP; in hpi_cobranet_set_ip_address() local
1779 iP = ((dw_ip_address & 0xff000000) >> 8) | ((dw_ip_address & in hpi_cobranet_set_ip_address()
1784 HPI_COBRANET_HMI_cobra_ip_mon_currentIP, 4, (u8 *)&iP); in hpi_cobranet_set_ip_address()
1793 u32 iP; in hpi_cobranet_get_static_ip_address() local
1797 (u8 *)&iP); in hpi_cobranet_get_static_ip_address()
1800 ((iP & 0xff000000) >> 8) | ((iP & 0x00ff0000) << 8) | ((iP & in hpi_cobranet_get_static_ip_address()
1801 0x0000ff00) >> 8) | ((iP & 0x000000ff) << 8); in hpi_cobranet_get_static_ip_address()
1812 u32 iP; in hpi_cobranet_set_static_ip_address() local
1815 iP = ((dw_ip_address & 0xff000000) >> 8) | ((dw_ip_address & in hpi_cobranet_set_static_ip_address()
1820 HPI_COBRANET_HMI_cobra_ip_mon_staticIP, 4, (u8 *)&iP); in hpi_cobranet_set_static_ip_address()