Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pcie.c10433 host_page_location_info_t host_location; in dhdpcie_bus_download_state() local
10434 host_location.tlv_signature = in dhdpcie_bus_download_state()
10436 host_location.tlv_size = htol32(sizeof(host_location)) - in dhdpcie_bus_download_state()
10437 sizeof(host_location.tlv_size) - in dhdpcie_bus_download_state()
10438 sizeof(host_location.tlv_signature); in dhdpcie_bus_download_state()
10439 host_location.binary_size = htol32(bus->hostfw_buf.len); in dhdpcie_bus_download_state()
10440 host_location.addr_hi = PHYSADDRHI(bus->hostfw_buf.pa); in dhdpcie_bus_download_state()
10441 host_location.addr_lo = PHYSADDRLO(bus->hostfw_buf.pa); in dhdpcie_bus_download_state()
10442 bus->next_tlv -= sizeof(host_location); in dhdpcie_bus_download_state()
10444 (uint8*)&host_location, sizeof(host_location)); in dhdpcie_bus_download_state()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_pcie.c10426 host_page_location_info_t host_location; in dhdpcie_bus_download_state() local
10427 host_location.tlv_signature = in dhdpcie_bus_download_state()
10429 host_location.tlv_size = htol32(sizeof(host_location)) - in dhdpcie_bus_download_state()
10430 sizeof(host_location.tlv_size) - in dhdpcie_bus_download_state()
10431 sizeof(host_location.tlv_signature); in dhdpcie_bus_download_state()
10432 host_location.binary_size = htol32(bus->hostfw_buf.len); in dhdpcie_bus_download_state()
10433 host_location.addr_hi = PHYSADDRHI(bus->hostfw_buf.pa); in dhdpcie_bus_download_state()
10434 host_location.addr_lo = PHYSADDRLO(bus->hostfw_buf.pa); in dhdpcie_bus_download_state()
10435 bus->next_tlv -= sizeof(host_location); in dhdpcie_bus_download_state()
10437 (uint8*)&host_location, sizeof(host_location)); in dhdpcie_bus_download_state()
[all …]