/drivers/scsi/ |
D | 53c700.h | 218 __u32 *script; /* pointer to script location */ member 425 #define script_patch_32(h, script, symbol, value) \ argument 430 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]) + da; \ 431 (script)[A_##symbol##_used[i]] = bS_to_host(val); \ 432 dma_sync_to_dev((h), &(script)[A_##symbol##_used[i]], 4); \ 438 #define script_patch_32_abs(h, script, symbol, value) \ argument 443 (script)[A_##symbol##_used[i]] = bS_to_host(da); \ 444 dma_sync_to_dev((h), &(script)[A_##symbol##_used[i]], 4); \ 451 #define script_patch_ID(h, script, symbol, value) \ argument 455 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]); \ [all …]
|
D | 53c700.c | 273 return h->pScript + ((uintptr_t)p - (uintptr_t)h->script); in virt_to_dma() 298 __u32 *script; in NCR_700_detect() local 317 script = (__u32 *)memory; in NCR_700_detect() 360 script[j] = bS_to_host(SCRIPT[j]); in NCR_700_detect() 364 script[LABELPATCHES[j]] = bS_to_host(pScript + SCRIPT[LABELPATCHES[j]]); in NCR_700_detect() 366 script_patch_32(hostdata, script, MessageLocation, in NCR_700_detect() 368 script_patch_32(hostdata, script, StatusAddress, in NCR_700_detect() 370 script_patch_32(hostdata, script, ReceiveMsgAddress, in NCR_700_detect() 373 hostdata->script = script; in NCR_700_detect() 424 hostdata->script, hostdata->pScript, in NCR_700_release() [all …]
|
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
|
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
|
D | ncr53c8xx.c | 1120 struct script; 1657 struct script *script0; /* Copies of script and scripth */ 1746 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl)) 1791 struct script { struct 1927 static void ncr_script_fill (struct script * scr, struct scripth * scripth); 1978 #define PADDR(label) (RELOC_LABEL | offsetof(struct script, label)) 1984 static struct script script0 __initdata = { 3340 SCR_COPY (sizeof (struct script)), 3405 void __init ncr_script_fill (struct script * scr, struct scripth * scrh) in ncr_script_fill() 4642 m_free_dma(np->script0, sizeof(struct script), "SCRIPT"); in ncr_detach() [all …]
|
/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
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()
|
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()
|
D | perf.c | 137 info->script = nvbios_rd16(bios, perf + 0x02); in nvbios_perfEp()
|
/drivers/media/usb/dvb-usb/ |
D | af9005-fe.c | 961 scriptlen = sizeof(script) / sizeof(RegDesc); in af9005_fe_init() 964 af9005_write_register_bits(state->d, script[i].reg, 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() [all …]
|
D | af9005-script.h | 18 static RegDesc script[] = { variable
|
/drivers/mfd/ |
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() 710 .script = omap3_wrst_seq, 740 .script = omap3_idle_sleep_on_seq, 751 .script = omap3_idle_wakeup_p12_seq, [all …]
|
/drivers/net/wireless/intel/iwlegacy/ |
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/nouveau/ |
D | nouveau_bios.c | 107 …cturer_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script) in call_lvds_manufacturer_script() argument 111 …uint8_t sub = bios->data[bios->fp.xlated_entry + script] + (bios->fp.link_c_increment && dcbent->o… in call_lvds_manufacturer_script() 122 if (script == LVDS_PANEL_OFF) { in call_lvds_manufacturer_script() 128 if (script == LVDS_RESET && in call_lvds_manufacturer_script() 137 …le(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk) in run_lvds_table() argument 159 switch (script) { in run_lvds_table() 210 …pt(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk) in call_lvds_script() argument 225 if (bios->fp.last_script_invoc == (script << 1 | head) || !lvds_ver || in call_lvds_script() 226 (lvds_ver >= 0x30 && script == LVDS_INIT)) in call_lvds_script() 234 if (script == LVDS_PANEL_ON && bios->fp.reset_after_pclk_change) in call_lvds_script() [all …]
|
/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | dp.c | 301 if (AMPERE_IED_HACK(disp) && (lnkcmp = lt.outp->dp.info.script[0])) { in nvkm_dp_train_links() 402 nvbios_init(&outp->disp->engine.subdev, outp->dp.info.script[1], in nvkm_dp_train_fini() 414 nvbios_init(&outp->disp->engine.subdev, outp->dp.info.script[2], in nvkm_dp_train_init() 420 nvbios_init(&outp->disp->engine.subdev, outp->dp.info.script[3], in nvkm_dp_train_init() 429 nvbios_init(&outp->disp->engine.subdev, outp->dp.info.script[0], in nvkm_dp_train_init() 527 nvbios_init(&ior->disp->engine.subdev, outp->dp.info.script[4], in nvkm_dp_disable()
|
D | rootnv50.c | 199 args->v0.version, args->v0.script); in nv50_disp_root_mthd_() 200 disp->sor.lvdsconf = args->v0.script; in nv50_disp_root_mthd_()
|
/drivers/net/xen-netback/ |
D | xenbus.c | 1009 const char *script; in netback_probe() local 1133 script = xenbus_read(XBT_NIL, dev->nodename, "script", NULL); in netback_probe() 1134 if (IS_ERR(script)) { in netback_probe() 1135 err = PTR_ERR(script); in netback_probe() 1140 be->hotplug_script = script; in netback_probe()
|
/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | dp.h | 12 u32 script[5]; member
|
D | perf.h | 16 u32 script; member
|
D | disp.h | 18 u16 script[3]; member
|
/drivers/gpu/drm/nouveau/include/nvif/ |
D | cl5070.h | 74 __u16 script; member
|
/drivers/gpu/drm/i915/gt/shaders/ |
D | README | 25 "-Ddri-drivers=i965", and run this script from IGT source root directory"
|
/drivers/net/wireless/intel/iwlwifi/ |
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
|
/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | nv50.c | 140 nvbios_init(subdev, info.script[0], in nv50_devinit_init()
|
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | memx.fuc | 365 // $r12 - head of script 366 // $r11 - tail of script
|
/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 1773 lvds.lvds.script |= 0x0100; in nv50_sor_atomic_enable() 1775 lvds.lvds.script |= 0x0200; in nv50_sor_atomic_enable() 1779 lvds.lvds.script |= 0x0100; in nv50_sor_atomic_enable() 1782 lvds.lvds.script |= 0x0100; in nv50_sor_atomic_enable() 1785 if (lvds.lvds.script & 0x0100) { in nv50_sor_atomic_enable() 1787 lvds.lvds.script |= 0x0200; in nv50_sor_atomic_enable() 1790 lvds.lvds.script |= 0x0200; in nv50_sor_atomic_enable() 1794 lvds.lvds.script |= 0x0200; in nv50_sor_atomic_enable()
|