Lines Matching refs:cmd_reg_cache
132 u16 cmd_reg_cache; member
171 ks->cmd_reg_cache = (u16) offset | (u16)(BE0 << shift_bit); in ks_rdreg8()
172 iowrite16(ks->cmd_reg_cache, ks->hw_addr_cmd); in ks_rdreg8()
187 ks->cmd_reg_cache = (u16)offset | ((BE1 | BE0) << (offset & 0x02)); in ks_rdreg16()
188 iowrite16(ks->cmd_reg_cache, ks->hw_addr_cmd); in ks_rdreg16()
203 ks->cmd_reg_cache = (u16)offset | (BE0 << shift_bit); in ks_wrreg8()
204 iowrite16(ks->cmd_reg_cache, ks->hw_addr_cmd); in ks_wrreg8()
218 ks->cmd_reg_cache = (u16)offset | ((BE1 | BE0) << (offset & 0x02)); in ks_wrreg16()
219 iowrite16(ks->cmd_reg_cache, ks->hw_addr_cmd); in ks_wrreg16()
281 ks->cmd_reg_cache_int = ks->cmd_reg_cache; in ks_save_cmd_reg()
292 ks->cmd_reg_cache = ks->cmd_reg_cache_int; in ks_restore_cmd_reg()
293 iowrite16(ks->cmd_reg_cache, ks->hw_addr_cmd); in ks_restore_cmd_reg()