Home
last modified time | relevance | path

Searched refs:ST1 (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c36 #define ST1 ST(1) macro
1353 uint64_t arg1_sig = extractFloatx80Frac(ST1); in helper_fpatan()
1354 int32_t arg1_exp = extractFloatx80Exp(ST1); in helper_fpatan()
1355 bool arg1_sign = extractFloatx80Sign(ST1); in helper_fpatan()
1359 ST1 = floatx80_silence_nan(ST0, &env->fp_status); in helper_fpatan()
1360 } else if (floatx80_is_signaling_nan(ST1, &env->fp_status)) { in helper_fpatan()
1362 ST1 = floatx80_silence_nan(ST1, &env->fp_status); in helper_fpatan()
1364 floatx80_invalid_encoding(ST1)) { in helper_fpatan()
1366 ST1 = floatx80_default_nan(&env->fp_status); in helper_fpatan()
1368 ST1 = ST0; in helper_fpatan()
[all …]
/openbmc/linux/drivers/net/wan/
H A Dc101.c122 u8 stat = sca_in(MSCI0_OFFSET + ST1, port); /* read MSCI ST1 status */ in sca_msci_intr()
125 sca_out(stat & (ST1_UDRN | ST1_CDCD), MSCI0_OFFSET + ST1, port); in sca_msci_intr()
133 stat = sca_in(MSCI1_OFFSET + ST1, port); /* read MSCI1 ST1 status */ in sca_msci_intr()
135 sca_out(stat & ST1_CDCD, MSCI1_OFFSET + ST1, port); in sca_msci_intr()
221 sca_in(MSCI1_OFFSET + ST1, port), in c101_siocdevprivate()
H A Dhd64570.h51 #define ST1 0x03 /* Status 1 */ macro
H A Dhd64572.c186 if (sca_in(msci + ST1, card) & ST1_CDCD) { in sca_msci_intr()
188 sca_out(ST1_CDCD, msci + ST1, card); in sca_msci_intr()
551 sca_in(get_msci(port) + ST1, card), in sca_dump_rings()
H A Dhd64570.c221 u8 stat = sca_in(msci + ST1, card); /* read MSCI ST1 status */ in sca_msci_intr()
224 sca_out(stat & (ST1_UDRN | ST1_CDCD), msci + ST1, card); in sca_msci_intr()
610 sca_in(get_msci(port) + ST1, card), in sca_dump_rings()
H A Dhd64572.h72 #define ST1 0x119 /* Status reg 1 */ macro
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/
H A DST1_C-80.0E1 # ST1 @ 88.0E C-BAND
/openbmc/linux/drivers/iio/magnetometer/
H A Dak8975.c215 ST1, enumerator
625 ret = i2c_smbus_read_byte_data(client, data->def->ctrl_regs[ST1]); in wait_conversion_complete_gpio()
643 data->def->ctrl_regs[ST1]); in wait_conversion_complete_polled()
/openbmc/linux/drivers/block/
H A Dfloppy.c342 #define ST1 1 macro
1398 } else if (reply_buffer[ST1] & ST1_CRC) { in print_errors()
1401 } else if ((reply_buffer[ST1] & (ST1_MAM | ST1_ND)) || in print_errors()
1414 reply_buffer[ST0], reply_buffer[ST1], in print_errors()
1441 if (reply_buffer[ST1] & ST1_EOC) in interpret_errors()
1444 if (reply_buffer[ST1] & ST1_WP) { in interpret_errors()
1450 } else if (reply_buffer[ST1] & ST1_ND) { in interpret_errors()
1453 } else if (reply_buffer[ST1] & ST1_OR) { in interpret_errors()
1552 drive_state[current_drive].track != reply_buffer[ST1] && in seek_interrupt()
1563 drive_state[current_drive].track = reply_buffer[ST1]; in seek_interrupt()
[all …]