Home
last modified time | relevance | path

Searched refs:__kernel_ldwu (Results 1 – 14 of 14) sorted by relevance

/linux-2.4.37.9/include/asm-alpha/
Dcompiler.h57 #define __kernel_ldwu(mem) (mem) macro
65 #define __kernel_ldwu(mem) \ macro
Dcore_polaris.h89 return __kernel_ldwu(*(vusp)(addr + POLARIS_DENSE_IO_BASE)); in polaris_inw()
123 return __kernel_ldwu(*(vusp)addr); in polaris_readw()
Dcore_irongate.h211 return __kernel_ldwu(*(vusp)(addr + IRONGATE_IO)); in irongate_inw()
242 return __kernel_ldwu(*(vusp)addr); in irongate_readw()
Dcore_tsunami.h328 return __kernel_ldwu(*(vusp)addr); in tsunami_inw()
379 return __kernel_ldwu(*(vusp)addr); in tsunami_readw()
Dcore_titan.h406 return __kernel_ldwu(*(vusp)addr); in titan_inw()
448 return __kernel_ldwu(*(vusp)addr); in titan_readw()
Dcore_wildfire.h302 return __kernel_ldwu(*(vusp)addr); in wildfire_inw()
353 return __kernel_ldwu(*(vusp)addr); in wildfire_readw()
Dcore_cia.h371 return __kernel_ldwu(*(vusp)(addr+CIA_BW_IO)); in cia_bwx_inw()
499 return __kernel_ldwu(*(vusp)addr); in cia_bwx_readw()
Dcore_marvel.h412 return __kernel_ldwu(*(vusp)addr); in marvel_inw()
472 return __kernel_ldwu(*(vusp)addr); in marvel_readw()
/linux-2.4.37.9/arch/alpha/kernel/
Dcore_polaris.c106 *value = __kernel_ldwu(*(vusp)pci_addr); in polaris_read_config_word()
149 __kernel_ldwu(*(vusp)pci_addr); in polaris_write_config_word()
Dcore_irongate.c126 *value = __kernel_ldwu(*(vusp)addr); in irongate_read_config_word()
169 __kernel_ldwu(*(vusp)addr); in irongate_write_config_word()
Dcore_tsunami.c138 *value = __kernel_ldwu(*(vusp)addr); in tsunami_read_config_word()
181 __kernel_ldwu(*(vusp)addr); in tsunami_write_config_word()
Dcore_wildfire.c406 *value = __kernel_ldwu(*(vusp)addr); in wildfire_read_config_word()
449 __kernel_ldwu(*(vusp)addr); in wildfire_write_config_word()
Dcore_titan.c159 *value = __kernel_ldwu(*(vusp)addr); in titan_read_config_word()
202 __kernel_ldwu(*(vusp)addr); in titan_write_config_word()
Dcore_marvel.c559 *value = __kernel_ldwu(*(vusp)addr); in marvel_read_config_word()
599 __kernel_ldwu(*(vusp)addr); in marvel_write_config_word()