Searched refs:ebase (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/media/rc/ |
D | winbond-cir.c | 209 unsigned long ebase; /* Enhanced Func. Baseaddr */ member 294 if (inb(data->ebase + WBCIR_REG_ECEIR_CTS) & WBCIR_LED_ENABLE) in wbcir_led_brightness_get() 308 wbcir_set_bits(data->ebase + WBCIR_REG_ECEIR_CTS, in wbcir_led_brightness_set() 341 unsigned counter = inb(data->ebase + WBCIR_REG_ECEIR_CNT_LO) | in wbcir_carrier_report() 342 inb(data->ebase + WBCIR_REG_ECEIR_CNT_HI) << 8; in wbcir_carrier_report() 356 wbcir_set_bits(data->ebase + WBCIR_REG_ECEIR_CCTL, WBCIR_CNTR_R, in wbcir_carrier_report() 358 wbcir_set_bits(data->ebase + WBCIR_REG_ECEIR_CCTL, WBCIR_CNTR_EN, in wbcir_carrier_report() 542 wbcir_set_bits(data->ebase + WBCIR_REG_ECEIR_CCTL, WBCIR_CNTR_R, in wbcir_set_carrier_report() 546 wbcir_set_bits(data->ebase + WBCIR_REG_ECEIR_CCTL, in wbcir_set_carrier_report() 643 wbcir_set_bits(data->ebase + WBCIR_REG_ECEIR_CTS, val, 0x0c); in wbcir_txmask() [all …]
|
/linux-4.1.27/arch/mips/kernel/ |
D | traps.c | 1866 unsigned long ebase; variable 1894 u32 *buf = (u32 *)(ebase + 0x200); in set_except_vector() 1896 if ((handler & jump_mask) == ((ebase + 0x200) & jump_mask)) { in set_except_vector() 1904 local_flush_icache_range(ebase + 0x200, (unsigned long)buf); in set_except_vector() 1932 b = (unsigned char *)(ebase + 0x200 + n*VECTORSPACING); in set_vi_srs_handler() 1973 set_handler(((unsigned long)b - ebase), vec_start, in set_vi_srs_handler() 2090 write_c0_ebase(ebase); in configure_exception_vector() 2155 memcpy((void *)(ebase + offset), ((unsigned char *)addr - 1), size); in set_handler() 2157 memcpy((void *)(ebase + offset), addr, size); in set_handler() 2159 local_flush_icache_range(ebase + offset, ebase + offset + size); in set_handler() [all …]
|
D | smp-bmips.c | 514 unsigned long new_ebase = ebase; in bmips_ebase_setup() 516 BUG_ON(ebase != CKSEG0); in bmips_ebase_setup() 557 ebase = new_ebase; in bmips_ebase_setup()
|
D | bmips_vec.S | 173 la k0, ebase
|
/linux-4.1.27/arch/mips/include/asm/ |
D | setup.h | 23 extern unsigned long ebase;
|
/linux-4.1.27/arch/mips/include/asm/mach-netlogic/ |
D | multi-node.h | 54 unsigned long ebase; /* not used now */ member
|
/linux-4.1.27/arch/mips/bmips/ |
D | setup.c | 47 ebase = kbase; in kbase_setup()
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | setup.c | 753 uint32_t __maybe_unused ebase = read_c0_ebase() & 0x3ffff000; in prom_init() local 756 cvmx_l2c_lock_mem_region(ebase, 0x100); in prom_init() 760 cvmx_l2c_lock_mem_region(ebase + 0x180, 0x80); in prom_init() 764 cvmx_l2c_lock_mem_region(ebase + 0x200, 0x80); in prom_init()
|
D | smp.c | 186 write_c0_ebase((u32)ebase); in octeon_init_secondary()
|
/linux-4.1.27/arch/mips/paravirt/ |
D | paravirt-smp.c | 87 write_c0_ebase((u32)ebase); in paravirt_init_secondary()
|
/linux-4.1.27/arch/mips/netlogic/xlr/ |
D | setup.c | 171 nodep->ebase = read_c0_ebase() & (~((1 << 12) - 1)); in nlm_init_node()
|
/linux-4.1.27/arch/mips/netlogic/common/ |
D | smp.c | 111 write_c0_ebase(nlm_current_node()->ebase); in nlm_early_init_secondary()
|
/linux-4.1.27/arch/mips/mm/ |
D | tlbex.c | 442 memcpy((void *)ebase, tlb_handler, 0x80); in build_r3000_tlb_refill_handler() 443 local_flush_icache_range(ebase, ebase + 0x80); in build_r3000_tlb_refill_handler() 445 dump_handler("r3000_tlb_refill", (u32 *)ebase, 32); in build_r3000_tlb_refill_handler() 1434 memcpy((void *)ebase, final_handler, 0x100); in build_r4000_tlb_refill_handler() 1435 local_flush_icache_range(ebase, ebase + 0x100); in build_r4000_tlb_refill_handler() 1437 dump_handler("r4000_tlb_refill", (u32 *)ebase, 64); in build_r4000_tlb_refill_handler()
|
/linux-4.1.27/arch/mips/netlogic/xlp/ |
D | nlm_hal.c | 61 nodep->ebase = read_c0_ebase() & (~((1 << 12) - 1)); in nlm_node_init()
|