Searched refs:seqctl (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
A D | sorg94.c | 180 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/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
A D | scb.h | 72 u16 seqctl[NUMPRIO]; /* seqctl of last received frame (for dups) */ member
|
A D | main.c | 3150 scb->seqctl[i] = 0xFFFF; in brcms_c_init_scb()
|
/linux/drivers/scsi/aic7xxx/ |
A D | aic7xxx_pci.c | 780 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()
|
A D | aic7xxx.h | 1022 uint8_t seqctl; member
|
A D | aic79xx.h | 1000 uint8_t seqctl; member
|
A D | aic7xxx_core.c | 861 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()
|
Completed in 42 milliseconds