Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c9401 dhdmsgbuf_hmaptest(dhd_pub_t *dhd, pcie_hmaptest_t *hmaptest_params) argument
9422 prot->hmaptest.accesstype = hmaptest_params->accesstype;
9423 prot->hmaptest.is_write = hmaptest_params->is_write;
9424 prot->hmaptest.len = hmaptest_params->xfer_len;
9425 prot->hmaptest.offset = hmaptest_params->host_offset;
9430 offset, prot->hmaptest.len, hmaptest_params->value));
9488 if (hmaptest_params->host_addr_lo || hmaptest_params->host_addr_hi) {
9497 hmaptest_params->host_addr_lo = htol32((uint32)(scratch_lin & 0xffffffff));
9498 hmaptest_params->host_addr_hi = htol32((uint32)((scratch_lin >> 32) & 0xffffffff));
9535 pcie_hmaptest_t *hmaptest_params; local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c9405 dhdmsgbuf_hmaptest(dhd_pub_t *dhd, pcie_hmaptest_t *hmaptest_params) argument
9426 prot->hmaptest.accesstype = hmaptest_params->accesstype;
9427 prot->hmaptest.is_write = hmaptest_params->is_write;
9428 prot->hmaptest.len = hmaptest_params->xfer_len;
9429 prot->hmaptest.offset = hmaptest_params->host_offset;
9434 offset, prot->hmaptest.len, hmaptest_params->value));
9492 if (hmaptest_params->host_addr_lo || hmaptest_params->host_addr_hi) {
9501 hmaptest_params->host_addr_lo = htol32((uint32)(scratch_lin & 0xffffffff));
9502 hmaptest_params->host_addr_hi = htol32((uint32)((scratch_lin >> 32) & 0xffffffff));
9539 pcie_hmaptest_t *hmaptest_params; local
[all …]