Home
last modified time | relevance | path

Searched refs:CMD_REG (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/scsi/pcmcia/
Dsym53c500_cs.c88 #define CMD_REG 0x03 /* command register */ macro
229 outb(CHIP_RESET, io_port + CMD_REG); in SYM53C500_int_host_reset()
230 outb(SCSI_NOP, io_port + CMD_REG); /* required after reset */ in SYM53C500_int_host_reset()
231 outb(SCSI_RESET, io_port + CMD_REG); in SYM53C500_int_host_reset()
417 outb(FLUSH_FIFO, port_base + CMD_REG); in SYM53C500_intr()
419 outb(TRANSFER_INFO | DMA_OP, port_base + CMD_REG); in SYM53C500_intr()
436 outb(FLUSH_FIFO, port_base + CMD_REG); in SYM53C500_intr()
438 outb(TRANSFER_INFO | DMA_OP, port_base + CMD_REG); in SYM53C500_intr()
456 outb(FLUSH_FIFO, port_base + CMD_REG); in SYM53C500_intr()
457 outb(INIT_CMD_COMPLETE, port_base + CMD_REG); in SYM53C500_intr()
[all …]
/Linux-v5.4/drivers/clk/qcom/
Dclk-rcg2.c22 #define CMD_REG 0x0 macro
68 ret = regmap_read(rcg->clkr.regmap, rcg->cmd_rcgr + CMD_REG, &cmd); in clk_rcg2_is_enabled()
106 ret = regmap_update_bits(rcg->clkr.regmap, rcg->cmd_rcgr + CMD_REG, in update_config()
113 ret = regmap_read(rcg->clkr.regmap, rcg->cmd_rcgr + CMD_REG, &cmd); in update_config()
814 ret = regmap_update_bits(rcg->clkr.regmap, rcg->cmd_rcgr + CMD_REG, in clk_rcg2_set_force_enable()
835 return regmap_update_bits(rcg->clkr.regmap, rcg->cmd_rcgr + CMD_REG, in clk_rcg2_clear_force_enable()
/Linux-v5.4/drivers/net/ieee802154/
Dat86rf230.h171 #define CMD_REG 0x80 macro
Dat86rf230.c327 .write_flag_mask = CMD_REG | CMD_WRITE,
328 .read_flag_mask = CMD_REG,
380 tx_buf[0] = (reg & CMD_REG_MASK) | CMD_REG; in at86rf230_async_read_reg()
394 ctx->buf[0] = (reg & CMD_REG_MASK) | CMD_REG | CMD_WRITE; in at86rf230_async_write_reg()
829 ctx->buf[0] = (RG_IRQ_STATUS & CMD_REG_MASK) | CMD_REG; in at86rf230_isr()