Home
last modified time | relevance | path

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

/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
/linux/drivers/iio/magnetometer/
H A Dak8975.c217 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 Dfloppy.c342 #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 …]