Lines Matching refs:console_addr
352 uint console_addr; /* Console address from shared struct */ member
3588 sh->console_addr = ltoh32(sh->console_addr); in dhdsdio_readshared()
3656 sh->console_addr = ltoh32(sh->console_addr); in dhdsdio_readshared_console()
3658 bus->console_addr = sh->console_addr; in dhdsdio_readshared_console()
3678 if (bus->console_addr == 0) in dhdsdio_readconsole()
3685 addr = bus->console_addr + OFFSETOF(hnd_cons_t, log); in dhdsdio_readconsole()
3811 l_sdpcm_shared.msgtrace_addr, l_sdpcm_shared.console_addr); in dhdsdio_checkdied()
3868 addr = l_sdpcm_shared.console_addr + OFFSETOF(hnd_cons_t, log); in dhdsdio_checkdied()
3873 addr = l_sdpcm_shared.console_addr + OFFSETOF(hnd_cons_t, log.buf_size); in dhdsdio_checkdied()
3878 addr = l_sdpcm_shared.console_addr + OFFSETOF(hnd_cons_t, log.idx); in dhdsdio_checkdied()
7256 bus->console_addr = shared.console_addr;
8251 if (bus->console_addr == 0)
8269 addr = bus->console_addr + OFFSETOF(hnd_cons_t, cbuf_idx);
8275 addr = bus->console_addr + OFFSETOF(hnd_cons_t, cbuf);
8280 addr = bus->console_addr + OFFSETOF(hnd_cons_t, vcons_in);