tegra_xusb_softc
static uint32_t csb_read_4(struct tegra_xusb_softc * const, bus_size_t);
static void csb_write_4(struct tegra_xusb_softc * const, bus_size_t,
static void tegra_xusb_init(struct tegra_xusb_softc * const);
static int tegra_xusb_open_fw(struct tegra_xusb_softc * const);
static int tegra_xusb_load_fw(struct tegra_xusb_softc * const, void *,
static void tegra_xusb_init_regulators(struct tegra_xusb_softc * const);
static int xusb_mailbox_send(struct tegra_xusb_softc * const, uint32_t);
CFATTACH_DECL_NEW(tegra_xusb, sizeof(struct tegra_xusb_softc),
struct tegra_xusb_softc * const psc = device_private(self);
struct tegra_xusb_softc * const psc = device_private(self);
struct tegra_xusb_softc * const psc = v;
tegra_xusb_init_regulators(struct tegra_xusb_softc * const psc)
tegra_xusb_init(struct tegra_xusb_softc * const psc)
fw_dma_alloc(struct tegra_xusb_softc * const psc, size_t size, size_t align,
fw_dma_free(struct tegra_xusb_softc * const psc, struct fw_dma * const p)
tegra_xusb_open_fw(struct tegra_xusb_softc * const psc)
tegra_xusb_load_fw(struct tegra_xusb_softc * const psc, void *firmware_image,
csb_read_4(struct tegra_xusb_softc * const psc, bus_size_t csb_offset)
csb_write_4(struct tegra_xusb_softc * const psc, bus_size_t csb_offset,
xusb_mailbox_send(struct tegra_xusb_softc * const psc, uint32_t msg)