Searched refs:RSET (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ahci.c | 1261 #define RSET(REG, MASK) (BITSET(ahci_px_rreg(ahci, cmd->port, (REG)), (MASK))) in ahci_command_wait() macro 1263 while (!RSET(AHCI_PX_TFD, AHCI_PX_TFD_STS_ERR) && in ahci_command_wait() 1264 (RSET(AHCI_PX_TFD, AHCI_PX_TFD_STS_BSY) || in ahci_command_wait() 1265 RSET(AHCI_PX_CI, 1 << cmd->slot) || in ahci_command_wait() 1266 (cmd->props->ncq && RSET(AHCI_PX_SACT, 1 << cmd->slot)))) { in ahci_command_wait()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | s5k5baf.c | 232 RSET, enumerator 962 s5k5baf_gpio_deassert(state, RSET); in s5k5baf_power_on() 980 s5k5baf_gpio_assert(state, RSET); in s5k5baf_power_off()
|