Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Dst-fsm.txt4 - compatible : Should be "st,spi-fsm"
6 - reg-names : Should contain the reg names "spi-fsm"
17 compatible = "st,spi-fsm";
19 reg-names = "spi-fsm";
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dstih407-pinctrl.dtsi1225 fsm {
1226 pinctrl_fsm: fsm {
1228 spi-fsm-clk = <&pio40 1 ALT1 OUT>;
1229 spi-fsm-cs = <&pio40 0 ALT1 OUT>;
1230 spi-fsm-mosi = <&pio40 2 ALT1 OUT>;
1231 spi-fsm-miso = <&pio40 3 ALT1 IN>;
1232 spi-fsm-hol = <&pio40 5 ALT1 OUT>;
1233 spi-fsm-wp = <&pio40 4 ALT1 OUT>;
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c2081 struct fwd_stream **fsm; in run_pkt_fwd_on_lcore() local
2094 fsm = &fwd_streams[fc->stream_idx]; in run_pkt_fwd_on_lcore()
2098 (*pkt_fwd)(fsm[sm_id]); in run_pkt_fwd_on_lcore()