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

/linux-master/drivers/staging/axis-fifo/
H A Daxis-fifo.c720 static int get_dts_property(struct axis_fifo *fifo, function
742 ret = get_dts_property(fifo, "xlnx,axi-str-rxd-tdata-width", &value);
752 ret = get_dts_property(fifo, "xlnx,axi-str-txd-tdata-width", &value);
762 ret = get_dts_property(fifo, "xlnx,rx-fifo-depth",
770 ret = get_dts_property(fifo, "xlnx,tx-fifo-depth",
781 ret = get_dts_property(fifo, "xlnx,use-rx-data", &fifo->has_rx_fifo);
788 ret = get_dts_property(fifo, "xlnx,use-tx-data", &fifo->has_tx_fifo);

Completed in 245 milliseconds