Lines Matching defs:value
258 uint8_t value;
276 * fetch current reg value and invert it
280 value = (CPLD_WATCHDOG ^
285 pmugpio_ptr->pmugpio_watchdog_reg, value);
289 value = (uint8_t)(MBC_WATCHDOG ^
294 pmugpio_ptr->pmugpio_watchdog_reg, value);
298 value = (uint8_t)(0xff ^
303 pmugpio_ptr->pmugpio_watchdog_reg, value);
319 uint8_t value;
337 value = ddi_get8(pmugpio_ptr->pmugpio_reset_reg_handle,
340 pmugpio_ptr->pmugpio_reset_reg, (value | CPLD_RESET_SC));
345 pmugpio_ptr->pmugpio_reset_reg, (value & ~CPLD_RESET_SC));
349 value = ddi_get8(pmugpio_ptr->pmugpio_reset_reg_handle,
353 (value | MBC_PPC_RESET));
356 (value & ~MBC_PPC_RESET));