Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wan/
Dc101.c129 u8 stat = sca_in(MSCI0_OFFSET + ST1, port); /* read MSCI ST1 status */ in sca_msci_intr()
132 sca_out(stat & (ST1_UDRN | ST1_CDCD), MSCI0_OFFSET + ST1, port); in sca_msci_intr()
140 stat = sca_in(MSCI1_OFFSET + ST1, port); /* read MSCI1 ST1 status */ in sca_msci_intr()
142 sca_out(stat & ST1_CDCD, MSCI1_OFFSET + ST1, port); in sca_msci_intr()
234 sca_in(MSCI1_OFFSET + ST1, port), in c101_ioctl()
Dhd64570.h51 #define ST1 0x03 /* Status 1 */ macro
Dhd64572.c191 if (sca_in(msci + ST1, card) & ST1_CDCD) { in sca_msci_intr()
193 sca_out(ST1_CDCD, msci + ST1, card); in sca_msci_intr()
548 sca_in(get_msci(port) + ST1, card), in sca_dump_rings()
Dhd64570.c223 u8 stat = sca_in(msci + ST1, card); /* read MSCI ST1 status */ in sca_msci_intr()
226 sca_out(stat & (ST1_UDRN | ST1_CDCD), msci + ST1, card); in sca_msci_intr()
600 sca_in(get_msci(port) + ST1, card), in sca_dump_rings()
Dhd64572.h72 #define ST1 0x119 /* Status reg 1 */ macro
/Linux-v5.10/drivers/iio/magnetometer/
Dak8975.c214 ST1, enumerator
593 ret = i2c_smbus_read_byte_data(client, data->def->ctrl_regs[ST1]); in wait_conversion_complete_gpio()
611 data->def->ctrl_regs[ST1]); in wait_conversion_complete_polled()
/Linux-v5.10/drivers/block/
Dfloppy.c343 #define ST1 1 macro
1399 } else if (reply_buffer[ST1] & ST1_CRC) { in print_errors()
1402 } else if ((reply_buffer[ST1] & (ST1_MAM | ST1_ND)) || in print_errors()
1415 reply_buffer[ST0], reply_buffer[ST1], in print_errors()
1442 if (reply_buffer[ST1] & ST1_EOC) in interpret_errors()
1445 if (reply_buffer[ST1] & ST1_WP) { in interpret_errors()
1451 } else if (reply_buffer[ST1] & ST1_ND) { in interpret_errors()
1454 } else if (reply_buffer[ST1] & ST1_OR) { in interpret_errors()
1553 drive_state[current_drive].track != reply_buffer[ST1] && in seek_interrupt()
1564 drive_state[current_drive].track = reply_buffer[ST1]; in seek_interrupt()
[all …]