Home
last modified time | relevance | path

Searched refs:__type (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/
Drt2x00reg.h217 #define FIELD_CHECK(__mask, __type) \ argument
220 (__mask) != (__type)(__mask)) \
246 #define SET_FIELD(__reg, __type, __field, __value)\ argument
248 typecheck(__type, __field); \
255 #define GET_FIELD(__reg, __type, __field) \ argument
257 typecheck(__type, __field); \
Drt2x00debug.h39 #define RT2X00DEBUGFS_REGISTER_ENTRY(__name, __type) \ argument
41 __type (*read)(struct rt2x00_dev *rt2x00dev, \
44 const unsigned int word, __type data); \
Drt2x00debug.c438 #define RT2X00DEBUGFS_OPS_READ(__name, __format, __type) \ argument
449 __type value; \
474 #define RT2X00DEBUGFS_OPS_WRITE(__name, __type) \ argument
485 __type value; \
515 #define RT2X00DEBUGFS_OPS(__name, __format, __type) \ argument
516 RT2X00DEBUGFS_OPS_READ(__name, __format, __type); \
517 RT2X00DEBUGFS_OPS_WRITE(__name, __type); \
/Linux-v4.19/arch/sparc/include/asm/
Dmdesc.h57 #define mdesc_for_each_arc(__arc, __hdl, __node, __type) \ argument
58 for (__arc = mdesc_next_arc(__hdl, __node, __type); \
60 __arc = mdesc_next_arc(__hdl, __arc, __type))
/Linux-v4.19/drivers/spi/
Dspi-pic32.c197 #define BUILD_SPI_FIFO_RW(__name, __type, __bwl) \ argument
200 __type v; \
201 u32 mx = pic32_rx_max(pic32s, sizeof(__type)); \
205 *(__type *)(pic32s->rx) = v; \
206 pic32s->rx += sizeof(__type); \
212 __type v; \
213 u32 mx = pic32_tx_max(pic32s, sizeof(__type)); \
215 v = (__type)~0U; \
217 v = *(__type *)(pic32s->tx); \
219 pic32s->tx += sizeof(__type); \
/Linux-v4.19/arch/s390/kvm/
Dtrace-s390.h119 #define get_irq_name(__type) \ argument
120 (__type > KVM_S390_INT_IO_MAX ? \
121 __print_symbolic(__type, kvm_s390_int_type) : \
122 (__type & KVM_S390_INT_IO_AI_MASK ? \
/Linux-v4.19/drivers/scsi/
Dpmcraid.h1007 ({ u8 op = opcode; u8 __type = 0;\
1009 __type = SCSI_READ_CMD;\
1012 __type = SCSI_WRITE_CMD;\
1013 __type;\
1017 ({ u8 __type = SCSI_CMD_TYPE(opcode); \
1018 (__type == SCSI_READ_CMD || __type == SCSI_WRITE_CMD) ? 1 : 0;\
/Linux-v4.19/drivers/media/i2c/m5mols/
Dm5mols.h247 #define is_code(__code, __type) (__code == m5mols_default_ffmt[__type].code) argument
/Linux-v4.19/tools/perf/util/
Dparse-events.c1119 #define ADD_CONFIG_TERM(__type, __name, __val) \ in get_config_terms() argument
1128 __t->type = PERF_EVSEL__CONFIG_TERM_ ## __type; \ in get_config_terms()
/Linux-v4.19/drivers/platform/x86/
Dthinkpad_acpi.c10431 #define IBM_BIOS_MODULE_ALIAS(__type) \ argument
10432 MODULE_ALIAS("dmi:bvnIBM:bvr" __type "ET??WW*")