Searched refs:seqctl (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dscb.h61 u16 seqctl[NUMPRIO]; /* seqctl of last received frame (for dups) */ member in struct:scb
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dg94.c212 u32 seqctl = nvkm_rd32(device, 0x61c030 + soff); local
213 u32 pd_pc = (seqctl & 0x00000f00) >> 8;
214 u32 pu_pc = seqctl & 0x0000000f;
261 u32 seqctl = nvkm_rd32(device, 0x61c030 + soff); local
262 u32 pu_pc = seqctl & 0x0000000f;
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c780 ahc->seqctl |= FAILDIS;
1980 ahc->seqctl |= FAILDIS;
1981 ahc_outb(ahc, SEQCTL, ahc->seqctl);
H A Daic7xxx.h1022 uint8_t seqctl; member in struct:ahc_softc
H A Daic79xx.h1000 uint8_t seqctl; member in struct:ahd_suspend_channel_state
H A Daic7xxx_core.c861 ahc_outb(ahc, SEQCTL, ahc->seqctl);
2035 ahc_outb(ahc, SEQCTL, ahc->seqctl | STEP);
2049 ahc_outb(ahc, SEQCTL, ahc->seqctl);
4413 ahc->seqctl = FASTMODE;

Completed in 136 milliseconds