Lines Matching refs:dev
86 pbus_dev_t dev; in __anon8f8555e90202() local
87 dev.name = "sherlock-emmc"; in __anon8f8555e90202()
88 dev.vid = PDEV_VID_AMLOGIC; in __anon8f8555e90202()
89 dev.pid = PDEV_PID_GENERIC; in __anon8f8555e90202()
90 dev.did = PDEV_DID_AMLOGIC_SD_EMMC; in __anon8f8555e90202()
91 dev.mmio_list = emmc_mmios; in __anon8f8555e90202()
92 dev.mmio_count = countof(emmc_mmios); in __anon8f8555e90202()
93 dev.irq_list = emmc_irqs; in __anon8f8555e90202()
94 dev.irq_count = countof(emmc_irqs); in __anon8f8555e90202()
95 dev.bti_list = emmc_btis; in __anon8f8555e90202()
96 dev.bti_count = countof(emmc_btis); in __anon8f8555e90202()
97 dev.gpio_list = emmc_gpios; in __anon8f8555e90202()
98 dev.gpio_count = countof(emmc_gpios); in __anon8f8555e90202()
99 dev.metadata_list = emmc_metadata; in __anon8f8555e90202()
100 dev.metadata_count = countof(emmc_metadata); in __anon8f8555e90202()
101 dev.boot_metadata_list = emmc_boot_metadata; in __anon8f8555e90202()
102 dev.boot_metadata_count = countof(emmc_boot_metadata); in __anon8f8555e90202()
103 return dev; in __anon8f8555e90202()