Home
last modified time | relevance | path

Searched refs:st3 (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/flash/
H A Dw25n.c223 uint8_t st3, ecc_status; in w25n_read() local
306 err = w25n_read_status_register(sc, STATUS_REG_3, &st3); in w25n_read()
312 ecc_status = (st3 >> STATUS_REG_3_ECC_STATUS_SHIFT) in w25n_read()
371 uint8_t st1, st2, st3; in w25n_attach() local
396 err = w25n_read_status_register(sc, STATUS_REG_3, &st3); in w25n_attach()
410 st1, st2, st3); in w25n_attach()
/freebsd/sys/dev/fdc/
H A Dfdc.c557 int st3; in fdc_sense_drive() local
559 if (fdc_cmd(fdc, 2, NE7CMD_SENSED, fdc->fd->fdsu, 1, &st3)) in fdc_sense_drive()
562 *st3p = st3; in fdc_sense_drive()
763 int st0, st3, cyl, mfm, steptrac, cylinder, descyl, sec; in fdc_worker() local
885 if(fdc_sense_drive(fdc, &st3) != 0) in fdc_worker()
887 if(st3 & NE7_ST3_WP) in fdc_worker()
1207 int st0, st3, cyl; in fd_probe_disk() local
1246 if (fdc_sense_drive(fdc, &st3) != 0) in fd_probe_disk()
1252 if (st3 & NE7_ST3_WP) in fd_probe_disk()
1885 u_int st0, st3; in fd_probe() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_i386.h260 DEFINE_FP_MM(mm, 2, st2), DEFINE_FP_MM(mm, 3, st3),
H A DRegisterInfos_x86_64.h288 DEFINE_FP_MM(mm, 2, st2), DEFINE_FP_MM(mm, 3, st3),
H A DRegisterInfos_x86_64_with_base.h271 DEFINE_FP_MM(mm, 2, st2), DEFINE_FP_MM(mm, 3, st3),
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td8386 defm ST3 : SIMDSt3Multiple<"st3">;
8678 defm ST3 : SIMDStSingleB<0, 0b001, "st3", VecListThreeb, GPR64pi3>;
8679 defm ST3 : SIMDStSingleH<0, 0b011, 0, "st3", VecListThreeh, GPR64pi6>;
8680 defm ST3 : SIMDStSingleS<0, 0b101, 0b00, "st3", VecListThrees, GPR64pi12>;
8681 defm ST3 : SIMDStSingleD<0, 0b101, 0b01, "st3", VecListThreed, GPR64pi24>;
8690 defm ST3 : SIMDLdSt3SingleAliases<"st3">;