Lines Matching refs:console_addr
350 uint console_addr; /* Console address from shared struct */ member
3996 sh->console_addr = ltoh32(sh->console_addr); in dhdsdio_readshared()
4038 if (bus->console_addr == 0) in dhdsdio_readconsole()
4045 addr = bus->console_addr + OFFSETOF(hnd_cons_t, log); in dhdsdio_readconsole()
4156 l_sdpcm_shared.msgtrace_addr, l_sdpcm_shared.console_addr); in dhdsdio_checkdied()
4213 addr = l_sdpcm_shared.console_addr + OFFSETOF(hnd_cons_t, log); in dhdsdio_checkdied()
4218 addr = l_sdpcm_shared.console_addr + OFFSETOF(hnd_cons_t, log.buf_size); in dhdsdio_checkdied()
4223 addr = l_sdpcm_shared.console_addr + OFFSETOF(hnd_cons_t, log.idx); in dhdsdio_checkdied()
7589 bus->console_addr = shared.console_addr; in dhdsdio_hostmail()
8895 if (bus->console_addr == 0) { in dhd_bus_console_in()
8921 addr = bus->console_addr + OFFSETOF(hnd_cons_t, cbuf_idx); in dhd_bus_console_in()
8931 addr = bus->console_addr + OFFSETOF(hnd_cons_t, cbuf); in dhd_bus_console_in()
8940 addr = bus->console_addr + OFFSETOF(hnd_cons_t, vcons_in); in dhd_bus_console_in()
8980 if (bus->console_addr == 0) { in dhd_bus_txcons()