| /drivers/scsi/ |
| A D | 53c700.h | 218 __u32 *script; /* pointer to script location */ member 425 #define script_patch_32(h, script, symbol, value) \ argument 431 (script)[A_##symbol##_used[i]] = bS_to_host(val); \ 438 #define script_patch_32_abs(h, script, symbol, value) \ argument 443 (script)[A_##symbol##_used[i]] = bS_to_host(da); \ 451 #define script_patch_ID(h, script, symbol, value) \ argument 455 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]); \ 458 (script)[A_##symbol##_used[i]] = bS_to_host(val); \ 465 #define script_patch_16(h, script, symbol, value) \ argument 469 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]); \ [all …]
|
| A D | 53c700.c | 299 __u32 *script; in NCR_700_detect() local 318 script = (__u32 *)memory; in NCR_700_detect() 361 script[j] = bS_to_host(SCRIPT[j]); in NCR_700_detect() 367 script_patch_32(hostdata, script, MessageLocation, in NCR_700_detect() 369 script_patch_32(hostdata, script, StatusAddress, in NCR_700_detect() 374 hostdata->script = script; in NCR_700_detect() 425 hostdata->script, hostdata->pScript, in NCR_700_release() 429 hostdata->script, hostdata->pScript); in NCR_700_release() 838 script_patch_16(hostdata, hostdata->script, in process_extended_message() 1161 script_patch_16(hostdata, hostdata->script, in process_script_interrupt() [all …]
|
| A D | 53c700.scr | 22 ; This script is designed to be modified for the particular command in 34 ; SG components is preceded by a script fragment which moves the 36 ; SG segment jumps back to . However, this address is the first SG script 68 ; Combinations, since the script assembler can't process | 119 ; SCSI Messages we interpret in the script 136 ; This is where the script begins
|
| A D | 53c700_d.h_shipped | 25 ; This script is designed to be modified for the particular command in 37 ; SG components is preceded by a script fragment which moves the 39 ; SG segment jumps back to . However, this address is the first SG script 71 ; Combinations, since the script assembler can't process | 122 ; SCSI Messages we interpret in the script 139 ; This is where the script begins
|
| A D | ncr53c8xx.c | 1120 struct script; 1657 struct script *script0; /* Copies of script and scripth */ 1791 struct script { struct 1984 static struct script script0 __initdata = { 3340 SCR_COPY (sizeof (struct script)), 4642 m_free_dma(np->script0, sizeof(struct script), "SCRIPT"); in ncr_detach() 5661 script_size = sizeof(struct script); in ncr_log_hard_error() 6160 dsp <= np->p_script + sizeof(struct script)) { in ncr_int_ma() 8178 if (np->paddr2 && sizeof(struct script) > 4096) { 8207 (ncrcmd *) np->script0, sizeof(struct script)); [all …]
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| A D | dp.c | 107 info->script[0] = nvbios_rd16(bios, data + 0x06); in nvbios_dpout_parse() 108 info->script[1] = nvbios_rd16(bios, data + 0x08); in nvbios_dpout_parse() 112 info->script[2] = nvbios_rd16(bios, data + 0x0c); in nvbios_dpout_parse() 113 info->script[3] = nvbios_rd16(bios, data + 0x0e); in nvbios_dpout_parse() 116 info->script[4] = nvbios_rd16(bios, data + 0x10); in nvbios_dpout_parse() 122 info->script[0] = nvbios_rd16(bios, data + 0x05); in nvbios_dpout_parse() 123 info->script[1] = nvbios_rd16(bios, data + 0x07); in nvbios_dpout_parse() 125 info->script[2] = nvbios_rd16(bios, data + 0x0b); in nvbios_dpout_parse() 126 info->script[3] = nvbios_rd16(bios, data + 0x0d); in nvbios_dpout_parse() 127 info->script[4] = nvbios_rd16(bios, data + 0x0f); in nvbios_dpout_parse()
|
| A D | disp.c | 105 info->script[0] = nvbios_rd16(bios, data + 0x06); in nvbios_outp_parse() 106 info->script[1] = nvbios_rd16(bios, data + 0x08); in nvbios_outp_parse() 107 info->script[2] = 0x0000; in nvbios_outp_parse() 109 info->script[2] = nvbios_rd16(bios, data + 0x0a); in nvbios_outp_parse()
|
| /drivers/media/usb/dvb-usb/ |
| A D | af9005-fe.c | 961 scriptlen = sizeof(script) / sizeof(RegDesc); in af9005_fe_init() 965 script[i].pos, in af9005_fe_init() 966 script[i].len, script[i].val))) in af9005_fe_init() 969 if (script[i].reg == 0xae18) in af9005_fe_init() 970 temp2 = script[i].val; in af9005_fe_init() 971 if (script[i].reg == 0xae19) in af9005_fe_init() 972 temp1 = script[i].val; in af9005_fe_init() 973 if (script[i].reg == 0xae1a) in af9005_fe_init() 974 temp0 = script[i].val; in af9005_fe_init() 977 if (script[i].reg == xd_p_reg_unplug_th) in af9005_fe_init() [all …]
|
| A D | af9005-script.h | 18 static RegDesc script[] = { variable
|
| /drivers/mfd/ |
| A D | twl4030-power.c | 219 static int twl4030_write_script(u8 address, struct twl4030_ins *script, in twl4030_write_script() argument 224 for (; len; len--, address++, script++) { in twl4030_write_script() 227 script->pmb_message, in twl4030_write_script() 228 script->delay, in twl4030_write_script() 234 script->pmb_message, in twl4030_write_script() 235 script->delay, in twl4030_write_script() 477 err = twl4030_write_script(address, tscript->script, tscript->size); in load_twl4030_script() 713 .script = omap3_wrst_seq, 743 .script = omap3_idle_sleep_on_seq, 754 .script = omap3_idle_wakeup_p12_seq, [all …]
|
| /drivers/net/wireless/intel/iwlegacy/ |
| A D | Kconfig | 28 look in the hotplug script /etc/hotplug/firmware.agent to 29 determine which directory FIRMWARE_DIR is set to when the script 55 look in the hotplug script /etc/hotplug/firmware.agent to 56 determine which directory FIRMWARE_DIR is set to when the script
|
| /drivers/gpu/drm/ci/ |
| A D | build.yml | 8 script: 49 script: 56 script: 63 script:
|
| A D | static-checks.yml | 5 script:
|
| A D | kunit.yml | 12 script:
|
| A D | check-devicetrees.yml | 17 script:
|
| A D | gitlab-ci.yml | 254 script: 281 script: 321 script:
|
| /drivers/gpu/drm/nouveau/ |
| A D | nouveau_bios.c | 120 if (script == LVDS_PANEL_OFF) { in call_lvds_manufacturer_script() 126 if (script == LVDS_RESET && in call_lvds_manufacturer_script() 157 switch (script) { in run_lvds_table() 223 if (bios->fp.last_script_invoc == (script << 1 | head) || !lvds_ver || in call_lvds_script() 224 (lvds_ver >= 0x30 && script == LVDS_INIT)) in call_lvds_script() 232 if (script == LVDS_PANEL_ON && bios->fp.reset_after_pclk_change) in call_lvds_script() 234 if (script == LVDS_RESET && bios->fp.power_off_for_reset) in call_lvds_script() 237 NV_INFO(drm, "Calling LVDS script %d:\n", script); in call_lvds_script() 243 ret = call_lvds_manufacturer_script(dev, dcbent, head, script); in call_lvds_script() 245 ret = run_lvds_table(dev, dcbent, head, script, pxclk); in call_lvds_script() [all …]
|
| /drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| A D | dp.c | 386 if (AMPERE_IED_HACK(disp) && (lnkcmp = outp->dp.info.script[0])) { in nvkm_dp_train_links() 437 nvbios_init(&outp->disp->engine.subdev, outp->dp.info.script[1], in nvkm_dp_train_fini() 449 nvbios_init(&outp->disp->engine.subdev, outp->dp.info.script[2], in nvkm_dp_train_init() 455 nvbios_init(&outp->disp->engine.subdev, outp->dp.info.script[3], in nvkm_dp_train_init() 464 nvbios_init(&outp->disp->engine.subdev, outp->dp.info.script[0], in nvkm_dp_train_init() 532 nvbios_init(&ior->disp->engine.subdev, outp->dp.info.script[4], in nvkm_dp_disable()
|
| /drivers/net/xen-netback/ |
| A D | xenbus.c | 1008 const char *script; in netback_probe() local 1132 script = xenbus_read(XBT_NIL, dev->nodename, "script", NULL); in netback_probe() 1133 if (IS_ERR(script)) { in netback_probe() 1134 err = PTR_ERR(script); in netback_probe() 1139 be->hotplug_script = script; in netback_probe()
|
| /drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
| A D | dp.h | 12 u32 script[5]; member
|
| A D | perf.h | 16 u32 script; member
|
| A D | disp.h | 18 u16 script[3]; member
|
| /drivers/gpu/drm/i915/gt/shaders/ |
| A D | README | 25 "-Ddri-drivers=i965", and run this script from IGT source root directory"
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
| A D | nv50.c | 137 nvbios_init(subdev, info.script[0], in nv50_devinit_init()
|
| /drivers/net/wireless/intel/iwlwifi/ |
| A D | Kconfig | 38 look in the hotplug script /etc/hotplug/firmware.agent to 39 determine which directory FIRMWARE_DIR is set to when the script
|