Lines Matching refs:REG_WR
321 REG_WR(sser, port->regi_sser, rw_cfg, cfg); in sync_serial_start_port()
322 REG_WR(sser, port->regi_sser, rw_tr_cfg, tr_cfg); in sync_serial_start_port()
323 REG_WR(sser, port->regi_sser, rw_rec_cfg, rec_cfg); in sync_serial_start_port()
367 REG_WR(sser, port->regi_sser, rw_cfg, cfg); in initialize_port()
377 REG_WR(sser, port->regi_sser, rw_frm_cfg, frm_cfg); in initialize_port()
391 REG_WR(sser, port->regi_sser, rw_tr_cfg, tr_cfg); in initialize_port()
397 REG_WR(sser, port->regi_sser, rw_rec_cfg, rec_cfg); in initialize_port()
505 REG_WR(dma, port->regi_dmain, rw_cfg, cfg); in sync_serial_open()
506 REG_WR(dma, port->regi_dmaout, rw_cfg, cfg); in sync_serial_open()
508 REG_WR(dma, port->regi_dmain, rw_intr_mask, intr_mask); in sync_serial_open()
509 REG_WR(dma, port->regi_dmaout, rw_intr_mask, intr_mask); in sync_serial_open()
1034 REG_WR(sser, port->regi_sser, rw_tr_cfg, tr_cfg); in sync_serial_ioctl_unlocked()
1035 REG_WR(sser, port->regi_sser, rw_rec_cfg, rec_cfg); in sync_serial_ioctl_unlocked()
1036 REG_WR(sser, port->regi_sser, rw_frm_cfg, frm_cfg); in sync_serial_ioctl_unlocked()
1037 REG_WR(sser, port->regi_sser, rw_intr_mask, intr_mask); in sync_serial_ioctl_unlocked()
1038 REG_WR(sser, port->regi_sser, rw_cfg, gen_cfg); in sync_serial_ioctl_unlocked()
1045 REG_WR(sser, port->regi_sser, rw_cfg, gen_cfg); in sync_serial_ioctl_unlocked()
1050 REG_WR(sser, port->regi_sser, rw_cfg, gen_cfg); in sync_serial_ioctl_unlocked()
1148 REG_WR(sser, port->regi_sser, rw_cfg, cfg); in sync_serial_write()
1149 REG_WR(sser, port->regi_sser, rw_rec_cfg, rec_cfg); in sync_serial_write()
1173 REG_WR(sser, port->regi_sser, rw_intr_mask, intr_mask); in sync_serial_write()
1212 REG_WR(sser, port->regi_sser, rw_tr_data, tr_data); in send_word()
1222 REG_WR(sser, port->regi_sser, rw_tr_data, tr_data); in send_word()
1230 REG_WR(sser, port->regi_sser, rw_tr_data, tr_data); in send_word()
1238 REG_WR(sser, port->regi_sser, rw_tr_data, tr_data); in send_word()
1241 REG_WR(sser, port->regi_sser, rw_tr_data, tr_data); in send_word()
1248 REG_WR(sser, port->regi_sser, rw_tr_data, tr_data); in send_word()
1251 REG_WR(sser, port->regi_sser, rw_tr_data, tr_data); in send_word()
1288 REG_WR(sser, port->regi_sser, rw_tr_cfg, tr_cfg); in start_dma_out()
1356 REG_WR(dma, port->regi_dmaout, rw_ack_intr, ack_intr); in tr_interrupt()
1431 REG_WR(sser, port->regi_sser, rw_tr_cfg, tr_cfg); in tr_interrupt()
1483 REG_WR(dma, port->regi_dmain, rw_ack_intr, ack_intr); in handle_rx_packet()
1593 REG_WR(sser, port->regi_sser, in manual_interrupt()