Home
last modified time | relevance | path

Searched refs:head2 (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/video/fbdev/nvidia/
Dnv_type.h79 u32 head2; member
Dnvidia.c440 state->head2 = NV_RD32(par->PCRTC0, 0x00002860) | 0x00001000; in nvidia_calc_regs()
448 state->head2 = NV_RD32(par->PCRTC0, 0x00002860) & ~0x00001000; in nvidia_calc_regs()
Dnv_hw.c1520 NV_WR32(par->PCRTC0, 0x2860, state->head2); in NVLoadStateExt()
1662 state->head2 = NV_RD32(par->PCRTC0, 0x2860); in NVUnloadStateExt()
/linux-5.19.10/kernel/
Dpid.c373 struct hlist_head *head2 = &pid2->tasks[PIDTYPE_PID]; in exchange_tids() local
376 hlists_swap_heads_rcu(head1, head2); in exchange_tids()
/linux-5.19.10/drivers/video/fbdev/riva/
Driva_hw.h515 U032 head2; member
Dfbdev.c793 newmode.ext.head2 = NV_RD32(par->riva.PCRTC0, 0x00002860) | in riva_load_video_mode()
801 newmode.ext.head2 = NV_RD32(par->riva.PCRTC0, 0x00002860) & in riva_load_video_mode()
Driva_hw.c1529 NV_WR32(chip->PCRTC0, 0x00002860, state->head2); in LoadStateExt()
1775 state->head2 = NV_RD32(chip->PCRTC0, 0x00002860); in UnloadStateExt()