Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/axis-fifo/
Daxis-fifo.c688 static int get_dts_property(struct axis_fifo *fifo, in get_dts_property() function
811 rc = get_dts_property(fifo, "xlnx,axi-str-rxd-tdata-width", in axis_fifo_probe()
815 rc = get_dts_property(fifo, "xlnx,axi-str-txc-tdata-width", in axis_fifo_probe()
819 rc = get_dts_property(fifo, "xlnx,axi-str-txd-tdata-width", in axis_fifo_probe()
823 rc = get_dts_property(fifo, "xlnx,axis-tdest-width", &tdest_width); in axis_fifo_probe()
826 rc = get_dts_property(fifo, "xlnx,axis-tid-width", &tid_width); in axis_fifo_probe()
829 rc = get_dts_property(fifo, "xlnx,axis-tuser-width", &tuser_width); in axis_fifo_probe()
832 rc = get_dts_property(fifo, "xlnx,data-interface-type", in axis_fifo_probe()
836 rc = get_dts_property(fifo, "xlnx,has-axis-tdest", &has_tdest); in axis_fifo_probe()
839 rc = get_dts_property(fifo, "xlnx,has-axis-tid", &has_tid); in axis_fifo_probe()
[all …]