Home
last modified time | relevance | path

Searched refs:GCR (Results 1 – 10 of 10) sorted by relevance

/linux/sound/arm/
H A Dpxa2xx-ac97-lib.c
H A Dpxa2xx-ac97-regs.h
/linux/arch/arm/mach-omap2/
H A Ddma.c37 [GCR] = { 0x0078, 0x00, OMAP_DMA_REG_32BIT },
/linux/drivers/net/ethernet/intel/e1000e/
H A D82571.c1114 reg_data = er32(GCR); in e1000_init_hw_82571()
1116 ew32(GCR, reg_data); in e1000_init_hw_82571()
1246 reg = er32(GCR); in e1000_initialize_hw_bits_82571()
1248 ew32(GCR, reg); in e1000_initialize_hw_bits_82571()
H A Dmac.c1690 gcr = er32(GCR); in e1000e_set_pcie_no_snoop()
1693 ew32(GCR, gcr); in e1000e_set_pcie_no_snoop()
/linux/include/linux/
H A Domap-dma.h140 GCR, GSCR, GRST1, HW_ID, enumerator
/linux/arch/arm/mach-omap1/
H A Ddma.c36 [GCR] = { 0x0400, 0x00, OMAP_DMA_REG_16BIT },
/linux/drivers/net/ethernet/via/
H A Dvia-velocity.c3081 u8 GCR; in velocity_set_wol() local
3082 GCR = readb(&regs->CHIPGCR); in velocity_set_wol()
3083 GCR = (GCR & ~CHIPGCR_FCGMII) | CHIPGCR_FCFDX; in velocity_set_wol()
3084 writeb(GCR, &regs->CHIPGCR); in velocity_set_wol()
/linux/drivers/dma/ti/
H A Domap-dma.c1580 od->context.gcr = omap_dma_glbl_read(od, GCR); in omap_dma_context_save()
1587 omap_dma_glbl_write(od, GCR, od->context.gcr); in omap_dma_context_restore()
1643 omap_dma_glbl_write(od, GCR, val); in omap_dma_init_gcr()
/linux/drivers/tty/serial/
H A Dfsl_linflexuart.c41 #define GCR 0x004C /* Global control register */ macro