Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wan/
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()
Dhd64570.h51 #define ST1 0x03 /* Status 1 */ macro
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()
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()
Dhd64572.h72 #define ST1 0x119 /* Status reg 1 */ macro
/linux-6.6.21/drivers/iio/magnetometer/
Dak8975.c216 ST1, enumerator
626 ret = i2c_smbus_read_byte_data(client, data->def->ctrl_regs[ST1]); in wait_conversion_complete_gpio()
644 data->def->ctrl_regs[ST1]); in wait_conversion_complete_polled()
/linux-6.6.21/drivers/block/
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 …]