Searched refs:ST1 (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/wan/ |
H A D | c101.c | 122 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 D | hd64570.h | 51 #define ST1 0x03 /* Status 1 */ macro
|
H A D | hd64572.c | 186 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 D | hd64570.c | 221 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 D | hd64572.h | 72 #define ST1 0x119 /* Status reg 1 */ macro
|
/linux/drivers/iio/magnetometer/ |
H A D | ak8975.c | 217 ST1, enumerator 664 ret = i2c_smbus_read_byte_data(client, data->def->ctrl_regs[ST1]); in wait_conversion_complete_gpio() 682 data->def->ctrl_regs[ST1]); in wait_conversion_complete_polled()
|
/linux/drivers/block/ |
H A D | floppy.c | 342 #define ST1 1 macro 1401 } else if (reply_buffer[ST1] & ST1_CRC) { in print_errors() 1404 } else if ((reply_buffer[ST1] & (ST1_MAM | ST1_ND)) || in print_errors() 1417 reply_buffer[ST0], reply_buffer[ST1], in print_errors() 1444 if (reply_buffer[ST1] & ST1_EOC) in interpret_errors() 1447 if (reply_buffer[ST1] & ST1_WP) { in interpret_errors() 1453 } else if (reply_buffer[ST1] & ST1_ND) { in interpret_errors() 1456 } else if (reply_buffer[ST1] & ST1_OR) { in interpret_errors() 1555 drive_state[current_drive].track != reply_buffer[ST1] && in seek_interrupt() 1566 drive_state[current_drive].track = reply_buffer[ST1]; in seek_interrupt() [all …]
|