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

/freebsd-12-stable/sys/dev/sf/
H A Dif_sf.c1940 uint32_t gfpinst; local
1951 gfpinst = p[2] << 24 | p[3] << 16 | p[4] << 8 | p[5];
1952 csr_write_4(sc, SF_TXGFP_MEM_BASE + ndx * 4, gfpinst);
1953 gfpinst = p[0] << 8 | p[1];
1954 csr_write_4(sc, SF_TXGFP_MEM_BASE + (ndx + 1) * 4, gfpinst);
1964 gfpinst = p[2] << 24 | p[3] << 16 | p[4] << 8 | p[5];
1965 csr_write_4(sc, SF_RXGFP_MEM_BASE + (ndx * 4), gfpinst);
1966 gfpinst = p[0] << 8 | p[1];
1967 csr_write_4(sc, SF_RXGFP_MEM_BASE + (ndx + 1) * 4, gfpinst);

Completed in 69 milliseconds