Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dsorg94.c191 u32 seqctl = nvkm_rd32(device, 0x61c030 + soff); in g94_sor_war_3() local
192 u32 pd_pc = (seqctl & 0x00000f00) >> 8; in g94_sor_war_3()
193 u32 pu_pc = seqctl & 0x0000000f; in g94_sor_war_3()
241 u32 seqctl = nvkm_rd32(device, 0x61c030 + soff); in g94_sor_war_2() local
242 u32 pu_pc = seqctl & 0x0000000f; in g94_sor_war_2()
/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dscb.h72 u16 seqctl[NUMPRIO]; /* seqctl of last received frame (for dups) */ member
Dmain.c3150 scb->seqctl[i] = 0xFFFF; in brcms_c_init_scb()
/linux-5.19.10/drivers/scsi/aic7xxx/
Daic7xxx_pci.c780 ahc->seqctl |= FAILDIS; in ahc_pci_config()
1980 ahc->seqctl |= FAILDIS; in ahc_pci_intr()
1981 ahc_outb(ahc, SEQCTL, ahc->seqctl); in ahc_pci_intr()
Daic7xxx.h1022 uint8_t seqctl; member
Daic79xx.h1000 uint8_t seqctl; member
Daic7xxx_core.c861 ahc_outb(ahc, SEQCTL, ahc->seqctl); in ahc_restart()
2035 ahc_outb(ahc, SEQCTL, ahc->seqctl | STEP); in ahc_clear_critical_section()
2049 ahc_outb(ahc, SEQCTL, ahc->seqctl); in ahc_clear_critical_section()
4413 ahc->seqctl = FASTMODE; in ahc_alloc()