Home
last modified time | relevance | path

Searched refs:RSET (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c1261 #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 Ds5k5baf.c232 RSET, enumerator
962 s5k5baf_gpio_deassert(state, RSET); in s5k5baf_power_on()
980 s5k5baf_gpio_assert(state, RSET); in s5k5baf_power_off()