Searched refs:newcmd (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/arch/m68k/kernel/ |
D | pcibios.c | 48 u16 cmd, newcmd; in pcibios_enable_device() local 52 newcmd = cmd; in pcibios_enable_device() 66 newcmd |= PCI_COMMAND_IO; in pcibios_enable_device() 68 newcmd |= PCI_COMMAND_MEMORY; in pcibios_enable_device() 75 newcmd |= PCI_COMMAND_IO | PCI_COMMAND_MEMORY; in pcibios_enable_device() 78 if (newcmd != cmd) { in pcibios_enable_device() 80 pci_name(dev), cmd, newcmd); in pcibios_enable_device() 81 pci_write_config_word(dev, PCI_COMMAND, newcmd); in pcibios_enable_device()
|
/Linux-v6.6/drivers/isdn/hardware/mISDN/ |
D | mISDNisar.c | 954 switch (ch->newcmd) { in isar_pump_statev_fax() 971 ch->cmd = ch->newcmd; in isar_pump_statev_fax() 972 ch->newcmd = 0; in isar_pump_statev_fax() 980 ch->is->name, ch->newcmd); in isar_pump_statev_fax() 1003 ch->cmd = ch->newcmd; in isar_pump_statev_fax() 1004 ch->newcmd = 0; in isar_pump_statev_fax() 1194 ch->newcmd = 0; in setup_pump() 1357 ch->newcmd = 0; in isar_pump_cmd() 1364 ch->newcmd = PCTRL_CMD_FTM; in isar_pump_cmd() 1379 ch->newcmd = 0; in isar_pump_cmd() [all …]
|
D | isar.h | 25 u8 newcmd; member
|
/Linux-v6.6/drivers/macintosh/ |
D | smu.c | 734 struct smu_i2c_cmd *newcmd; in smu_i2c_complete_command() local 737 newcmd = list_entry(smu->cmd_i2c_list.next, in smu_i2c_complete_command() 739 smu->cmd_i2c_cur = newcmd; in smu_i2c_complete_command()
|
/Linux-v6.6/drivers/scsi/ |
D | ncr53c8xx.c | 6079 ncrcmd *newcmd; in ncr_int_ma() local 6266 newcmd = cp->patch; in ncr_int_ma() 6269 newcmd = &cp->patch[4]; in ncr_int_ma() 6277 newcmd[0] = cpu_to_scr(((cmd & 0x0f) << 24) | rest); in ncr_int_ma() 6278 newcmd[1] = cpu_to_scr(oadr + olen - rest); in ncr_int_ma() 6279 newcmd[2] = cpu_to_scr(SCR_JUMP); in ncr_int_ma() 6280 newcmd[3] = cpu_to_scr(nxtdsp); in ncr_int_ma() 6284 (int) (newcmd - cp->patch), in ncr_int_ma() 6285 (unsigned)scr_to_cpu(newcmd[0]), in ncr_int_ma() 6286 (unsigned)scr_to_cpu(newcmd[1]), in ncr_int_ma() [all …]
|
/Linux-v6.6/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 2396 u32 newcmd; local 2584 newcmd = SCRIPTA_BA(np, pm0_data); 2588 newcmd = SCRIPTA_BA(np, pm1_data); 2630 newcmd = pm->ret; 2641 hflags0, hflags, newcmd, 2650 sym_set_script_dp (np, cp, newcmd);
|
/Linux-v6.6/drivers/pci/ |
D | pci.c | 4673 u16 origcmd, newcmd; in pci_check_and_set_intx_mask() local 4701 newcmd = origcmd & ~PCI_COMMAND_INTX_DISABLE; in pci_check_and_set_intx_mask() 4703 newcmd |= PCI_COMMAND_INTX_DISABLE; in pci_check_and_set_intx_mask() 4704 if (newcmd != origcmd) in pci_check_and_set_intx_mask() 4705 bus->ops->write(bus, dev->devfn, PCI_COMMAND, 2, newcmd); in pci_check_and_set_intx_mask()
|