HomeSort by: relevance | last modified time | path
    Searched defs:sfc (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/alpha/alpha/
fp_complete.c 269 s_float sfb, sfc; local in function:cvt_qs_ts_st_gf_qf
290 sfc.i = float64_to_float32(tfb.i);
291 lds(inst.float_detail.fc, &sfc, l);
559 s_float sfa, sfb, sfc; local in function:alpha_fp_interpret
578 sfc.i = (int64_t)tfb.i >= 0L ? INT_MAX : INT_MIN;
579 alpha_lds(inst.float_detail.fc, &sfc);
595 sfc.i = float32_sqrt(sfb.i);
598 sfc.i = FLOAT32QNAN;
601 sfc.i = (*swfp_s[inst.float_detail.opclass])(
604 lds(inst.float_detail.fc, &sfc, l)
    [all...]
fp_complete.c 269 s_float sfb, sfc; local in function:cvt_qs_ts_st_gf_qf
290 sfc.i = float64_to_float32(tfb.i);
291 lds(inst.float_detail.fc, &sfc, l);
559 s_float sfa, sfb, sfc; local in function:alpha_fp_interpret
578 sfc.i = (int64_t)tfb.i >= 0L ? INT_MAX : INT_MIN;
579 alpha_lds(inst.float_detail.fc, &sfc);
595 sfc.i = float32_sqrt(sfb.i);
598 sfc.i = FLOAT32QNAN;
601 sfc.i = (*swfp_s[inst.float_detail.opclass])(
604 lds(inst.float_detail.fc, &sfc, l)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
rv1108.dtsi 549 sfc: spi@301c0000 { label
550 compatible = "rockchip,sfc";
728 sfc {
729 sfc_bus4: sfc-bus4 {
737 sfc_bus2: sfc-bus2 {
743 sfc_cs0: sfc-cs0 {
748 sfc_clk: sfc-clk {
rv1108.dtsi 549 sfc: spi@301c0000 { label
550 compatible = "rockchip,sfc";
728 sfc {
729 sfc_bus4: sfc-bus4 {
737 sfc_bus2: sfc-bus2 {
743 sfc_cs0: sfc-cs0 {
748 sfc_clk: sfc-clk {
  /src/sys/dev/sdmmc/
sdmmc_mem.c 1524 uint16_t sfc = SD_EXTENSION_INFO_SFC(ginfo, index); local in function:sdmmc_mem_decode_general_info
1533 DPRINTF(("%s: sdmmc_mem_decode_general_info: sfc=0x%04x, reg=0x%08x\n",
1534 SDMMCDEVNAME(sc), sfc, reg));
1536 switch (sfc) {
sdmmc_mem.c 1524 uint16_t sfc = SD_EXTENSION_INFO_SFC(ginfo, index); local in function:sdmmc_mem_decode_general_info
1533 DPRINTF(("%s: sdmmc_mem_decode_general_info: sfc=0x%04x, reg=0x%08x\n",
1534 SDMMCDEVNAME(sc), sfc, reg));
1536 switch (sfc) {

Completed in 165 milliseconds