Home
last modified time | relevance | path

Searched refs:idt (Results 1 – 25 of 55) sorted by relevance

123

/linux/Documentation/devicetree/bindings/ptp/
A Dptp-idtcm.yaml16 - idt,8a34000
17 - idt,8a34001
18 - idt,8a34002
19 - idt,8a34003
20 - idt,8a34004
21 - idt,8a34005
22 - idt,8a34006
23 - idt,8a34007
24 - idt,8a34008
25 - idt,8a34009
[all …]
A Dptp-idt82p33.yaml18 - idt,82p33810
19 - idt,82p33813
20 - idt,82p33814
21 - idt,82p33831
22 - idt,82p33910
23 - idt,82p33913
24 - idt,82p33914
25 - idt,82p33931
42 compatible = "idt,82p33810";
/linux/Documentation/devicetree/bindings/clock/
A Didt,versaclock5.yaml33 The idt,shutdown and idt,output-enable-active properties control the
53 - idt,5p49v5923
54 - idt,5p49v5925
55 - idt,5p49v5933
56 - idt,5p49v5935
57 - idt,5p49v6901
58 - idt,5p49v6965
81 idt,shutdown:
109 idt,mode:
118 idt,slew-percent:
[all …]
/linux/arch/arm64/boot/dts/renesas/
A Dbeacon-renesom-som.dtsi164 compatible = "idt,5p49v6965";
178 idt,mode = <VC5_CMOS>;
179 idt,voltage-microvolt = <1800000>;
180 idt,slew-percent = <100>;
184 idt,mode = <VC5_CMOS>;
185 idt,voltage-microvolt = <1800000>;
186 idt,slew-percent = <100>;
190 idt,mode = <VC5_CMOS>;
192 idt,slew-percent = <100>;
196 idt,mode = <VC5_CMOS>;
[all …]
A Dbeacon-renesom-baseboard.dtsi356 compatible = "idt,5p49v6965";
369 idt,mode = <VC5_CMOS>;
370 idt,voltage-microvolt = <1800000>;
371 idt,slew-percent = <100>;
375 idt,mode = <VC5_CMOS>;
376 idt,voltage-microvolt = <1800000>;
377 idt,slew-percent = <100>;
381 idt,mode = <VC5_CMOS>;
383 idt,slew-percent = <100>;
387 idt,mode = <VC5_CMOS>;
[all …]
/linux/arch/powerpc/kvm/
A De500.c123 return vcpu_e500->idt; in kvmppc_e500_id_table_alloc()
128 kfree(vcpu_e500->idt); in kvmppc_e500_id_table_free()
129 vcpu_e500->idt = NULL; in kvmppc_e500_id_table_free()
163 struct vcpu_id_table *idt = vcpu_e500->idt; in kvmppc_e500_id_table_reset_one() local
169 idt->id[as][pid][pr].val = 0; in kvmppc_e500_id_table_reset_one()
170 idt->id[as][pid][pr].pentry = NULL; in kvmppc_e500_id_table_reset_one()
189 struct vcpu_id_table *idt = vcpu_e500->idt; in kvmppc_e500_get_sid() local
196 sid = local_sid_lookup(&idt->id[as][gid][pr]); in kvmppc_e500_get_sid()
200 sid = local_sid_setup_one(&idt->id[as][gid][pr]); in kvmppc_e500_get_sid()
235 struct vcpu_id_table *idt = vcpu_e500->idt; in kvmppc_e500_tlbil_one() local
[all …]
/linux/Documentation/ABI/testing/
A Dsysfs-bus-rapidio36 Alexandre Bounine <alexandre.bounine@idt.com>
44 Alexandre Bounine <alexandre.bounine@idt.com>
52 Alexandre Bounine <alexandre.bounine@idt.com>
60 Alexandre Bounine <alexandre.bounine@idt.com>
68 Alexandre Bounine <alexandre.bounine@idt.com>
77 Alexandre Bounine <alexandre.bounine@idt.com>
86 Alexandre Bounine <alexandre.bounine@idt.com>
95 Alexandre Bounine <alexandre.bounine@idt.com>
104 Alexandre Bounine <alexandre.bounine@idt.com>
112 Alexandre Bounine <alexandre.bounine@idt.com>
[all …]
A Dsysfs-class-rapidio17 Alexandre Bounine <alexandre.bounine@idt.com>
29 Alexandre Bounine <alexandre.bounine@idt.com>
/linux/Documentation/devicetree/bindings/hwmon/
A Djedec,jc42.yaml30 - idt,tse2002
31 - idt,tse2004
32 - idt,ts3000
33 - idt,ts3001
/linux/Documentation/devicetree/bindings/interrupt-controller/
A Didt,32434-pic.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/idt,32434-pic.yaml#
20 const: idt,32434-pic
42 compatible = "idt,32434-pic";
/linux/Documentation/devicetree/bindings/gpio/
A Didt,32434-gpio.yaml4 $id: http://devicetree.org/schemas/gpio/idt,32434-gpio.yaml#
14 const: idt,32434-gpio
53 compatible = "idt,32434-gpio";
/linux/Documentation/devicetree/bindings/net/
A Didt,3243x-emac.yaml4 $id: http://devicetree.org/schemas/net/idt,3243x-emac.yaml#
19 const: idt,3243x-emac
60 compatible = "idt,3243x-emac";
/linux/Documentation/devicetree/bindings/misc/
A Didt_89hpesx.txt5 Basically there is only one manufacturer: idt, but some
32 idt@60 {
33 compatible = "idt,89hpes32nt8ag2";
/linux/drivers/char/xillybus/
A Dxillybus_class.c45 unsigned char *idt, unsigned int len, in xillybus_init_chrdev() argument
110 namelen = strnlen(idt, len); in xillybus_init_chrdev()
119 unit->name, idt); in xillybus_init_chrdev()
122 idt += namelen + 1; in xillybus_init_chrdev()
A Dxillyusb.c1979 unsigned char *idt; in xillyusb_discovery() local
2040 idt = kmalloc(idt_len, GFP_KERNEL); in xillyusb_discovery()
2042 if (!idt) { in xillyusb_discovery()
2047 fifo_read(&idt_fifo, idt, idt_len, xilly_memcpy); in xillyusb_discovery()
2049 if (crc32_le(~0, idt, idt_len) != 0) { in xillyusb_discovery()
2055 if (*idt > 0x90) { in xillyusb_discovery()
2057 (int)*idt); in xillyusb_discovery()
2064 num_channels = le16_to_cpu(*((__le16 *)(idt + 1))); in xillyusb_discovery()
2095 idt + names_offset, in xillyusb_discovery()
2100 kfree(idt); in xillyusb_discovery()
[all …]
A Dxillybus_class.h20 unsigned char *idt, unsigned int len,
/linux/arch/x86/kernel/
A Didt.c180 idt_setup_from_table(gate_desc *idt, const struct idt_data *t, int size, bool sys) in idt_setup_from_table() argument
186 write_idt_entry(idt, t->vector, &desc); in idt_setup_from_table()
321 static const struct desc_ptr idt = { .address = 0, .size = 0 }; in idt_invalidate() local
323 load_idt(&idt); in idt_invalidate()
A Dhead64.c552 static void set_bringup_idt_handler(gate_desc *idt, int n, void *handler) in set_bringup_idt_handler() argument
560 native_write_idt_entry(idt, n, &desc); in set_bringup_idt_handler()
568 gate_desc *idt = fixup_pointer(bringup_idt_table, physbase); in startup_64_load_idt() local
576 set_bringup_idt_handler(idt, X86_TRAP_VC, handler); in startup_64_load_idt()
579 desc->address = (unsigned long)idt; in startup_64_load_idt()
/linux/arch/mips/include/asm/octeon/
A Dcvmx-ciu3-defs.h60 uint64_t idt : 16; member
62 uint64_t idt : 16;
268 uint64_t idt : 8; member
278 uint64_t idt : 8;
/linux/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h258 struct desc_ptr idt; in get_idt() local
260 : /* output */ [idt]"=m"(idt)); in get_idt()
261 return idt; in get_idt()
/linux/drivers/acpi/nfit/
A Dcore.c854 if (idt->header.length < sizeof(*idt)) in sizeof_idt()
856 return sizeof(*idt) + sizeof(u32) * (idt->line_count - 1); in sizeof_idt()
866 if (!sizeof_idt(idt)) in add_idt()
870 if (sizeof_idt(nfit_idt->idt) != sizeof_idt(idt)) in add_idt()
873 if (memcmp(nfit_idt->idt, idt, sizeof_idt(idt)) == 0) { in add_idt()
884 memcpy(nfit_idt->idt, idt, sizeof_idt(idt)); in add_idt()
887 idt->interleave_index, idt->line_count); in add_idt()
2432 struct acpi_nfit_interleave *idt = mmio->idt; in to_interleave_offset() local
2564 if (idt) { in nfit_blk_init_interleave()
2637 mmio->idt = nfit_mem->idt_bdw; in acpi_nfit_blk_region_enable()
[all …]
/linux/sound/pci/hda/
A DMakefile20 snd-hda-codec-idt-objs := patch_sigmatel.o
38 obj-$(CONFIG_SND_HDA_CODEC_SIGMATEL) += snd-hda-codec-idt.o
/linux/drivers/ntb/hw/
A DMakefile3 obj-$(CONFIG_NTB_IDT) += idt/
A DKconfig3 source "drivers/ntb/hw/idt/Kconfig"
/linux/arch/x86/include/asm/
A Dsuspend_32.h25 struct desc_ptr idt; member

Completed in 44 milliseconds

123