Searched refs:REG_CMD (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/misc/ |
H A D | virt_ctrl.c | 18 REG_CMD = 0x04, enumerator 59 case REG_CMD: in virt_ctrl_write()
|
/openbmc/qemu/hw/char/ |
H A D | goldfish_tty.c | 29 REG_CMD = 0x08, enumerator 139 case REG_CMD: in goldfish_tty_write()
|
/openbmc/u-boot/drivers/spi/ |
H A D | meson_spifc.c | 20 #define REG_CMD 0x00 macro 166 regmap_update_bits(spifc->regmap, REG_CMD, CMD_USER, CMD_USER); in meson_spifc_txrx()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | zl38060.c | 63 #define REG_CMD 0x0032 macro 101 err = regmap_write(regmap, REG_CMD, cmd); in zl38_fw_issue_command() 109 return regmap_read_poll_timeout(regmap, REG_CMD, val, !val, 10000, in zl38_fw_issue_command()
|
/openbmc/linux/drivers/scsi/arm/ |
H A D | fas216.c | 168 fas216_readb(info, REG_CMD), stat, inst, is, in fas216_dumpstate() 375 fas216_writeb(info, REG_CMD, command); in fas216_cmd() 2721 fas216_writeb(info, REG_CMD, CMD_RESETCHIP); in fas216_detect_type() 2723 fas216_writeb(info, REG_CMD, CMD_NOP); in fas216_detect_type() 2761 fas216_writeb(info, REG_CMD, CMD_RESETCHIP); in fas216_detect_type() 2763 fas216_writeb(info, REG_CMD, CMD_WITHDMA | CMD_NOP); in fas216_detect_type() 2766 fas216_writeb(info, REG_CMD, CMD_RESETCHIP); in fas216_detect_type() 2768 fas216_writeb(info, REG_CMD, CMD_NOP); in fas216_detect_type() 2914 fas216_writeb(info, REG_CMD, CMD_RESETSCSI); in fas216_add() 2930 fas216_writeb(info, REG_CMD, CMD_RESETCHIP); in fas216_add() [all …]
|
H A D | fas216.h | 31 #define REG_CMD (3) macro
|
/openbmc/linux/drivers/spi/ |
H A D | spi-meson-spifc.c | 22 #define REG_CMD 0x00 macro 228 regmap_update_bits(spifc->regmap, REG_CMD, CMD_USER, CMD_USER); in meson_spifc_txrx()
|
/openbmc/linux/drivers/hwmon/ |
H A D | ultra45_env.c | 27 #define REG_CMD 0x00UL macro
|