Lines Matching defs:psc
210 struct tegra_xusb_softc * const psc = device_private(self); in tegra_xusb_attach() local
424 struct tegra_xusb_softc * const psc = device_private(self); in tegra_xusb_mountroot() local
514 struct tegra_xusb_softc * const psc = v; in tegra_xusb_intr_mbox() local
600 tegra_xusb_init_regulators(struct tegra_xusb_softc * const psc) in tegra_xusb_init_regulators()
625 tegra_xusb_init(struct tegra_xusb_softc * const psc) in tegra_xusb_init()
682 fw_dma_alloc(struct tegra_xusb_softc * const psc, size_t size, size_t align, in fw_dma_alloc()
720 fw_dma_free(struct tegra_xusb_softc * const psc, struct fw_dma * const p) in fw_dma_free()
737 tegra_xusb_open_fw(struct tegra_xusb_softc * const psc) in tegra_xusb_open_fw()
803 tegra_xusb_load_fw(struct tegra_xusb_softc * const psc, void *firmware_image, in tegra_xusb_load_fw()
921 csb_read_4(struct tegra_xusb_softc * const psc, bus_size_t csb_offset) in csb_read_4()
933 csb_write_4(struct tegra_xusb_softc * const psc, bus_size_t csb_offset, in csb_write_4()
946 xusb_mailbox_send(struct tegra_xusb_softc * const psc, uint32_t msg) in xusb_mailbox_send()