Home
last modified time | relevance | path

Searched refs:_val (Results 1 – 10 of 10) sorted by relevance

/arch/openrisc/include/asm/
Dspr.h20 #define mtspr(_spr, _val) __asm__ __volatile__ ( \ argument
22 : : "K" (_spr), "r" (_val))
23 #define mtspr_off(_spr, _off, _val) __asm__ __volatile__ ( \ argument
25 : : "r" (_off), "r" (_val), "K" (_spr))
/arch/ia64/include/asm/xen/
Dprivop.h106 #define xen_set_virtual_psr_i(_val) \ argument
107 ({ XSI_PSR_I = (uint8_t)(_val) ? 0 : 1; })
108 #define xen_set_virtual_psr_ic(_val) \ argument
109 ({ XEN_MAPPEDREGS->interrupt_collection_enabled = _val ? 1 : 0; })
/arch/mips/include/asm/sn/
Dagent.h33 #define SET_HUB_NIC(_my_cpuid, _val) \ argument
34 (HUB_S(HUB_NIC_ADDR(_my_cpuid), (_val)))
Daddrs.h213 #define BDPRT_ENTRY_S(_pa, _rgn, _val) (*(__psunsigned_t *)BDPRT_ENTRY((_pa), (_rgn))=(_val)) argument
/arch/mips/pci/
Dops-pnx8550.c251 u8 _val; in config_read() local
252 int rc = read_config_byte(bus, devfn, where, &_val); in config_read()
253 *val = _val; in config_read()
257 u16 _val; in config_read() local
258 int rc = read_config_word(bus, devfn, where, &_val); in config_read()
259 *val = _val; in config_read()
Dpci-alchemy.c262 u8 _val; in alchemy_pci_read() local
263 int rc = read_config_byte(bus, devfn, where, &_val); in alchemy_pci_read()
265 *val = _val; in alchemy_pci_read()
269 u16 _val; in alchemy_pci_read() local
270 int rc = read_config_word(bus, devfn, where, &_val); in alchemy_pci_read()
272 *val = _val; in alchemy_pci_read()
Dpci-ath724x.c15 #define reg_write(_phys, _val) ((*(unsigned int *) KSEG1ADDR(_phys)) = (_val)) argument
/arch/blackfin/include/asm/
Duaccess.h149 unsigned long _val = 0; \
156 __get_user_asm(_val, _p, B,(Z)); \
159 __get_user_asm(_val, _p, W,(Z)); \
162 __get_user_asm(_val, _p, , ); \
167 x = (typeof(*(ptr)))_val; \
/arch/x86/include/asm/
Dmsr.h249 unsigned long long _val = native_read_tscp(&(aux)); \
250 (low) = (u32)_val; \
251 (high) = (u32)(_val >> 32); \
/arch/mips/include/asm/sn/sn0/
Dhubmd.h437 #define SET_CPU_LEDS(_nasid, _slice, _val) \ argument
438 (HUB_S(CPU_LED_ADDR(_nasid, _slice), (_val)))