Lines Matching defs:set
112 /* Function to clear and set bits in a specified register. */
116 uint32_t set)
122 mmio_clrsetbits_32((smbus + reg_addr), clear, set);
123 VERBOSE("i2c %u: reg %p clear 0x%x, set 0x%x\n", bus_id,
124 (void *)(smbus + reg_addr), clear, set);
219 * set to zero by the caller
255 /* Write slave address with R/W~ set (bit #0) */
296 /* For the last byte, set MASTER_WR_STATUS bit */
359 * Program master command register (0x30) with protocol type and set
395 * Program master command register (0x30) with protocol type and set
415 * If # bytes read is a number > 32, check transaction set up,
436 * This function set clock frequency for SMBus block. As per hardware
516 /* If error then set default speed */
581 * set fifo thresholds, etc.