Home
last modified time | relevance | path

Searched refs:iP (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/sound/pci/asihpi/
Dhpifunc.c1757 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()
[all …]