Searched refs:CMD_REG (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/scsi/pcmcia/ |
D | sym53c500_cs.c | 88 #define CMD_REG 0x03 /* command register */ macro 235 outb(CHIP_RESET, io_port + CMD_REG); in SYM53C500_int_host_reset() 236 outb(SCSI_NOP, io_port + CMD_REG); /* required after reset */ in SYM53C500_int_host_reset() 237 outb(SCSI_RESET, io_port + CMD_REG); in SYM53C500_int_host_reset() 424 outb(FLUSH_FIFO, port_base + CMD_REG); in SYM53C500_intr() 426 outb(TRANSFER_INFO | DMA_OP, port_base + CMD_REG); in SYM53C500_intr() 443 outb(FLUSH_FIFO, port_base + CMD_REG); in SYM53C500_intr() 445 outb(TRANSFER_INFO | DMA_OP, port_base + CMD_REG); in SYM53C500_intr() 463 outb(FLUSH_FIFO, port_base + CMD_REG); in SYM53C500_intr() 464 outb(INIT_CMD_COMPLETE, port_base + CMD_REG); in SYM53C500_intr() [all …]
|
/linux-6.6.21/drivers/net/ieee802154/ |
D | at86rf230.h | 171 #define CMD_REG 0x80 macro
|
D | at86rf230.c | 317 .write_flag_mask = CMD_REG | CMD_WRITE, 318 .read_flag_mask = CMD_REG, 377 tx_buf[0] = (reg & CMD_REG_MASK) | CMD_REG; in at86rf230_async_read_reg() 391 ctx->buf[0] = (reg & CMD_REG_MASK) | CMD_REG | CMD_WRITE; in at86rf230_async_write_reg() 802 ctx->buf[0] = (RG_IRQ_STATUS & CMD_REG_MASK) | CMD_REG; in at86rf230_isr()
|
/linux-6.6.21/drivers/clk/qcom/ |
D | clk-rcg2.c | 24 #define CMD_REG 0x0 macro 70 ret = regmap_read(rcg->clkr.regmap, rcg->cmd_rcgr + CMD_REG, &cmd); in clk_rcg2_is_enabled() 118 ret = regmap_update_bits(rcg->clkr.regmap, rcg->cmd_rcgr + CMD_REG, in update_config() 125 ret = regmap_read(rcg->clkr.regmap, rcg->cmd_rcgr + CMD_REG, &cmd); in update_config() 981 ret = regmap_update_bits(rcg->clkr.regmap, rcg->cmd_rcgr + CMD_REG, in clk_rcg2_set_force_enable() 1002 return regmap_update_bits(rcg->clkr.regmap, rcg->cmd_rcgr + CMD_REG, in clk_rcg2_clear_force_enable()
|
/linux-6.6.21/drivers/mtd/nand/raw/ |
D | arasan-nand-controller.c | 39 #define CMD_REG 0x0C macro 277 writel_relaxed(nfc_op->cmd_reg, nfc->base + CMD_REG); in anfc_trigger_op()
|