Searched refs:INT_STS (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/mtd/nand/raw/ |
| H A D | mxic_nand.c | 42 #define INT_STS 0x4 macro 288 sts = readl(nfc->regs + INT_STS); in mxic_nfc_isr() 356 ret = readl_poll_timeout(nfc->regs + INT_STS, sts, in mxic_nfc_data_xfer() 363 ret = readl_poll_timeout(nfc->regs + INT_STS, sts, in mxic_nfc_data_xfer() 368 ret = readl_poll_timeout(nfc->regs + INT_STS, sts, in mxic_nfc_data_xfer() 379 if (readl(nfc->regs + INT_STS) & INT_RX_NOT_EMPTY) in mxic_nfc_data_xfer()
|
| /linux/drivers/net/usb/ |
| H A D | smsc95xx.h | 51 #define INT_STS (0x08) macro
|
| H A D | smsc75xx.h | 60 #define INT_STS (0x000C) macro
|
| H A D | lan78xx.h | 108 #define INT_STS (0x0C) macro
|
| H A D | smsc75xx.c | 633 ret = smsc75xx_write_reg(dev, INT_STS, INT_STS_CLEAR_ALL); in smsc75xx_link_reset() 1240 ret = smsc75xx_write_reg(dev, INT_STS, INT_STS_CLEAR_ALL); in smsc75xx_reset()
|
| H A D | lan78xx.c | 329 INT_STS, 1618 return lan78xx_write_reg(dev, INT_STS, INT_STS_PHY_INT_); in lan78xx_phy_int_ack() 3326 ret = lan78xx_write_reg(dev, INT_STS, INT_STS_CLEAR_ALL_); in lan78xx_reset()
|
| H A D | smsc95xx.c | 1049 ret = smsc95xx_write_reg(dev, INT_STS, INT_STS_CLEAR_ALL_); in smsc95xx_reset()
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smsc911x.h | 112 #define INT_STS 0x58 macro
|
| /linux/drivers/usb/typec/ |
| H A D | anx7411.c | 141 #define INT_STS 0xB7 macro 919 ret = anx7411_reg_block_read(ctx->spi_client, INT_STS, STATUS_LEN, buf); in anx7411_work_func() 936 ret = anx7411_reg_write(ctx->spi_client, INT_STS, 0); in anx7411_work_func() 1295 ret = anx7411_reg_write(ctx->spi_client, INT_STS, 0); in anx7411_typec_check_connection()
|
| /linux/drivers/net/ethernet/microchip/ |
| H A D | lan743x_main.h | 403 #define INT_STS (0x780) macro
|
| H A D | lan743x_main.c | 353 int_sts = lan743x_csr_read(adapter, INT_STS); in lan743x_intr_entry_isr() 2081 lan743x_csr_read(adapter, INT_STS); in lan743x_tx_napi_poll()
|