Lines Matching refs:cmd_reg_cache
450 u16 cmd_reg_cache; member
489 ks->cmd_reg_cache = (u16) offset | (u16)(BE0 << shift_bit); in ks_rdreg8()
490 iowrite16(ks->cmd_reg_cache, ks->hw_addr_cmd); in ks_rdreg8()
505 ks->cmd_reg_cache = (u16)offset | ((BE1 | BE0) << (offset & 0x02)); in ks_rdreg16()
506 iowrite16(ks->cmd_reg_cache, ks->hw_addr_cmd); in ks_rdreg16()
521 ks->cmd_reg_cache = (u16)offset | (BE0 << shift_bit); in ks_wrreg8()
522 iowrite16(ks->cmd_reg_cache, ks->hw_addr_cmd); in ks_wrreg8()
536 ks->cmd_reg_cache = (u16)offset | ((BE1 | BE0) << (offset & 0x02)); in ks_wrreg16()
537 iowrite16(ks->cmd_reg_cache, ks->hw_addr_cmd); in ks_wrreg16()
599 ks->cmd_reg_cache_int = ks->cmd_reg_cache; in ks_save_cmd_reg()
610 ks->cmd_reg_cache = ks->cmd_reg_cache_int; in ks_restore_cmd_reg()
611 iowrite16(ks->cmd_reg_cache, ks->hw_addr_cmd); in ks_restore_cmd_reg()