/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
nouveau_nvkm_engine_disp_sorg94.c | 185 u32 seqctl = nvkm_rd32(device, 0x61c030 + soff); local in function:g94_sor_war_3 186 u32 pd_pc = (seqctl & 0x00000f00) >> 8; 187 u32 pu_pc = seqctl & 0x0000000f; 235 u32 seqctl = nvkm_rd32(device, 0x61c030 + soff); local in function:g94_sor_war_2 236 u32 pu_pc = seqctl & 0x0000000f;
|
/src/sys/dev/ic/ |
aic79xxvar.h | 1025 uint8_t seqctl; member in struct:ahd_suspend_channel_state 1155 /* Values to store in the SEQCTL register for pause and unpause */
|
aic7xxxvar.h | 1004 uint8_t seqctl; member in struct:ahc_suspend_channel_state 1111 /* Values to store in the SEQCTL register for pause and unpause */
|
aic7xxx.c | 317 ahc_outb(ahc, SEQCTL, FASTMODE); 623 printf("SEQCTL == 0x%x\n", ahc_inb(ahc, SEQCTL)); 1482 ahc_outb(ahc, SEQCTL, ahc_inb(ahc, SEQCTL) | STEP); 1496 ahc_outb(ahc, SEQCTL, ahc_inb(ahc, SEQCTL) & ~STEP); 4976 ahc->suspend_state.channel[1].seqctl = ahc_inb(ahc, SEQCTL); 4985 ahc->suspend_state.channel[0].seqctl = ahc_inb(ahc, SEQCTL) [all...] |