/Linux-v5.4/include/linux/ |
D | ata.h | 554 #define ata_id_is_ata(id) (((id)[ATA_ID_CONFIG] & (1 << 15)) == 0) argument 555 #define ata_id_has_lba(id) ((id)[ATA_ID_CAPABILITY] & (1 << 9)) argument 556 #define ata_id_has_dma(id) ((id)[ATA_ID_CAPABILITY] & (1 << 8)) argument 557 #define ata_id_has_ncq(id) ((id)[ATA_ID_SATA_CAPABILITY] & (1 << 8)) argument 558 #define ata_id_queue_depth(id) (((id)[ATA_ID_QUEUE_DEPTH] & 0x1f) + 1) argument 559 #define ata_id_removable(id) ((id)[ATA_ID_CONFIG] & (1 << 7)) argument 560 #define ata_id_has_atapi_AN(id) \ argument 561 ((((id)[ATA_ID_SATA_CAPABILITY] != 0x0000) && \ 562 ((id)[ATA_ID_SATA_CAPABILITY] != 0xffff)) && \ 563 ((id)[ATA_ID_FEATURE_SUPP] & (1 << 5))) [all …]
|
/Linux-v5.4/drivers/i2c/busses/ |
D | i2c-sh7760.c | 114 struct cami2c *id = ptr; in sh7760_i2c_irq() local 115 struct i2c_msg *msg = id->msg; in sh7760_i2c_irq() 119 msr = IN32(id, I2CMSR); in sh7760_i2c_irq() 120 fsr = IN32(id, I2CFSR); in sh7760_i2c_irq() 124 OUT32(id, I2CMCR, 0); in sh7760_i2c_irq() 125 OUT32(id, I2CSCR, 0); in sh7760_i2c_irq() 126 OUT32(id, I2CSAR, 0); in sh7760_i2c_irq() 127 id->status |= IDS_DONE | IDS_ARBLOST; in sh7760_i2c_irq() 139 OUT32(id, I2CFCR, FCR_RFRST | FCR_TFRST); in sh7760_i2c_irq() 140 OUT32(id, I2CMCR, MCR_MIE | MCR_FSB); in sh7760_i2c_irq() [all …]
|
D | i2c-cadence.c | 117 #define cdns_i2c_readreg(offset) readl_relaxed(id->membase + offset) 118 #define cdns_i2c_writereg(val, offset) writel_relaxed(val, id->membase + offset) 176 static void cdns_i2c_clear_bus_hold(struct cdns_i2c *id) in cdns_i2c_clear_bus_hold() argument 183 static inline bool cdns_is_holdquirk(struct cdns_i2c *id, bool hold_wrkaround) in cdns_is_holdquirk() argument 186 (id->curr_recv_count == CDNS_I2C_FIFO_DEPTH + 1)); in cdns_is_holdquirk() 204 struct cdns_i2c *id = ptr; in cdns_i2c_isr() local 223 if (id->recv_count > id->curr_recv_count) in cdns_i2c_isr() 226 hold_quirk = (id->quirks & CDNS_I2C_BROKEN_HOLD_BIT) && updatetx; in cdns_i2c_isr() 229 if (id->p_recv_buf && in cdns_i2c_isr() 240 if ((id->recv_count < CDNS_I2C_FIFO_DEPTH) && in cdns_i2c_isr() [all …]
|
/Linux-v5.4/drivers/clk/at91/ |
D | sam9x60.c | 62 u8 id; member 64 { .n = "ddrck", .p = "masterck", .id = 2 }, 65 { .n = "uhpck", .p = "usbck", .id = 6 }, 66 { .n = "pck0", .p = "prog0", .id = 8 }, 67 { .n = "pck1", .p = "prog1", .id = 9 }, 68 { .n = "qspick", .p = "masterck", .id = 19 }, 73 u8 id; member 75 { .n = "pioA_clk", .id = 2, }, 76 { .n = "pioB_clk", .id = 3, }, 77 { .n = "pioC_clk", .id = 4, }, [all …]
|
D | sama5d4.c | 40 u8 id; member 42 { .n = "ddrck", .p = "masterck", .id = 2 }, 43 { .n = "lcdck", .p = "masterck", .id = 3 }, 44 { .n = "smdck", .p = "smdclk", .id = 4 }, 45 { .n = "uhpck", .p = "usbck", .id = 6 }, 46 { .n = "udpck", .p = "usbck", .id = 7 }, 47 { .n = "pck0", .p = "prog0", .id = 8 }, 48 { .n = "pck1", .p = "prog1", .id = 9 }, 49 { .n = "pck2", .p = "prog2", .id = 10 }, 54 u8 id; member [all …]
|
D | at91sam9260.c | 13 u8 id; member 18 u8 id; member 74 { .n = "uhpck", .p = "usbck", .id = 6 }, 75 { .n = "udpck", .p = "usbck", .id = 7 }, 76 { .n = "pck0", .p = "prog0", .id = 8 }, 77 { .n = "pck1", .p = "prog1", .id = 9 }, 81 { .n = "pioA_clk", .id = 2 }, 82 { .n = "pioB_clk", .id = 3 }, 83 { .n = "pioC_clk", .id = 4 }, 84 { .n = "adc_clk", .id = 5 }, [all …]
|
D | sama5d2.c | 41 u8 id; member 43 { .n = "ddrck", .p = "masterck", .id = 2 }, 44 { .n = "lcdck", .p = "masterck", .id = 3 }, 45 { .n = "uhpck", .p = "usbck", .id = 6 }, 46 { .n = "udpck", .p = "usbck", .id = 7 }, 47 { .n = "pck0", .p = "prog0", .id = 8 }, 48 { .n = "pck1", .p = "prog1", .id = 9 }, 49 { .n = "pck2", .p = "prog2", .id = 10 }, 50 { .n = "iscck", .p = "masterck", .id = 18 }, 55 u8 id; member [all …]
|
D | at91sam9x5.c | 42 u8 id; member 44 { .n = "ddrck", .p = "masterck", .id = 2 }, 45 { .n = "smdck", .p = "smdclk", .id = 4 }, 46 { .n = "uhpck", .p = "usbck", .id = 6 }, 47 { .n = "udpck", .p = "usbck", .id = 7 }, 48 { .n = "pck0", .p = "prog0", .id = 8 }, 49 { .n = "pck1", .p = "prog1", .id = 9 }, 61 u8 id; member 65 { .n = "pioAB_clk", .id = 2, }, 66 { .n = "pioCD_clk", .id = 3, }, [all …]
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/bios/ |
D | bios_parser_common.c | 63 enum object_enum_id id; in enum_id_from_bios_object_id() local 67 id = ENUM_ID_1; in enum_id_from_bios_object_id() 70 id = ENUM_ID_2; in enum_id_from_bios_object_id() 73 id = ENUM_ID_3; in enum_id_from_bios_object_id() 76 id = ENUM_ID_4; in enum_id_from_bios_object_id() 79 id = ENUM_ID_5; in enum_id_from_bios_object_id() 82 id = ENUM_ID_6; in enum_id_from_bios_object_id() 85 id = ENUM_ID_7; in enum_id_from_bios_object_id() 88 id = ENUM_ID_UNKNOWN; in enum_id_from_bios_object_id() 92 return id; in enum_id_from_bios_object_id() [all …]
|
/Linux-v5.4/arch/powerpc/mm/nohash/ |
D | mmu_context.c | 109 static unsigned int steal_context_smp(unsigned int id) in steal_context_smp() argument 119 mm = context_mm[id]; in steal_context_smp() 125 id++; in steal_context_smp() 126 if (id > LAST_CONTEXT) in steal_context_smp() 127 id = FIRST_CONTEXT; in steal_context_smp() 130 pr_hardcont(" | steal %d from 0x%p", id, mm); in steal_context_smp() 133 mm->context.id = MMU_NO_CONTEXT; in steal_context_smp() 144 __set_bit(id, stale_map[i]); in steal_context_smp() 148 return id; in steal_context_smp() 169 unsigned int id; in steal_all_contexts() local [all …]
|
/Linux-v5.4/arch/arm/mach-pxa/include/mach/ |
D | hardware.h | 104 #define __cpu_is_pxa210(id) \ argument 106 unsigned int _id = (id) & 0xf3f0; \ 110 #define __cpu_is_pxa250(id) \ argument 112 unsigned int _id = (id) & 0xf3ff; \ 116 #define __cpu_is_pxa255(id) \ argument 118 unsigned int _id = (id) & 0xffff; \ 122 #define __cpu_is_pxa25x(id) \ argument 124 unsigned int _id = (id) & 0xf300; \ 128 #define __cpu_is_pxa210(id) (0) argument 129 #define __cpu_is_pxa250(id) (0) argument [all …]
|
/Linux-v5.4/drivers/memory/tegra/ |
D | tegra20.c | 12 .id = 0x00, 15 .id = 0x01, 18 .id = 0x02, 21 .id = 0x03, 24 .id = 0x04, 27 .id = 0x05, 30 .id = 0x06, 33 .id = 0x07, 36 .id = 0x08, 39 .id = 0x09, [all …]
|
/Linux-v5.4/tools/perf/arch/x86/util/ |
D | unwind-libunwind.c | 14 int id; in LIBUNWIND__ARCH_REG_ID() local 18 id = PERF_REG_X86_AX; in LIBUNWIND__ARCH_REG_ID() 21 id = PERF_REG_X86_DX; in LIBUNWIND__ARCH_REG_ID() 24 id = PERF_REG_X86_CX; in LIBUNWIND__ARCH_REG_ID() 27 id = PERF_REG_X86_BX; in LIBUNWIND__ARCH_REG_ID() 30 id = PERF_REG_X86_SI; in LIBUNWIND__ARCH_REG_ID() 33 id = PERF_REG_X86_DI; in LIBUNWIND__ARCH_REG_ID() 36 id = PERF_REG_X86_BP; in LIBUNWIND__ARCH_REG_ID() 39 id = PERF_REG_X86_SP; in LIBUNWIND__ARCH_REG_ID() 42 id = PERF_REG_X86_R8; in LIBUNWIND__ARCH_REG_ID() [all …]
|
/Linux-v5.4/drivers/media/platform/s3c-camif/ |
D | camif-regs.h | 65 #define CIGCTRL_IRQ_CLR(id) BIT(19 - (id)) argument 71 #define S3C_CAMIF_REG_CIYSA(id, n) (0x18 + (id) * 0x54 + (n) * 4) argument 73 #define S3C_CAMIF_REG_CICBSA(id, n) (0x28 + (id) * 0x54 + (n) * 4) argument 75 #define S3C_CAMIF_REG_CICRSA(id, n) (0x38 + (id) * 0x54 + (n) * 4) argument 78 #define S3C_CAMIF_REG_CITRGFMT(id, _offs) (0x48 + (id) * (0x34 + (_offs))) argument 98 #define S3C_CAMIF_REG_CICTRL(id, _offs) (0x4c + (id) * (0x34 + (_offs))) argument 111 #define S3C_CAMIF_REG_CISCPRERATIO(id, _offs) (0x50 + (id) * (0x34 + (_offs))) argument 114 #define S3C_CAMIF_REG_CISCPREDST(id, _offs) (0x54 + (id) * (0x34 + (_offs))) argument 117 #define S3C_CAMIF_REG_CISCCTRL(id, _offs) (0x58 + (id) * (0x34 + (_offs))) argument 147 #define S3C_CAMIF_REG_CITAREA(id, _offs) (0x5c + (id) * (0x34 + (_offs))) argument [all …]
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_link_encoder.h | 39 #define AUX_REG_LIST(id)\ argument 40 SRI(AUX_CONTROL, DP_AUX, id), \ 41 SRI(AUX_DPHY_RX_CONTROL0, DP_AUX, id) 43 #define HPD_REG_LIST(id)\ argument 44 SRI(DC_HPD_CONTROL, HPD, id) 46 #define LE_COMMON_REG_LIST_BASE(id) \ argument 51 SRI(DIG_BE_CNTL, DIG, id), \ 52 SRI(DIG_BE_EN_CNTL, DIG, id), \ 53 SRI(DP_CONFIG, DP, id), \ 54 SRI(DP_DPHY_CNTL, DP, id), \ [all …]
|
/Linux-v5.4/drivers/macintosh/ |
D | adbhid.c | 212 int id; member 237 static void init_trackpad(int id); 238 static void init_trackball(int id); 239 static void init_turbomouse(int id); 240 static void init_microspeed(int id); 241 static void init_ms_a3(int id); 268 int id = (data[0] >> 4) & 0x0f; in adbhid_keyboard_input() local 270 if (!adbhid[id]) { in adbhid_keyboard_input() 272 id, data[0], data[1], data[2], data[3]); in adbhid_keyboard_input() 279 adbhid_input_keycode(id, data[1], 0); in adbhid_keyboard_input() [all …]
|
/Linux-v5.4/sound/usb/ |
D | mixer_maps.c | 14 int id; member 21 int id; member 27 u32 id; member 177 .id = 0x80, 186 .id = 14, /* Capture Source */ 191 .id = 29, /* Digital Out Source */ 196 .id = 31, /* Headphone Source */ 358 .id = USB_ID(0x041e, 0x3000), 363 .id = USB_ID(0x041e, 0x3010), 367 .id = USB_ID(0x041e, 0x3020), [all …]
|
/Linux-v5.4/arch/s390/include/asm/ |
D | debug.h | 54 typedef int (debug_header_proc_t) (debug_info_t *id, 60 typedef int (debug_format_proc_t) (debug_info_t *id, 63 typedef int (debug_prolog_proc_t) (debug_info_t *id, 66 typedef int (debug_input_proc_t) (debug_info_t *id, 72 int debug_dflt_header_fn(debug_info_t *id, struct debug_view *view, 90 debug_entry_t *debug_event_common(debug_info_t *id, int level, 93 debug_entry_t *debug_exception_common(debug_info_t *id, int level, 105 void debug_unregister(debug_info_t *id); 107 void debug_set_level(debug_info_t *id, int new_level); 123 static inline bool debug_level_enabled(debug_info_t *id, int level) in debug_level_enabled() argument [all …]
|
/Linux-v5.4/arch/s390/kernel/ |
D | debug.c | 78 static int debug_prolog_level_fn(debug_info_t *id, 80 static int debug_input_level_fn(debug_info_t *id, struct debug_view *view, 83 static int debug_prolog_pages_fn(debug_info_t *id, 85 static int debug_input_pages_fn(debug_info_t *id, struct debug_view *view, 88 static int debug_input_flush_fn(debug_info_t *id, struct debug_view *view, 91 static int debug_hex_ascii_format_fn(debug_info_t *id, struct debug_view *view, 93 static int debug_raw_format_fn(debug_info_t *id, 96 static int debug_raw_header_fn(debug_info_t *id, struct debug_view *view, 99 static int debug_sprintf_format_fn(debug_info_t *id, struct debug_view *view, 451 if (act_entry->id.stck == 0LL) in debug_format_entry() [all …]
|
/Linux-v5.4/drivers/gpu/drm/amd/display/include/ |
D | grph_object_id.h | 221 uint32_t id:8; member 230 uint32_t id, in dal_graphics_object_id_init() argument 235 id, enum_id, type, 0 in dal_graphics_object_id_init() 243 struct graphics_object_id id) in dal_graphics_object_id_to_uint() argument 245 return id.id + (id.enum_id << 0x8) + (id.type << 0xc); in dal_graphics_object_id_to_uint() 249 struct graphics_object_id id) in dal_graphics_object_id_get_controller_id() argument 251 if (id.type == OBJECT_TYPE_CONTROLLER) in dal_graphics_object_id_get_controller_id() 252 return (enum controller_id) id.id; in dal_graphics_object_id_get_controller_id() 257 struct graphics_object_id id) in dal_graphics_object_id_get_clock_source_id() argument 259 if (id.type == OBJECT_TYPE_CLOCK_SOURCE) in dal_graphics_object_id_get_clock_source_id() [all …]
|
/Linux-v5.4/sound/soc/intel/boards/ |
D | sof_rt5682.c | 58 static int sof_rt5682_quirk_cb(const struct dmi_system_id *id) in sof_rt5682_quirk_cb() argument 60 sof_rt5682_quirk = (unsigned long)id->driver_data; in sof_rt5682_quirk_cb() 125 pcm->device = rtd->dai_link->id; in sof_hdmi_init() 415 int i, id = 0; in sof_card_dai_links_create() local 425 links[id].name = devm_kasprintf(dev, GFP_KERNEL, in sof_card_dai_links_create() 427 if (!links[id].name) in sof_card_dai_links_create() 430 links[id].id = id; in sof_card_dai_links_create() 431 links[id].codecs = rt5682_component; in sof_card_dai_links_create() 432 links[id].num_codecs = ARRAY_SIZE(rt5682_component); in sof_card_dai_links_create() 433 links[id].platforms = platform_component; in sof_card_dai_links_create() [all …]
|
/Linux-v5.4/drivers/gpu/host1x/hw/ |
D | hw_host1x01_sync.h | 44 static inline u32 host1x_sync_syncpt_r(unsigned int id) in host1x_sync_syncpt_r() argument 46 return 0x400 + id * REGISTER_STRIDE; in host1x_sync_syncpt_r() 48 #define HOST1X_SYNC_SYNCPT(id) \ argument 49 host1x_sync_syncpt_r(id) 50 static inline u32 host1x_sync_syncpt_thresh_cpu0_int_status_r(unsigned int id) in host1x_sync_syncpt_thresh_cpu0_int_status_r() argument 52 return 0x40 + id * REGISTER_STRIDE; in host1x_sync_syncpt_thresh_cpu0_int_status_r() 54 #define HOST1X_SYNC_SYNCPT_THRESH_CPU0_INT_STATUS(id) \ argument 55 host1x_sync_syncpt_thresh_cpu0_int_status_r(id) 56 static inline u32 host1x_sync_syncpt_thresh_int_disable_r(unsigned int id) in host1x_sync_syncpt_thresh_int_disable_r() argument 58 return 0x60 + id * REGISTER_STRIDE; in host1x_sync_syncpt_thresh_int_disable_r() [all …]
|
D | hw_host1x02_sync.h | 44 static inline u32 host1x_sync_syncpt_r(unsigned int id) in host1x_sync_syncpt_r() argument 46 return 0x400 + id * REGISTER_STRIDE; in host1x_sync_syncpt_r() 48 #define HOST1X_SYNC_SYNCPT(id) \ argument 49 host1x_sync_syncpt_r(id) 50 static inline u32 host1x_sync_syncpt_thresh_cpu0_int_status_r(unsigned int id) in host1x_sync_syncpt_thresh_cpu0_int_status_r() argument 52 return 0x40 + id * REGISTER_STRIDE; in host1x_sync_syncpt_thresh_cpu0_int_status_r() 54 #define HOST1X_SYNC_SYNCPT_THRESH_CPU0_INT_STATUS(id) \ argument 55 host1x_sync_syncpt_thresh_cpu0_int_status_r(id) 56 static inline u32 host1x_sync_syncpt_thresh_int_disable_r(unsigned int id) in host1x_sync_syncpt_thresh_int_disable_r() argument 58 return 0x60 + id * REGISTER_STRIDE; in host1x_sync_syncpt_thresh_int_disable_r() [all …]
|
D | hw_host1x04_sync.h | 44 static inline u32 host1x_sync_syncpt_r(unsigned int id) in host1x_sync_syncpt_r() argument 46 return 0xf80 + id * REGISTER_STRIDE; in host1x_sync_syncpt_r() 48 #define HOST1X_SYNC_SYNCPT(id) \ argument 49 host1x_sync_syncpt_r(id) 50 static inline u32 host1x_sync_syncpt_thresh_cpu0_int_status_r(unsigned int id) in host1x_sync_syncpt_thresh_cpu0_int_status_r() argument 52 return 0xe80 + id * REGISTER_STRIDE; in host1x_sync_syncpt_thresh_cpu0_int_status_r() 54 #define HOST1X_SYNC_SYNCPT_THRESH_CPU0_INT_STATUS(id) \ argument 55 host1x_sync_syncpt_thresh_cpu0_int_status_r(id) 56 static inline u32 host1x_sync_syncpt_thresh_int_disable_r(unsigned int id) in host1x_sync_syncpt_thresh_int_disable_r() argument 58 return 0xf00 + id * REGISTER_STRIDE; in host1x_sync_syncpt_thresh_int_disable_r() [all …]
|
D | hw_host1x05_sync.h | 44 static inline u32 host1x_sync_syncpt_r(unsigned int id) in host1x_sync_syncpt_r() argument 46 return 0xf80 + id * REGISTER_STRIDE; in host1x_sync_syncpt_r() 48 #define HOST1X_SYNC_SYNCPT(id) \ argument 49 host1x_sync_syncpt_r(id) 50 static inline u32 host1x_sync_syncpt_thresh_cpu0_int_status_r(unsigned int id) in host1x_sync_syncpt_thresh_cpu0_int_status_r() argument 52 return 0xe80 + id * REGISTER_STRIDE; in host1x_sync_syncpt_thresh_cpu0_int_status_r() 54 #define HOST1X_SYNC_SYNCPT_THRESH_CPU0_INT_STATUS(id) \ argument 55 host1x_sync_syncpt_thresh_cpu0_int_status_r(id) 56 static inline u32 host1x_sync_syncpt_thresh_int_disable_r(unsigned int id) in host1x_sync_syncpt_thresh_int_disable_r() argument 58 return 0xf00 + id * REGISTER_STRIDE; in host1x_sync_syncpt_thresh_int_disable_r() [all …]
|