Searched refs:HOST_CNTL (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/atm/ |
D | he.c | 1100 host_cntl = he_readl(he_dev, HOST_CNTL); in he_start() 1170 he_writel(he_dev, host_cntl, HOST_CNTL); in he_start() 3008 val = readl(he_dev->membase + HOST_CNTL); in read_prom_byte() 3013 he_writel(he_dev, val, HOST_CNTL); in read_prom_byte() 3017 he_writel(he_dev, val | readtab[i], HOST_CNTL); in read_prom_byte() 3023 he_writel(he_dev, val | clocktab[j++] | (((addr >> i) & 1) << 9), HOST_CNTL); in read_prom_byte() 3025 he_writel(he_dev, val | clocktab[j++] | (((addr >> i) & 1) << 9), HOST_CNTL); in read_prom_byte() 3032 he_writel(he_dev, val, HOST_CNTL); in read_prom_byte() 3036 he_writel(he_dev, val | clocktab[j++], HOST_CNTL); in read_prom_byte() 3038 tmp_read = he_readl(he_dev, HOST_CNTL); in read_prom_byte() [all …]
|
D | he.h | 405 #define HOST_CNTL 0x80004 macro
|
/linux-2.4.37.9/drivers/video/aty/ |
D | mach64_accel.c | 119 aty_st_le32(HOST_CNTL, 0, info); in aty_init_engine()
|
D | mach64.h | 268 #define HOST_CNTL 0x0240 /* Dword offset 0_90 */ macro
|