Searched refs:newcmd (Results 1 – 7 of 7) sorted by relevance
/linux/arch/m68k/kernel/ |
H A 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/drivers/pci/ |
H A D | irq.c | 195 u16 origcmd, newcmd; in pci_check_and_set_intx_mask() local 223 newcmd = origcmd & ~PCI_COMMAND_INTX_DISABLE; in pci_check_and_set_intx_mask() 225 newcmd |= PCI_COMMAND_INTX_DISABLE; in pci_check_and_set_intx_mask() 226 if (newcmd != origcmd) in pci_check_and_set_intx_mask() 227 bus->ops->write(bus, dev->devfn, PCI_COMMAND, 2, newcmd); in pci_check_and_set_intx_mask()
|
/linux/drivers/isdn/hardware/mISDN/ |
H A D | mISDNisar.c | 955 switch (ch->newcmd) { in isar_pump_statev_fax() 972 ch->cmd = ch->newcmd; in isar_pump_statev_fax() 973 ch->newcmd = 0; in isar_pump_statev_fax() 1004 ch->cmd = ch->newcmd; in isar_pump_statev_fax() 1005 ch->newcmd = 0; in isar_pump_statev_fax() 1195 ch->newcmd = 0; in setup_pump() 1358 ch->newcmd = 0; in isar_pump_cmd() 1365 ch->newcmd = PCTRL_CMD_FTM; in isar_pump_cmd() 1380 ch->newcmd = 0; in isar_pump_cmd() 1402 ch->newcmd = 0; in isar_pump_cmd() [all …]
|
H A D | isar.h | 25 u8 newcmd; member
|
/linux/drivers/macintosh/ |
H A 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/drivers/scsi/ |
H A 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() 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() 6287 (unsigned)scr_to_cpu(newcmd[2]), in ncr_int_ma() [all …]
|
/linux/drivers/scsi/sym53c8xx_2/ |
H A 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);
|