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

/drivers/media/rc/
H A Dnuvoton-cir.c96 static inline void nvt_cir_reg_write(struct nvt_dev *nvt, u8 val, u8 offset) function
354 nvt_cir_reg_write(nvt, val | CIR_FIFOCON_RXFIFOCLR, CIR_FIFOCON);
373 nvt_cir_reg_write(nvt, val | CIR_FIFOCON_TXFIFOCLR, CIR_FIFOCON);
382 nvt_cir_reg_write(nvt, iren, CIR_IREN);
388 nvt_cir_reg_write(nvt, CIR_RX_LIMIT_COUNT >> 8, CIR_SLCH);
389 nvt_cir_reg_write(nvt, CIR_RX_LIMIT_COUNT & 0xff, CIR_SLCL);
392 nvt_cir_reg_write(nvt, CIR_FIFOCON_TX_TRIGGER_LEV |
399 nvt_cir_reg_write(nvt,
409 nvt_cir_reg_write(nvt, 0xff, CIR_IRSTS);
519 nvt_cir_reg_write(nv
[all...]

Completed in 38 milliseconds