Searched refs:type (Results 76 - 100 of 13787) sorted by path

1234567891011>>

/linux-master/arch/mips/pci/
H A Dops-bonito64.c30 u32 addr, type; local
43 type = 0;
47 type = 0x10000;
53 BONITO_PCIMAP_CFG = (addr >> 16) | type;
/linux-master/arch/mips/rb532/
H A Dirq.c170 static int rb532_set_type(struct irq_data *d, unsigned type) argument
176 return (type == IRQ_TYPE_LEVEL_HIGH) ? 0 : -EINVAL;
178 switch (type) {
/linux-master/arch/openrisc/lib/
H A Dmemset.S13 .type memset, @function
/linux-master/arch/powerpc/boot/
H A Dcrtsavres.S48 .type name,@function; \
H A Dstdio.c46 * to check for type safety (n must be 64bit)
79 static char * number(char * str, unsigned long long num, int base, int size, int precision, int type) argument
85 if (type & LARGE)
87 if (type & LEFT)
88 type &= ~ZEROPAD;
91 c = (type & ZEROPAD) ? '0' : ' ';
93 if (type & SIGN) {
98 } else if (type & PLUS) {
101 } else if (type & SPACE) {
106 if (type
[all...]
H A Dtypes.h40 #define min_t(type, a, b) min(((type) a), ((type) b))
41 #define max_t(type, a, b) max(((type) a), ((type) b))
/linux-master/arch/powerpc/boot/dts/fsl/
H A De500mc_power_isa.dtsi57 mmu-type = "power-embedded";
H A De500v2_power_isa.dtsi50 mmu-type = "power-embedded";
H A De5500_power_isa.dtsi58 mmu-type = "power-embedded";
H A De6500_power_isa.dtsi63 mmu-type = "power-embedded";
/linux-master/arch/powerpc/include/asm/
H A Dasync_tx.h22 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \
23 __async_tx_find_channel(dep, type)
H A Ddcr-generic.h15 enum host_type_t type; member in struct:__anon62
H A Demulated_ops.h55 extern void ppc_warn_emulated_print(const char *type);
57 #define __PPC_WARN_EMULATED(type) \
59 atomic_inc(&ppc_emulated.type.val); \
61 ppc_warn_emulated_print(ppc_emulated.type.name); \
66 #define __PPC_WARN_EMULATED(type) do { } while (0)
70 #define PPC_WARN_EMULATED(type, regs) \
74 __PPC_WARN_EMULATED(type); \
77 #define PPC_WARN_ALIGNMENT(type, regs) \
81 __PPC_WARN_EMULATED(type); \
H A Dpasemi_dma.h459 /* DMA TX Channel type. Right now only limitations used are event types 0/1,
495 extern void *pasemi_dma_alloc_chan(enum pasemi_dmachan_type type,
H A Dpmi.h35 u8 type; member in struct:__anon110
43 u8 type; member in struct:pmi_handler
/linux-master/arch/powerpc/kernel/
H A Dmsi.c12 int arch_setup_msi_irqs(struct pci_dev *dev, int nvec, int type) argument
23 if (type == PCI_CAP_ID_MSI && nvec > 1)
26 return phb->controller_ops.setup_msi_irqs(dev, nvec, type);
/linux-master/arch/powerpc/kvm/
H A Dtrace_pr.h122 TP_PROTO(const char *type, struct kvm_vcpu *vcpu, unsigned long long p1,
124 TP_ARGS(type, vcpu, p1, p2),
130 __field( const char *, type )
137 __entry->type = type;
141 __entry->count, __entry->type, __entry->p1, __entry->p2)
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dfault.c24 unsigned long ea, int type)
27 ctx->event_return |= type;
32 switch (type) {
23 spufs_handle_event(struct spu_context *ctx, unsigned long ea, int type) argument
/linux-master/arch/powerpc/xmon/
H A Dansidecl.h31 ANSI C, and the type declarations in traditional C. Arguments should
102 #define PROTO(type, name, arglist) type name arglist
125 #define PROTO(type, name, arglist) type name ()
/linux-master/arch/s390/include/asm/trace/
H A Dzcrypt.h41 #define show_zcrypt_tp_type(type) \
42 __print_symbolic(type, \
54 * @type: One of the TP_ defines above.
61 TP_PROTO(void *ptr, u32 type),
62 TP_ARGS(ptr, type),
65 __field(u32, type)),
68 __entry->type = type;),
69 TP_printk("ptr=%p type=%s",
71 show_zcrypt_tp_type(__entry->type))
[all...]
/linux-master/arch/s390/include/uapi/asm/
H A Dqeth.h44 struct qeth_arp_entrytype type; member in struct:qeth_arp_qi_entry7
51 struct qeth_arp_entrytype type; member in struct:qeth_arp_qi_entry7_ipv6
57 struct qeth_arp_entrytype type; member in struct:qeth_arp_qi_entry7_short
63 struct qeth_arp_entrytype type; member in struct:qeth_arp_qi_entry7_short_ipv6
70 struct qeth_arp_entrytype type; member in struct:qeth_arp_qi_entry5
76 struct qeth_arp_entrytype type; member in struct:qeth_arp_qi_entry5_ipv6
81 struct qeth_arp_entrytype type; member in struct:qeth_arp_qi_entry5_short
86 struct qeth_arp_entrytype type; member in struct:qeth_arp_qi_entry5_short_ipv6
H A Dtape390.h84 unsigned char type; member in struct:tape390_kekl
/linux-master/arch/s390/tools/
H A Dgen_opcode_table.c23 struct insn_type *type; member in struct:insn
32 struct insn_type *type; member in struct:insn_group
40 int type; member in struct:insn_format
54 * The byte member of each instruction format type entry defines
163 insn.type = insn_format_to_type(insn.format);
236 if (insn->type->byte != 0)
251 if (group && (!strncmp(group->opcode, insn->opcode, 2) || group->type->byte == 0)) {
261 group->type = insn->type;
282 if (insn->type
[all...]
/linux-master/arch/sh/drivers/pci/
H A Dops-sh7786.c23 int dev, func, type, reg; local
27 type = !!bus->parent;
37 * itself with either type 0 or type 1 accesses, and indeed, any
68 pci_write_reg(chan, (1 << 31) | (type << 8), SH4A_PCIEPCTLR);
/linux-master/arch/sh/include/asm/
H A Dclock.h8 void __deprecated arch_init_clk_ops(struct sh_clk_ops **, int type);

Completed in 248 milliseconds

1234567891011>>