Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/ti/k3low/common/drivers/k3-ddrss/common/
H A Dlpddr4_structs_if.h30 lpddr4_phyindepcallback phyindepinterrupthandler;
38 lpddr4_phyindepcallback phyindepinterrupthandler;
H A Dlpddr4_if.h40 typedef void (*lpddr4_phyindepcallback)(const ti_lpddr4_privatedata *pd, typedef
/rk3399_ARM-atf/plat/ti/k3low/common/drivers/k3-ddrss/
H A Dlpddr4.c134 pd->phyindepinterrupthandler = (lpddr4_phyindepcallback)cfg->phyindepinterrupthandler; in ti_lpddr4_init()