| /linux/arch/mips/mm/ |
| A D | tlb-r4k.c | 387 unsigned long wired; in add_wired_entry() 400 wired = num_wired_entries(); in add_wired_entry() 401 write_c0_wired(wired + 1); in add_wired_entry() 402 write_c0_index(wired); in add_wired_entry() 458 unsigned long wired; in add_temporary_entry() local 467 wired = num_wired_entries(); in add_temporary_entry() 468 if (--temp_tlb_entry < wired) { in add_temporary_entry() 551 int wired = current_cpu_data.tlbsize - ntlb; in tlb_init() local 552 write_c0_wired(wired); in tlb_init() 553 write_c0_index(wired-1); in tlb_init()
|
| A D | tlb-r3k.c | 225 static unsigned long wired = 0; in add_wired_entry() local 254 } else if (wired < 8) { in add_wired_entry() 264 write_c0_index(wired); in add_wired_entry() 265 wired++; /* BARRIER */ in add_wired_entry()
|
| A D | init.c | 149 unsigned int wired; in kunmap_coherent() local 154 wired = num_wired_entries() - 1; in kunmap_coherent() 155 write_c0_wired(wired); in kunmap_coherent() 156 write_c0_index(wired); in kunmap_coherent() 157 write_c0_entryhi(UNIQUE_ENTRYHI(wired)); in kunmap_coherent()
|
| /linux/arch/mips/include/asm/ |
| A D | tlb.h | 16 unsigned int wired = read_c0_wired(); in num_wired_entries() local 19 wired &= MIPSR6_WIRED_WIRED; in num_wired_entries() 21 return wired; in num_wired_entries()
|
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| A D | img,pdc-intc.txt | 82 * An SoC peripheral that is wired through the PDC. 85 // The interrupt controller that this device is wired to. 96 * An interrupt generating device that is wired to a SysWake pin. 99 // The interrupt controller that this device is wired to.
|
| A D | marvell,sei.txt | 10 AP and is wired while a second set comes from the CPs by the mean of 19 - #interrupt-cells: number of cells to define an SEI wired interrupt
|
| A D | open-pic.txt | 81 * An interrupt generating device that is wired to an Open PIC. 89 // The interrupt controller that this device is wired to.
|
| A D | intel,ce4100-ioapic.txt | 15 The first number (P) represents the interrupt pin which is wired to the
|
| A D | openrisc,ompic.txt | 12 - interrupts : Specifies the interrupt line to which the ompic is wired.
|
| A D | marvell,gicp.txt | 6 located in the Marvell CP110 to turn wired interrupts inside the CP
|
| /linux/Documentation/devicetree/bindings/media/ |
| A D | st-rc.txt | 12 be present iff the rx pins are wired up. 15 be present iff the tx pins are wired up.
|
| /linux/arch/arm/boot/dts/ |
| A D | ste-href-tvk1281618-r2.dtsi | 101 * the falling edge if they could be wired together. 122 * the falling edge if they could be wired together. 159 * the falling edge if they could be wired together.
|
| A D | dra74x-p.dtsi | 24 /* MCAN interrupts are hard-wired to irqs 67, 68 */
|
| A D | armada-385-db-ap.dts | 43 * This bus is wired to two EEPROM 78 * wired to the mini-USB connector
|
| A D | uniphier-ld6b.dtsi | 19 /* UART3 unavailable: the pads are not wired to the package balls */
|
| A D | omap4-mcpdm.dtsi | 5 * Only include this file if your board has pdmclk wired from the
|
| A D | sun8i-r16-nintendo-nes-classic.dts | 51 /* VBUS is always on because it is wired to the power supply */
|
| /linux/Documentation/devicetree/bindings/display/bridge/ |
| A D | sii902x.txt | 16 is wired, <1> if the both are wired. HDMI audio is
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | adi,adau17x1.txt | 14 and ADDR1, as wired in hardware.
|
| /linux/Documentation/devicetree/bindings/usb/ |
| A D | usb-hcd.yaml | 34 description: The hard wired USB devices
|
| /linux/Documentation/hwmon/ |
| A D | smsc47m192.rst | 57 the motherboard has this input wired to VID4. 87 would typically be wired to the diode inside the CPU)
|
| A D | via686a.rst | 80 in which case the sensor inputs will not be wired. This is the case of 84 not wired for hardware monitoring.
|
| /linux/arch/mips/kvm/ |
| A D | vz.c | 2457 unsigned int wired = read_gc0_wired(); in kvm_vz_vcpu_save_wired() local 2462 wired &= MIPSR6_WIRED_WIRED; in kvm_vz_vcpu_save_wired() 2463 if (wired > vcpu->arch.wired_tlb_limit) { in kvm_vz_vcpu_save_wired() 2464 tlbs = krealloc(vcpu->arch.wired_tlb, wired * in kvm_vz_vcpu_save_wired() 2468 wired = vcpu->arch.wired_tlb_limit; in kvm_vz_vcpu_save_wired() 2471 vcpu->arch.wired_tlb_limit = wired; in kvm_vz_vcpu_save_wired() 2475 if (wired) in kvm_vz_vcpu_save_wired() 2477 kvm_vz_save_guesttlb(vcpu->arch.wired_tlb, 0, wired); in kvm_vz_vcpu_save_wired() 2479 for (i = wired; i < vcpu->arch.wired_tlb_used; ++i) { in kvm_vz_vcpu_save_wired() 2485 vcpu->arch.wired_tlb_used = wired; in kvm_vz_vcpu_save_wired()
|
| /linux/Documentation/devicetree/bindings/mips/ |
| A D | cpu_irq.txt | 6 With the irq_domain in place we can describe how the 8 IRQs are wired to the
|
| /linux/Documentation/devicetree/bindings/clock/ |
| A D | qcom,spmi-clkdiv.txt | 4 These clocks are typically wired through alternate functions on
|