Searched refs:HOST_CNTL (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/aty/ |
D | mach64_accel.c | 130 aty_st_le32(HOST_CNTL, 0, par); in aty_init_engine() 300 host_cntl = aty_ld_le32(HOST_CNTL, par) | HOST_BYTE_ALIGN; in atyfb_imageblit() 378 aty_st_le32(HOST_CNTL, host_cntl, par); in atyfb_imageblit()
|
/Linux-v4.19/drivers/atm/ |
D | he.c | 1069 host_cntl = he_readl(he_dev, HOST_CNTL); in he_start() 1127 he_writel(he_dev, host_cntl, HOST_CNTL); in he_start() 2795 val = readl(he_dev->membase + HOST_CNTL); in read_prom_byte() 2800 he_writel(he_dev, val, HOST_CNTL); in read_prom_byte() 2804 he_writel(he_dev, val | readtab[i], HOST_CNTL); in read_prom_byte() 2810 he_writel(he_dev, val | clocktab[j++] | (((addr >> i) & 1) << 9), HOST_CNTL); in read_prom_byte() 2812 he_writel(he_dev, val | clocktab[j++] | (((addr >> i) & 1) << 9), HOST_CNTL); in read_prom_byte() 2819 he_writel(he_dev, val, HOST_CNTL); in read_prom_byte() 2823 he_writel(he_dev, val | clocktab[j++], HOST_CNTL); in read_prom_byte() 2825 tmp_read = he_readl(he_dev, HOST_CNTL); in read_prom_byte() [all …]
|
D | he.h | 355 #define HOST_CNTL 0x80004 macro
|
/Linux-v4.19/include/video/ |
D | mach64.h | 300 #define HOST_CNTL 0x0240 /* Dword offset 0_90 */ macro
|