Searched refs:REG_INTERRUPT_STATUS (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | rk630phy.c | 30 #define REG_INTERRUPT_STATUS 0X10 macro 329 phy_write(priv->phydev, REG_INTERRUPT_STATUS, BIT(14)); in rk630_wol_irq_thread()
|
| /OK3568_Linux_fs/u-boot/drivers/ufs/ |
| H A D | ufs.c | 192 intr_status = ufshcd_readl(hba, REG_INTERRUPT_STATUS); in ufshcd_send_uic_cmd() 194 ufshcd_writel(hba, intr_status, REG_INTERRUPT_STATUS); in ufshcd_send_uic_cmd() 820 intr_status = ufshcd_readl(hba, REG_INTERRUPT_STATUS); in ufshcd_send_command() 822 ufshcd_writel(hba, intr_status, REG_INTERRUPT_STATUS); in ufshcd_send_command() 1916 ufshcd_writel(hba, ufshcd_readl(hba, REG_INTERRUPT_STATUS), in ufshcd_probe() 1917 REG_INTERRUPT_STATUS); in ufshcd_probe()
|
| H A D | ufs.h | 794 REG_INTERRUPT_STATUS = 0x20, enumerator
|
| /OK3568_Linux_fs/u-boot/drivers/net/phy/ |
| H A D | rk630phy.c | 27 #define REG_INTERRUPT_STATUS 0X10 macro
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ufs/ |
| H A D | ufshci.h | 27 REG_INTERRUPT_STATUS = 0x20, enumerator
|
| H A D | ufshcd.c | 402 intr = ufshcd_readl(hba, REG_INTERRUPT_STATUS); in ufshcd_add_command_trace() 6425 intr_status = ufshcd_readl(hba, REG_INTERRUPT_STATUS); in ufshcd_intr() 6439 ufshcd_writel(hba, intr_status, REG_INTERRUPT_STATUS); in ufshcd_intr() 6443 intr_status = ufshcd_readl(hba, REG_INTERRUPT_STATUS); in ufshcd_intr() 9352 ufshcd_writel(hba, ufshcd_readl(hba, REG_INTERRUPT_STATUS), in ufshcd_init() 9353 REG_INTERRUPT_STATUS); in ufshcd_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/moxa/ |
| H A D | moxart_ether.h | 70 #define REG_INTERRUPT_STATUS 0 macro
|
| H A D | moxart_ether.c | 319 unsigned int ists = readl(priv->base + REG_INTERRUPT_STATUS); in moxart_mac_interrupt()
|