/src/usr.sbin/emcfanctl/ |
emcfanctlutil.c | 94 uint8_t current, oldcurrent; local in function:emcfan_rmw_register 96 err = emcfan_read_register(fd, reg, &oldcurrent, debug); 101 current = oldcurrent & ~translation[tindex].clear_mask; 105 fprintf(stderr,"tindex=%d, clear_mask=0x%02X 0x%02X, value=%d (0x%02X), bit_mask=0x%02X 0x%02X, oldcurrent=%d (0x%02X), new current=%d (0x%02X)\n",tindex, 111 oldcurrent,oldcurrent,current,current);
|
emcfanctlutil.c | 94 uint8_t current, oldcurrent; local in function:emcfan_rmw_register 96 err = emcfan_read_register(fd, reg, &oldcurrent, debug); 101 current = oldcurrent & ~translation[tindex].clear_mask; 105 fprintf(stderr,"tindex=%d, clear_mask=0x%02X 0x%02X, value=%d (0x%02X), bit_mask=0x%02X 0x%02X, oldcurrent=%d (0x%02X), new current=%d (0x%02X)\n",tindex, 111 oldcurrent,oldcurrent,current,current);
|
emcfanctlutil.c | 94 uint8_t current, oldcurrent; local in function:emcfan_rmw_register 96 err = emcfan_read_register(fd, reg, &oldcurrent, debug); 101 current = oldcurrent & ~translation[tindex].clear_mask; 105 fprintf(stderr,"tindex=%d, clear_mask=0x%02X 0x%02X, value=%d (0x%02X), bit_mask=0x%02X 0x%02X, oldcurrent=%d (0x%02X), new current=%d (0x%02X)\n",tindex, 111 oldcurrent,oldcurrent,current,current);
|