/src/sys/dev/pci/ |
cyber.c | 91 pcireg_t curreg, newreg; local in function:write_siig20x_usrreg 105 newreg = curreg = pci_conf_read(pc, tag, offset); 108 newreg &= ~SIIG20x_USR_MASK; 110 newreg |= SIIG20x_USR_MASK; 112 if (newreg != curreg) 113 pci_conf_write(pc, tag, offset, newreg);
|
cyber.c | 91 pcireg_t curreg, newreg; local in function:write_siig20x_usrreg 105 newreg = curreg = pci_conf_read(pc, tag, offset); 108 newreg &= ~SIIG20x_USR_MASK; 110 newreg |= SIIG20x_USR_MASK; 112 if (newreg != curreg) 113 pci_conf_write(pc, tag, offset, newreg);
|
/src/sys/dev/i2c/ |
dbcool.c | 1134 uint8_t newreg; local in function:sysctl_dbcool_temp 1157 newreg = *(int *)node.sysctl_data; 1158 newreg += sc->sc_temp_offset; 1159 sc->sc_dc.dc_writereg(&sc->sc_dc, chipreg, newreg); 1169 uint8_t chipreg, oldreg, newreg; local in function:sysctl_adm1030_temp 1188 newreg = *(int *)node.sysctl_data; 1189 newreg &= ~0x03; 1190 newreg <<= 1; 1191 newreg |= (oldreg & 0x07); 1192 sc->sc_dc.dc_writereg(&sc->sc_dc, chipreg, newreg); 1202 uint8_t chipreg, oldreg, newreg; local in function:sysctl_adm1030_trange 1244 uint8_t chipreg, oldreg, newreg; local in function:sysctl_dbcool_duty 1281 uint8_t chipreg, oldreg, newreg; local in function:sysctl_dbcool_behavior 1355 uint8_t newreg; local in function:sysctl_dbcool_slope 1385 uint8_t newreg, newhyst; local in function:sysctl_dbcool_thyst 1462 uint8_t newreg; local in function:sysctl_dbcool_reg_access [all...] |
dbcool.c | 1134 uint8_t newreg; local in function:sysctl_dbcool_temp 1157 newreg = *(int *)node.sysctl_data; 1158 newreg += sc->sc_temp_offset; 1159 sc->sc_dc.dc_writereg(&sc->sc_dc, chipreg, newreg); 1169 uint8_t chipreg, oldreg, newreg; local in function:sysctl_adm1030_temp 1188 newreg = *(int *)node.sysctl_data; 1189 newreg &= ~0x03; 1190 newreg <<= 1; 1191 newreg |= (oldreg & 0x07); 1192 sc->sc_dc.dc_writereg(&sc->sc_dc, chipreg, newreg); 1202 uint8_t chipreg, oldreg, newreg; local in function:sysctl_adm1030_trange 1244 uint8_t chipreg, oldreg, newreg; local in function:sysctl_dbcool_duty 1281 uint8_t chipreg, oldreg, newreg; local in function:sysctl_dbcool_behavior 1355 uint8_t newreg; local in function:sysctl_dbcool_slope 1385 uint8_t newreg, newhyst; local in function:sysctl_dbcool_thyst 1462 uint8_t newreg; local in function:sysctl_dbcool_reg_access [all...] |
/src/sys/netipsec/ |
key.c | 7262 struct secreg *reg, *newreg = 0; local in function:key_api_register 7273 newreg = kmem_zalloc(sizeof(*newreg), KM_SLEEP); 7281 kmem_free(newreg, sizeof(*newreg)); 7286 newreg->so = so; 7290 LIST_INSERT_HEAD(&key_misc.reglist[mhp->msg->sadb_msg_satype], newreg, chain);
|
key.c | 7262 struct secreg *reg, *newreg = 0; local in function:key_api_register 7273 newreg = kmem_zalloc(sizeof(*newreg), KM_SLEEP); 7281 kmem_free(newreg, sizeof(*newreg)); 7286 newreg->so = so; 7290 LIST_INSERT_HEAD(&key_misc.reglist[mhp->msg->sadb_msg_satype], newreg, chain);
|