Searched refs:l2_ctl_of_parse_property (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/memory/ |
H A D | bt1-l2-ctl.c | 181 static int l2_ctl_of_parse_property(struct l2_ctl *l2, enum l2_ctl_stall id, in l2_ctl_of_parse_property() function 200 ret = l2_ctl_of_parse_property(l2, L2_WS_STALL, "baikal,l2-ws-latency"); in l2_ctl_of_parse() 204 ret = l2_ctl_of_parse_property(l2, L2_TAG_STALL, "baikal,l2-tag-latency"); in l2_ctl_of_parse() 208 return l2_ctl_of_parse_property(l2, L2_DATA_STALL, in l2_ctl_of_parse()
|