Searched refs:dhdsdio_membytes (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/staging/brcm80211/brcmfmac/ |
D | dhd_sdio.c | 1699 dhdsdio_membytes(dhd_bus_t *bus, bool write, u32 address, u8 *data, in dhdsdio_membytes() function 1766 rv = dhdsdio_membytes(bus, false, bus->ramsize - 4, (u8 *)&addr, 4); in dhdsdio_readshared() 1785 rv = dhdsdio_membytes(bus, false, addr, (u8 *) sh, in dhdsdio_readshared() 1878 bcmerror = dhdsdio_membytes(bus, false, in dhdsdio_checkdied() 1890 bcmerror = dhdsdio_membytes(bus, false, in dhdsdio_checkdied() 1905 bcmerror = dhdsdio_membytes(bus, false, in dhdsdio_checkdied() 1960 ret = dhdsdio_membytes(bus, false, start, databuf, read_size); in dhdsdio_mem_dump() 2000 rv = dhdsdio_membytes(bus, false, addr, (u8 *)&c->log, in dhdsdio_readconsole() 2026 rv = dhdsdio_membytes(bus, false, addr, c->buf, c->bufsize); in dhdsdio_readconsole() 2257 dhdsdio_membytes(bus, set, address, data, size); in dhdsdio_doiovar() [all …]
|