Home
last modified time | relevance | path

Searched full:status_ok (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c251 map_word status, status_OK; in do_read_onechip() local
264 status_OK = CMD(0x80); in do_read_onechip()
290 if (map_word_andequal(map, status, status_OK, status_OK)) in do_read_onechip()
331 if (map_word_andequal(map, status, status_OK, status_OK)) { in do_read_onechip()
425 map_word status, status_OK; in do_write_buffer() local
439 status_OK = CMD(0x80); in do_write_buffer()
468 if (map_word_andequal(map, status, status_OK, status_OK)) in do_write_buffer()
502 if (map_word_andequal(map, status, status_OK, status_OK)) in do_write_buffer()
554 if (map_word_andequal(map, status, status_OK, status_OK)) in do_write_buffer()
736 map_word status, status_OK; in do_erase_oneblock() local
[all …]
H A Dcfi_cmdset_0001.c831 map_word status, status_OK = CMD(0x80), status_PWS = CMD(0x01); in chip_ready() local
844 if (map_word_andequal(map, status, status_OK, status_OK)) in chip_ready()
895 if (map_word_andequal(map, status, status_OK, status_OK)) in chip_ready()
1295 map_word status, status_OK = CMD(0x80); in inval_cache_and_wait_for_operation() local
1324 if (map_word_andequal(map, status, status_OK, status_OK)) in inval_cache_and_wait_for_operation()
/openbmc/linux/drivers/iio/imu/bno055/
H A Dbno055_ser_core.c131 * @STATUS_OK: The command executed successfully.
136 STATUS_OK = 0, enumerator
270 if (priv->cmd_status == STATUS_OK) in bno055_ser_send_cmd()
347 if (status == STATUS_OK && in bno055_ser_handle_rx()
424 status = (buf[0] == 1) ? STATUS_OK : STATUS_FAIL; in bno055_ser_receive_buf()
481 bno055_ser_handle_rx(priv, STATUS_OK); in bno055_ser_receive_buf()
/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/leds/intel-led-manager-config/
H A Dled.yaml5 status_ok:
/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/leds/vegman-led-manager-config/
H A Dled.yaml9 status_ok:
/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/leds/rx20-led-manager-config/
H A Dled.yaml6 status_ok:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/md5deep/files/
H A D0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch77 return status_t::status_ok;
/openbmc/s2600wf-misc/callback-manager/src/
H A Dcallback_manager.cpp33 constexpr const char* okLedPath = "/xyz/openbmc_project/led/groups/status_ok";
/openbmc/linux/drivers/input/keyboard/
H A Dapplespi.c622 static u8 status_ok[] = { 0xac, 0x27, 0x68, 0xd5 }; in applespi_check_write_status() local
630 if (memcmp(applespi->tx_status, status_ok, APPLESPI_STATUS_SIZE)) { in applespi_check_write_status()
/openbmc/qemu/hw/net/
H A Deepro100.c209 STATUS_OK = BIT(13), enumerator
854 uint16_t ok_status = STATUS_OK; in action_command()