Home
last modified time | relevance | path

Searched refs:isrc (Results 1 – 13 of 13) sorted by relevance

/drivers/net/can/
Dsun4i_can.c510 static int sun4i_can_err(struct net_device *dev, u8 isrc, u8 status) in sun4i_can_err() argument
528 if (isrc & SUN4I_INT_DATA_OR) { in sun4i_can_err()
547 if (isrc & SUN4I_INT_ERR_WRN) { in sun4i_can_err()
562 if (isrc & SUN4I_INT_BUS_ERR) { in sun4i_can_err()
593 if (isrc & SUN4I_INT_ERR_PASSIVE) { in sun4i_can_err()
601 if (isrc & SUN4I_INT_ARB_LOST) { in sun4i_can_err()
640 u8 isrc, status; in sun4i_can_interrupt() local
643 while ((isrc = readl(priv->base + SUN4I_REG_INT_ADDR)) && in sun4i_can_interrupt()
648 if (isrc & SUN4I_INT_WAKEUP) in sun4i_can_interrupt()
651 if (isrc & SUN4I_INT_TBUF_VLD) { in sun4i_can_interrupt()
[all …]
Djanz-ican3.c1037 u8 isrc, ecc, status, rxerr, txerr; in ican3_handle_cevtind() local
1053 isrc = msg->data[0]; in ican3_handle_cevtind()
1069 if (isrc == CEVTIND_BEI) { in ican3_handle_cevtind()
1101 if (isrc == CEVTIND_DOI || isrc == CEVTIND_LOST) { in ican3_handle_cevtind()
1110 if (isrc == CEVTIND_EI) { in ican3_handle_cevtind()
1128 if (isrc == CEVTIND_BEI) { in ican3_handle_cevtind()
/drivers/net/can/sja1000/
Dsja1000.c390 static int sja1000_err(struct net_device *dev, uint8_t isrc, uint8_t status) in sja1000_err() argument
408 if (isrc & IRQ_DOI) { in sja1000_err()
418 if (isrc & IRQ_EI) { in sja1000_err()
433 if (isrc & IRQ_BEI) { in sja1000_err()
464 if (isrc & IRQ_EPI) { in sja1000_err()
473 if (isrc & IRQ_ALI) { in sja1000_err()
504 uint8_t isrc, status; in sja1000_interrupt() local
514 while ((isrc = priv->read_reg(priv, SJA1000_IR)) && in sja1000_interrupt()
522 if (isrc & IRQ_WUI) in sja1000_interrupt()
525 if (isrc & IRQ_TI) { in sja1000_interrupt()
[all …]
/drivers/scsi/qla2xxx/
Dqla_inline.h84 uint32_t *isrc = (uint32_t *) src; in host_to_adap() local
88 for ( ; iter--; isrc++) in host_to_adap()
89 *odest++ = cpu_to_le32(*isrc); in host_to_adap()
/drivers/staging/rtl8723bs/include/
Dsta_info.h191 u8 isrc; /* this device is rc */ member
/drivers/staging/rtl8723bs/os_dep/
Drecv_linux.c218 if (psta && psta->isrc && psta->pid > 0) { in rtw_os_ksocket_send()
/drivers/net/ethernet/marvell/
Dskge.c1868 u16 isrc; in bcom_phy_intr() local
1870 isrc = xm_phy_read(hw, port, PHY_BCOM_INT_STAT); in bcom_phy_intr()
1872 "phy interrupt status 0x%x\n", isrc); in bcom_phy_intr()
1874 if (isrc & PHY_B_IS_PSE) in bcom_phy_intr()
1881 if (isrc & PHY_B_IS_NO_HDCL) { in bcom_phy_intr()
1889 if (isrc & (PHY_B_IS_AN_PR | PHY_B_IS_LST_CHANGE)) in bcom_phy_intr()
/drivers/infiniband/hw/hfi1/
Dchip.h1455 void remap_intr(struct hfi1_devdata *dd, int isrc, int msix_intr);
Dchip.c13304 void remap_intr(struct hfi1_devdata *dd, int isrc, int msix_intr) in remap_intr() argument
13310 m = isrc / 64; in remap_intr()
13311 n = isrc % 64; in remap_intr()
13320 m = isrc / 8; in remap_intr()
13321 n = isrc % 8; in remap_intr()
/drivers/staging/rtl8723bs/core/
Drtw_ap.c274 if (psta->isrc) in expire_timeout_chk()
Drtw_recv.c1652 if (psta && psta->isrc && psta->pid > 0) { in wlanhdr_to_ethhdr()
Drtw_xmit.c475 if (psta->isrc && psta->pid > 0) in update_attrib_phy_info()
Drtw_mlme_ext.c675 psta->isrc = true; in OnProbeReq()
2786 if (psta && psta->isrc && psta->pid > 0) { in issue_probersp()