Home
last modified time | relevance | path

Searched refs:cr_index (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/i915/
Di915_suspend.c70 u16 cr_index, cr_data, st01; in i915_save_vga() local
84 cr_index = VGA_CR_INDEX_CGA; in i915_save_vga()
88 cr_index = VGA_CR_INDEX_MDA; in i915_save_vga()
94 i915_write_indexed(dev, cr_index, cr_data, 0x11, in i915_save_vga()
95 i915_read_indexed(dev, cr_index, cr_data, 0x11) & in i915_save_vga()
99 i915_read_indexed(dev, cr_index, cr_data, i); in i915_save_vga()
134 u16 cr_index, cr_data, st01; in i915_restore_vga() local
148 cr_index = VGA_CR_INDEX_CGA; in i915_restore_vga()
152 cr_index = VGA_CR_INDEX_MDA; in i915_restore_vga()
164 i915_write_indexed(dev, cr_index, cr_data, 0x11, dev_priv->regfile.saveCR[0x11]); in i915_restore_vga()
[all …]
/drivers/video/fbdev/via/
Dhw.c988 int start_index, end_index, cr_index; in viafb_load_reg() local
996 cr_index = reg[i].io_addr; in viafb_load_reg()
1008 viafb_write_reg_mask(cr_index, VIACR, data, reg_mask); in viafb_load_reg()
1010 viafb_write_reg_mask(cr_index, VIASR, data, reg_mask); in viafb_load_reg()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h764 __u64 cr_index; /**< changelog record number */ member
784 __u64 cr_index; /**< changelog record number */ member
/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c176 __swab64s(&cr->cr.cr_index); in lustre_swab_llog_rec()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3470 LASSERTF((int)offsetof(struct changelog_rec, cr_index) == 8, "found %lld\n", in lustre_assert_wire_constants()
3471 (long long)(int)offsetof(struct changelog_rec, cr_index)); in lustre_assert_wire_constants()
3472 LASSERTF((int)sizeof(((struct changelog_rec *)0)->cr_index) == 8, "found %lld\n", in lustre_assert_wire_constants()
3473 (long long)(int)sizeof(((struct changelog_rec *)0)->cr_index)); in lustre_assert_wire_constants()
3506 LASSERTF((int)offsetof(struct changelog_ext_rec, cr_index) == 8, "found %lld\n", in lustre_assert_wire_constants()
3507 (long long)(int)offsetof(struct changelog_ext_rec, cr_index)); in lustre_assert_wire_constants()
3508 LASSERTF((int)sizeof(((struct changelog_ext_rec *)0)->cr_index) == 8, "found %lld\n", in lustre_assert_wire_constants()
3509 (long long)(int)sizeof(((struct changelog_ext_rec *)0)->cr_index)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1567 if (rec->cr.cr_index < cs->cs_startrec) { in changelog_kkuc_cb()
1570 rec->cr.cr_index, cs->cs_startrec); in changelog_kkuc_cb()
1575 " %.*s\n", rec->cr.cr_index, rec->cr.cr_type, in changelog_kkuc_cb()