Lines Matching refs:shaddr
9472 uint32 shaddr = 0; in dhdpcie_tcm_valid() local
9475 shaddr = bus->dongle_ram_base + bus->ramsize - 4; in dhdpcie_tcm_valid()
9478 addr = LTOH32(dhdpcie_bus_rtcm32(bus, shaddr)); in dhdpcie_tcm_valid()
9481 (addr > shaddr)) { in dhdpcie_tcm_valid()
9536 uint32 shaddr = 0; in dhdpcie_readshared_console() local
9541 shaddr = bus->dongle_ram_base + bus->ramsize - 4; in dhdpcie_readshared_console()
9547 addr = LTOH32(dhdpcie_bus_rtcm32(bus, shaddr)); in dhdpcie_readshared_console()
9551 (addr > shaddr)) { in dhdpcie_readshared_console()
9582 uint32 shaddr = 0; in dhdpcie_readshared() local
9591 shaddr = bus->dongle_ram_base + bus->ramsize - 4; in dhdpcie_readshared()
9597 addr = LTOH32(dhdpcie_bus_rtcm32(bus, shaddr)); in dhdpcie_readshared()
9612 (addr > shaddr)) { in dhdpcie_readshared()
9748 if (sh->rings_info_ptr > shaddr) { in dhdpcie_readshared()