Home
last modified time | relevance | path

Searched refs:REG_INTERRUPT_STATUS (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Drk630phy.c30 #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 Dufs.c192 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 Dufs.h794 REG_INTERRUPT_STATUS = 0x20, enumerator
/OK3568_Linux_fs/u-boot/drivers/net/phy/
H A Drk630phy.c27 #define REG_INTERRUPT_STATUS 0X10 macro
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshci.h27 REG_INTERRUPT_STATUS = 0x20, enumerator
H A Dufshcd.c402 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 Dmoxart_ether.h70 #define REG_INTERRUPT_STATUS 0 macro
H A Dmoxart_ether.c319 unsigned int ists = readl(priv->base + REG_INTERRUPT_STATUS); in moxart_mac_interrupt()