Lines Matching refs:dhdsdio_membytes
3810 dhdsdio_membytes(dhd_bus_t *bus, bool write, uint32 address, uint8 *data, uint size) in dhdsdio_membytes() function
3906 if (0 == dhdsdio_membytes(bus, FALSE, sh->txseq_sync_addr, (uint8 *)&val, 1)) { in dhdsdio_txseq_sync()
3963 if ((rv = dhdsdio_membytes(bus, FALSE, shaddr, (uint8 *)&addr, 4)) < 0) in dhdsdio_readshared()
3987 if ((rv = dhdsdio_membytes(bus, FALSE, addr, (uint8 *)sh, sizeof(sdpcm_shared_t))) < 0) in dhdsdio_readshared()
4046 if ((rv = dhdsdio_membytes(bus, FALSE, addr, (uint8 *)&c->log, sizeof(c->log))) < 0) in dhdsdio_readconsole()
4071 if ((rv = dhdsdio_membytes(bus, FALSE, addr, c->buf, c->bufsize)) < 0) in dhdsdio_readconsole()
4178 if ((bcmerror = dhdsdio_membytes(bus, FALSE, in dhdsdio_checkdied()
4189 if ((bcmerror = dhdsdio_membytes(bus, FALSE, in dhdsdio_checkdied()
4204 if ((bcmerror = dhdsdio_membytes(bus, FALSE, in dhdsdio_checkdied()
4214 if ((rv = dhdsdio_membytes(bus, FALSE, addr, in dhdsdio_checkdied()
4219 if ((rv = dhdsdio_membytes(bus, FALSE, addr, in dhdsdio_checkdied()
4224 if ((rv = dhdsdio_membytes(bus, FALSE, addr, in dhdsdio_checkdied()
4236 if ((rv = dhdsdio_membytes(bus, FALSE, console_ptr, in dhdsdio_checkdied()
4352 ret = dhdsdio_membytes(bus, FALSE, start, databuf, read_size); in dhdsdio_get_mem_dump()
4679 bcmerror = dhdsdio_membytes(bus, set, address, data, size); in dhdsdio_doiovar()
5348 bcmerror = dhdsdio_membytes(bus, TRUE, varaddr, vbuffer, varsize); in dhdsdio_write_vars()
5368 bcmerror = dhdsdio_membytes(bus, FALSE, varaddr, nvram_ularray, varsize); in dhdsdio_write_vars()
5419 bcmerror = dhdsdio_membytes(bus, TRUE, (phys_size - 4), in dhdsdio_write_vars()
5487 if (dhdsdio_membytes(bus, TRUE, bus->ramsize - 4, in dhdsdio_download_state()
5578 bcmerror = dhdsdio_membytes(bus, TRUE, 0, in dhdsdio_download_state()
5585 bcmerror = dhdsdio_membytes(bus, FALSE, 0, in dhdsdio_download_state()
7999 if (0 == dhdsdio_membytes(bus, FALSE, bus->rxlim_addr, (uint8 *)&rxlim, 1)) { in dhdsdio_dpc()
8927 if ((rv = dhdsdio_membytes(bus, TRUE, addr, (uint8 *)&val, sizeof(val))) < 0) in dhd_bus_console_in()
8936 if ((rv = dhdsdio_membytes(bus, TRUE, addr, (uint8 *)msg, msglen)) < 0) in dhd_bus_console_in()
8942 if ((rv = dhdsdio_membytes(bus, TRUE, addr, (uint8 *)&val, sizeof(val))) < 0) in dhd_bus_console_in()
10207 bcmerror = dhdsdio_membytes(bus, TRUE, offset, in dhdsdio_download_code_array()
10219 bcmerror = dhdsdio_membytes(bus, TRUE, offset, in dhdsdio_download_code_array()
10236 bcmerror = dhdsdio_membytes(bus, FALSE, offset, ularray + offset, MEMBLOCK); in dhdsdio_download_code_array()
10247 bcmerror = dhdsdio_membytes(bus, FALSE, offset, in dhdsdio_download_code_array()
10352 bcmerror = dhdsdio_membytes(bus, TRUE, offset, (uint8 *)memptr, len); in dhdsdio_download_code_file()
10361 bcmerror = dhdsdio_membytes(bus, FALSE, offset, memptr_tmp, len); in dhdsdio_download_code_file()
10495 bcmerror = dhdsdio_membytes(bus, TRUE, offset, memptr, len); in dhdsdio_download_code_file()
10504 bcmerror = dhdsdio_membytes(bus, FALSE, offset, memptr_tmp, len); in dhdsdio_download_code_file()
10619 bcmerror = dhdsdio_membytes(bus, TRUE, (ucode_base + offset), memptr, len); in dhdsdio_download_ucode_file()
10653 dhdsdio_membytes(bus, FALSE, shaddr, (uint8 *)&shdata, 4); in dhd_bus_ucode_download()
10671 dhdsdio_membytes(bus, TRUE, shaddr, (uint8 *)&shdata, 4); in dhd_bus_ucode_download()
11179 return dhdsdio_membytes(bus, set, address, data, size); in dhd_bus_membytes()
11741 bcm_error = dhdsdio_membytes(bus, TRUE, start_addr, mem_ptr, index); in _dhdsdio_download_btfw()
11750 bcm_error = dhdsdio_membytes(bus, TRUE, start_addr, mem_ptr, in _dhdsdio_download_btfw()
11760 bcm_error = dhdsdio_membytes(bus, TRUE, (start_addr + bytes_to_write), in _dhdsdio_download_btfw()