Lines Matching refs:sram_dest_reg_714
35 v = fc->read_ibi_reg(fc, sram_dest_reg_714); in flexcop_sram_set_dest()
44 v.sram_dest_reg_714.NET_Dest = target; in flexcop_sram_set_dest()
46 v.sram_dest_reg_714.CAI_Dest = target; in flexcop_sram_set_dest()
48 v.sram_dest_reg_714.CAO_Dest = target; in flexcop_sram_set_dest()
50 v.sram_dest_reg_714.MEDIA_Dest = target; in flexcop_sram_set_dest()
52 fc->write_ibi_reg(fc,sram_dest_reg_714,v); in flexcop_sram_set_dest()
67 flexcop_ibi_value v = fc->read_ibi_reg(fc,sram_dest_reg_714); in flexcop_sram_ctrl()
68 v.sram_dest_reg_714.ctrl_usb_wan = usb_wan; in flexcop_sram_ctrl()
69 v.sram_dest_reg_714.ctrl_sramdma = sramdma; in flexcop_sram_ctrl()
70 v.sram_dest_reg_714.ctrl_maximumfill = maximumfill; in flexcop_sram_ctrl()
71 fc->write_ibi_reg(fc,sram_dest_reg_714,v); in flexcop_sram_ctrl()