Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ieee802154/
Dmrf24j40.c100 static int write_short_reg(struct mrf24j40 *devrec, u8 reg, u8 value) in write_short_reg() function
357 write_short_reg(devrec, REG_TXNCON, val); in mrf24j40_tx()
406 write_short_reg(devrec, REG_INTCON, val); in mrf24j40_start()
423 write_short_reg(devrec, REG_INTCON, val); in mrf24j40_stop()
447 write_short_reg(devrec, REG_RFCTL, val); in mrf24j40_set_channel()
449 write_short_reg(devrec, REG_RFCTL, val); in mrf24j40_set_channel()
471 write_short_reg(devrec, REG_SADRH, addrh); in mrf24j40_filter()
472 write_short_reg(devrec, REG_SADRL, addrl); in mrf24j40_filter()
483 write_short_reg(devrec, REG_EADR0 + i, addr[i]); in mrf24j40_filter()
499 write_short_reg(devrec, REG_PANIDH, panidh); in mrf24j40_filter()
[all …]