Home
last modified time | relevance | path

Searched refs:CMD_REG_MASK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ieee802154/
H A Dat86rf230.h172 #define CMD_REG_MASK 0x3f macro
H A Dat86rf230.c389 tx_buf[0] = (reg & CMD_REG_MASK) | CMD_REG; in at86rf230_async_read_reg()
403 ctx->buf[0] = (reg & CMD_REG_MASK) | CMD_REG | CMD_WRITE; in at86rf230_async_write_reg()
838 ctx->buf[0] = (RG_IRQ_STATUS & CMD_REG_MASK) | CMD_REG; in at86rf230_isr()
/kernel/linux/linux-6.6/drivers/net/ieee802154/
H A Dat86rf230.h172 #define CMD_REG_MASK 0x3f macro
H A Dat86rf230.c377 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()

Completed in 6 milliseconds