Searched refs:rstvec (Results 1 – 5 of 5) sorted by relevance
| /src/sys/powerpc/powermac/ |
| H A D | platform_powermac.c | 346 volatile uint8_t *rstvec; in powermac_smp_start_cpu() local 378 rstvec = rstvec_virtbase + reset; in powermac_smp_start_cpu() 380 *rstvec = 4; in powermac_smp_start_cpu() 382 (void)(*rstvec); in powermac_smp_start_cpu() 385 *rstvec = 0; in powermac_smp_start_cpu() 387 (void)(*rstvec); in powermac_smp_start_cpu()
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | chip.h | 71 void (*activate)(void *ctx, struct brcmf_chip *chip, u32 rstvec); 87 bool brcmf_chip_set_active(struct brcmf_chip *ci, u32 rstvec);
|
| H A D | chip.c | 1324 static bool brcmf_chip_cr4_set_active(struct brcmf_chip_priv *chip, u32 rstvec) in brcmf_chip_cr4_set_active() argument 1328 chip->ops->activate(chip->ctx, &chip->pub, rstvec); in brcmf_chip_cr4_set_active() 1351 static bool brcmf_chip_ca7_set_active(struct brcmf_chip_priv *chip, u32 rstvec) in brcmf_chip_ca7_set_active() argument 1355 chip->ops->activate(chip->ctx, &chip->pub, rstvec); in brcmf_chip_ca7_set_active() 1389 bool brcmf_chip_set_active(struct brcmf_chip *pub, u32 rstvec) in brcmf_chip_set_active() argument 1399 return brcmf_chip_cr4_set_active(chip, rstvec); in brcmf_chip_set_active() 1402 return brcmf_chip_ca7_set_active(chip, rstvec); in brcmf_chip_set_active()
|
| H A D | sdio.c | 3390 u32 rstvec; in brcmf_sdio_download_firmware() local 3395 rstvec = get_unaligned_le32(fw->data); in brcmf_sdio_download_firmware() 3396 brcmf_dbg(SDIO, "firmware rstvec: %x\n", rstvec); in brcmf_sdio_download_firmware() 3414 if (!brcmf_chip_set_active(bus->ci, rstvec)) { in brcmf_sdio_download_firmware() 3891 u32 rstvec) in brcmf_sdio_buscore_activate() argument 3901 if (rstvec) in brcmf_sdio_buscore_activate() 3903 brcmf_sdiod_ramrw(sdiodev, true, 0, (void *)&rstvec, in brcmf_sdio_buscore_activate() 3904 sizeof(rstvec)); in brcmf_sdio_buscore_activate()
|
| H A D | pcie.c | 2014 u32 rstvec) in brcmf_pcie_buscore_activate() argument 2018 brcmf_pcie_write_tcm32(devinfo, 0, rstvec); in brcmf_pcie_buscore_activate()
|