Searched refs:get_dts_property (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/staging/axis-fifo/ |
| D | axis-fifo.c | 687 static int get_dts_property(struct axis_fifo *fifo, in get_dts_property() function 810 rc = get_dts_property(fifo, "xlnx,axi-str-rxd-tdata-width", in axis_fifo_probe() 814 rc = get_dts_property(fifo, "xlnx,axi-str-txc-tdata-width", in axis_fifo_probe() 818 rc = get_dts_property(fifo, "xlnx,axi-str-txd-tdata-width", in axis_fifo_probe() 822 rc = get_dts_property(fifo, "xlnx,axis-tdest-width", &tdest_width); in axis_fifo_probe() 825 rc = get_dts_property(fifo, "xlnx,axis-tid-width", &tid_width); in axis_fifo_probe() 828 rc = get_dts_property(fifo, "xlnx,axis-tuser-width", &tuser_width); in axis_fifo_probe() 831 rc = get_dts_property(fifo, "xlnx,data-interface-type", in axis_fifo_probe() 835 rc = get_dts_property(fifo, "xlnx,has-axis-tdest", &has_tdest); in axis_fifo_probe() 838 rc = get_dts_property(fifo, "xlnx,has-axis-tid", &has_tid); in axis_fifo_probe() [all …]
|