Home
last modified time | relevance | path

Searched refs:suspend_smc_id (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dohci-at91.c59 u32 suspend_smc_id; member
140 u32 suspend_smc_id; in at91_dt_suspend_smc() local
145 if (of_property_read_u32(dev->of_node, "microchip,suspend-smc-id", &suspend_smc_id)) in at91_dt_suspend_smc()
148 return suspend_smc_id; in at91_dt_suspend_smc()
228 ohci_at91->suspend_smc_id = at91_dt_suspend_smc(dev); in usb_hcd_at91_probe()
229 if (!ohci_at91->suspend_smc_id) { in usb_hcd_at91_probe()
326 if (ohci_at91->suspend_smc_id) { in ohci_at91_port_suspend()
329 arm_smccc_smc(ohci_at91->suspend_smc_id, set, 0, 0, 0, 0, 0, 0, &res); in ohci_at91_port_suspend()