Searched refs:HOST_CNTL (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | he.c | 1068 host_cntl = he_readl(he_dev, HOST_CNTL); in he_start() 1126 he_writel(he_dev, host_cntl, HOST_CNTL); in he_start() 2793 val = readl(he_dev->membase + HOST_CNTL); in read_prom_byte() 2798 he_writel(he_dev, val, HOST_CNTL); in read_prom_byte() 2802 he_writel(he_dev, val | readtab[i], HOST_CNTL); in read_prom_byte() 2808 he_writel(he_dev, val | clocktab[j++] | (((addr >> i) & 1) << 9), HOST_CNTL); in read_prom_byte() 2810 he_writel(he_dev, val | clocktab[j++] | (((addr >> i) & 1) << 9), HOST_CNTL); in read_prom_byte() 2817 he_writel(he_dev, val, HOST_CNTL); in read_prom_byte() 2821 he_writel(he_dev, val | clocktab[j++], HOST_CNTL); in read_prom_byte() 2823 tmp_read = he_readl(he_dev, HOST_CNTL); in read_prom_byte() [all...] |
H A D | he.h | 355 #define HOST_CNTL 0x80004 macro
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | he.c | 1065 host_cntl = he_readl(he_dev, HOST_CNTL); in he_start() 1123 he_writel(he_dev, host_cntl, HOST_CNTL); in he_start() 2790 val = readl(he_dev->membase + HOST_CNTL); in read_prom_byte() 2795 he_writel(he_dev, val, HOST_CNTL); in read_prom_byte() 2799 he_writel(he_dev, val | readtab[i], HOST_CNTL); in read_prom_byte() 2805 he_writel(he_dev, val | clocktab[j++] | (((addr >> i) & 1) << 9), HOST_CNTL); in read_prom_byte() 2807 he_writel(he_dev, val | clocktab[j++] | (((addr >> i) & 1) << 9), HOST_CNTL); in read_prom_byte() 2814 he_writel(he_dev, val, HOST_CNTL); in read_prom_byte() 2818 he_writel(he_dev, val | clocktab[j++], HOST_CNTL); in read_prom_byte() 2820 tmp_read = he_readl(he_dev, HOST_CNTL); in read_prom_byte() [all...] |
H A D | he.h | 355 #define HOST_CNTL 0x80004 macro
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | mach64_accel.c | 132 aty_st_le32(HOST_CNTL, HOST_BYTE_ALIGN, par); in aty_init_engine() 380 aty_st_le32(HOST_CNTL, HOST_BYTE_ALIGN, par); in atyfb_imageblit()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | mach64_accel.c | 132 aty_st_le32(HOST_CNTL, HOST_BYTE_ALIGN, par); in aty_init_engine() 380 aty_st_le32(HOST_CNTL, HOST_BYTE_ALIGN, par); in atyfb_imageblit()
|
/kernel/linux/linux-5.10/include/video/ |
H A D | mach64.h | 296 #define HOST_CNTL 0x0240 /* Dword offset 0_90 */ macro 1057 /* HOST_CNTL register constants */
|
/kernel/linux/linux-6.6/include/video/ |
H A D | mach64.h | 296 #define HOST_CNTL 0x0240 /* Dword offset 0_90 */ macro 1057 /* HOST_CNTL register constants */
|
Completed in 19 milliseconds