Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/drivers/synopsys/ufs/
Ddw_ufs.c175 .phy_init = dwufs_phy_init,
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/
Dufs.h510 int (*phy_init)(ufs_params_t *params); member
/device/linaro/bootloader/arm-trusted-firmware/drivers/ufs/
Dufs.c746 assert((ops != NULL) && (ops->phy_init != NULL) && in ufs_init()
750 ops->phy_init(&ufs_params); in ufs_init()