Searched refs:_val (Results 1 – 10 of 10) sorted by relevance
/arch/openrisc/include/asm/ |
D | spr.h | 20 #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/ |
D | privop.h | 106 #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/ |
D | agent.h | 33 #define SET_HUB_NIC(_my_cpuid, _val) \ argument 34 (HUB_S(HUB_NIC_ADDR(_my_cpuid), (_val)))
|
D | addrs.h | 213 #define BDPRT_ENTRY_S(_pa, _rgn, _val) (*(__psunsigned_t *)BDPRT_ENTRY((_pa), (_rgn))=(_val)) argument
|
/arch/mips/pci/ |
D | ops-pnx8550.c | 251 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()
|
D | pci-alchemy.c | 262 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()
|
D | pci-ath724x.c | 15 #define reg_write(_phys, _val) ((*(unsigned int *) KSEG1ADDR(_phys)) = (_val)) argument
|
/arch/blackfin/include/asm/ |
D | uaccess.h | 149 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/ |
D | msr.h | 249 unsigned long long _val = native_read_tscp(&(aux)); \ 250 (low) = (u32)_val; \ 251 (high) = (u32)(_val >> 32); \
|
/arch/mips/include/asm/sn/sn0/ |
D | hubmd.h | 437 #define SET_CPU_LEDS(_nasid, _slice, _val) \ argument 438 (HUB_S(CPU_LED_ADDR(_nasid, _slice), (_val)))
|