/linux-6.12.1/drivers/media/rc/ |
D | winbond-cir.c | 195 unsigned long ebase; /* Enhanced Func. Baseaddr */ member 265 if (inb(data->ebase + WBCIR_REG_ECEIR_CTS) & WBCIR_LED_ENABLE) in wbcir_led_brightness_get() 279 wbcir_set_bits(data->ebase + WBCIR_REG_ECEIR_CTS, in wbcir_led_brightness_set() 312 unsigned counter = inb(data->ebase + WBCIR_REG_ECEIR_CNT_LO) | in wbcir_carrier_report() 313 inb(data->ebase + WBCIR_REG_ECEIR_CNT_HI) << 8; in wbcir_carrier_report() 327 wbcir_set_bits(data->ebase + WBCIR_REG_ECEIR_CCTL, WBCIR_CNTR_R, in wbcir_carrier_report() 329 wbcir_set_bits(data->ebase + WBCIR_REG_ECEIR_CCTL, WBCIR_CNTR_EN, in wbcir_carrier_report() 511 wbcir_set_bits(data->ebase + WBCIR_REG_ECEIR_CCTL, WBCIR_CNTR_R, in wbcir_set_carrier_report() 515 wbcir_set_bits(data->ebase + WBCIR_REG_ECEIR_CCTL, in wbcir_set_carrier_report() 616 wbcir_set_bits(data->ebase + WBCIR_REG_ECEIR_CTS, val, 0x0c); in wbcir_txmask() [all …]
|
/linux-6.12.1/arch/mips/kernel/ |
D | traps.c | 2004 unsigned long ebase; variable 2005 EXPORT_SYMBOL_GPL(ebase); 2044 u32 *buf = (u32 *)(ebase + 0x200); in set_except_vector() 2045 if ((handler & jump_mask) == ((ebase + 0x200) & jump_mask)) { in set_except_vector() 2053 local_flush_icache_range(ebase + 0x200, (unsigned long)buf); in set_except_vector() 2086 b = (unsigned char *)(ebase + 0x200 + n*VECTORSPACING); in set_vi_handler() 2114 set_handler(((unsigned long)b - ebase), vec_start, in set_vi_handler() 2210 write_c0_ebase_64(ebase | MIPS_EBASE_WG); in configure_exception_vector() 2212 write_c0_ebase(ebase | MIPS_EBASE_WG); in configure_exception_vector() 2215 write_c0_ebase(ebase); in configure_exception_vector() [all …]
|
D | smp-bmips.c | 537 unsigned long new_ebase = ebase; in bmips_ebase_setup() 539 BUG_ON(ebase != CKSEG0); in bmips_ebase_setup() 580 ebase = new_ebase; in bmips_ebase_setup()
|
D | cpu-probe.c | 747 u64 ebase; in decode_configs() local 751 ebase = cpu_has_mips64r6 ? read_c0_ebase_64() in decode_configs() 753 if (ebase & MIPS_EBASE_WG) { in decode_configs() 767 write_c0_ebase_64(ebase | MIPS_EBASE_WG); in decode_configs() 769 write_c0_ebase(ebase | MIPS_EBASE_WG); in decode_configs() 775 write_c0_ebase(ebase); in decode_configs()
|
D | bmips_vec.S | 211 la k0, ebase
|
/linux-6.12.1/arch/mips/include/asm/ |
D | setup.h | 27 extern unsigned long ebase;
|
D | kvm_host.h | 657 __BUILD_KVM_RW_HW(ebase, l, MIPS_CP0_PRID, 1) 680 __BUILD_KVM_SET_HW(ebase, l, MIPS_CP0_PRID, 1)
|
D | mipsregs.h | 3086 __BUILD_SET_GC0(ebase) in __BUILD_SET_C0()
|
/linux-6.12.1/arch/mips/mm/ |
D | tlbex.c | 421 memcpy((void *)ebase, tlb_handler, 0x80); in build_r3000_tlb_refill_handler() 422 local_flush_icache_range(ebase, ebase + 0x80); in build_r3000_tlb_refill_handler() 423 dump_handler("r3000_tlb_refill", (u32 *)ebase, (u32 *)(ebase + 0x80)); in build_r3000_tlb_refill_handler() 1421 memcpy((void *)ebase, final_handler, 0x100); in build_r4000_tlb_refill_handler() 1422 local_flush_icache_range(ebase, ebase + 0x100); in build_r4000_tlb_refill_handler() 1423 dump_handler("r4000_tlb_refill", (u32 *)ebase, (u32 *)(ebase + 0x100)); in build_r4000_tlb_refill_handler() 1527 memcpy((void *)(ebase + 0x80), tlb_handler, 0x80); in build_loongson3_tlb_refill_handler() 1528 local_flush_icache_range(ebase + 0x80, ebase + 0x100); in build_loongson3_tlb_refill_handler() 1530 (u32 *)(ebase + 0x80), (u32 *)(ebase + 0x100)); in build_loongson3_tlb_refill_handler()
|
/linux-6.12.1/arch/mips/cavium-octeon/ |
D | setup.c | 807 uint32_t __maybe_unused ebase = read_c0_ebase() & 0x3ffff000; in prom_init() local 810 cvmx_l2c_lock_mem_region(ebase, 0x100); in prom_init() 814 cvmx_l2c_lock_mem_region(ebase + 0x180, 0x80); in prom_init() 818 cvmx_l2c_lock_mem_region(ebase + 0x200, 0x80); in prom_init()
|
D | smp.c | 244 write_c0_ebase((u32)ebase); in octeon_init_secondary()
|
/linux-6.12.1/arch/mips/bmips/ |
D | setup.c | 57 ebase = kbase; in kbase_setup()
|
/linux-6.12.1/fs/erofs/ |
D | zmap.c | 215 const erofs_off_t ebase = sizeof(struct z_erofs_map_header) + in z_erofs_load_compact_lcluster() local 227 compacted_4b_initial = (32 - ebase % 32) / 4; in z_erofs_load_compact_lcluster() 237 pos = ebase; in z_erofs_load_compact_lcluster()
|
/linux-6.12.1/arch/mips/kvm/ |
D | entry.c | 597 UASM_i_LA_mostly(&p, GPR_K0, (long)&ebase); in kvm_mips_build_exit() 598 UASM_i_LW(&p, GPR_K0, uasm_rel_lo((long)&ebase), GPR_K0); in kvm_mips_build_exit()
|