Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dsorg94.c180 u32 seqctl = nvkm_rd32(device, 0x61c030 + soff); in g94_sor_war_3() local
181 u32 pd_pc = (seqctl & 0x00000f00) >> 8; in g94_sor_war_3()
182 u32 pu_pc = seqctl & 0x0000000f; in g94_sor_war_3()
230 u32 seqctl = nvkm_rd32(device, 0x61c030 + soff); in g94_sor_war_2() local
231 u32 pu_pc = seqctl & 0x0000000f; in g94_sor_war_2()
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dscb.h72 u16 seqctl[NUMPRIO]; /* seqctl of last received frame (for dups) */ member
Dmain.c3165 scb->seqctl[i] = 0xFFFF; in brcms_c_init_scb()
/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_pci.c787 ahc->seqctl |= FAILDIS; in ahc_pci_config()
1987 ahc->seqctl |= FAILDIS; in ahc_pci_intr()
1988 ahc_outb(ahc, SEQCTL, ahc->seqctl); in ahc_pci_intr()
Daic7xxx.h1029 uint8_t seqctl; member
Daic79xx.h1003 uint8_t seqctl; member
Daic7xxx_core.c868 ahc_outb(ahc, SEQCTL, ahc->seqctl); in ahc_restart()
2059 ahc_outb(ahc, SEQCTL, ahc->seqctl | STEP); in ahc_clear_critical_section()
2073 ahc_outb(ahc, SEQCTL, ahc->seqctl); in ahc_clear_critical_section()
4444 ahc->seqctl = FASTMODE; in ahc_alloc()