Searched defs:_value (Results 1 - 3 of 3) sorted by relevance

/arch/frv/mb93090-mb00/
H A Dpci-vdk.c101 u32 _value; local
104 _value = __get_PciBridgeDataL(where & ~3);
108 _value = __get_PciCfgDataL(where & ~3);
113 _value = _value >> ((where & 3) * 8);
117 _value = _value >> ((where & 2) * 8);
127 *val = _value;
/arch/mn10300/unit-asb2305/
H A Dpci.c83 int where, u32 *_value)
98 *_value = value;
103 int where, u32 *_value)
118 *_value = value;
123 int where, u32 *_value)
138 *_value = value;
82 pci_ampci_read_config_byte(struct pci_bus *bus, unsigned int devfn, int where, u32 *_value) argument
102 pci_ampci_read_config_word(struct pci_bus *bus, unsigned int devfn, int where, u32 *_value) argument
122 pci_ampci_read_config_dword(struct pci_bus *bus, unsigned int devfn, int where, u32 *_value) argument
/arch/frv/kernel/
H A Dgdb-stub.c407 static int hexToInt(char **ptr, unsigned long *_value) argument
411 *_value = 0;
417 *_value = (*_value << 4) | ((uint8_t) ch & 0xf);

Completed in 72 milliseconds