Searched refs:STAT_C (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/power/
H A Dsmb347-charger.c114 #define STAT_C 0x3d macro
296 ret = regmap_read(smb->regmap, STAT_C, &val); smb347_charging_status()
714 ret = regmap_read(smb->regmap, STAT_C, &stat_c); smb347_interrupt()
716 dev_warn(smb->dev, "reading STAT_C failed\n"); smb347_interrupt()
1024 ret = regmap_read(smb->regmap, STAT_C, &val); smb347_get_charging_status()
1148 case STAT_C: smb347_volatile_reg()
/linux-4.1.27/drivers/net/ethernet/i825xx/
H A D82596.c183 #define STAT_C 0x8000 /* Set to 0 after execution */ macro
757 while ((rfd->stat) & STAT_C) { /* Loop while complete frames */ i596_rx()
1283 while ((lp->cmd_head != I596_NULL) && (lp->cmd_head->status & STAT_C)) { i596_interrupt()
H A Dlib82596.c149 #define STAT_C 0x8000 /* Set to 0 after execution */ macro
663 while (rfd->stat & SWAP16(STAT_C)) { /* Loop while complete frames */ i596_rx()
1158 if (!(lp->cmd_head->status & SWAP16(STAT_C))) i596_interrupt()

Completed in 118 milliseconds