Home | History | Annotate | Download | only in sbus

Lines Matching refs:fg

985 	volatile uint64_t bg, fg, temp, mask;
1019 fg = (uint64_t)*cdata >>
1022 fg = (uint64_t)*cdata <<
1025 sc->sc_rstip[addr] = fg | temp;
1037 fg = temp | (uint64_t)*wdata >>
1040 fg = temp | (uint64_t)*wdata <<
1043 sc->sc_rstip[addr] = fg;
1078 fg = (uint64_t)bork >> (shift - 24);
1079 sc->sc_rstip[addr] = fg | temp;
1094 fg = (uint64_t)bork >> (shift - 16);
1095 sc->sc_rstip[addr] = fg | temp;