Home
last modified time | relevance | path

Searched defs:_phys (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/arch/mips/pci/
Dpci-ath724x.c14 #define reg_read(_phys) (*(unsigned int *) KSEG1ADDR(_phys)) argument
15 #define reg_write(_phys, _val) ((*(unsigned int *) KSEG1ADDR(_phys)) = (_val)) argument
/linux-3.3/include/linux/
Dof_platform.h51 #define OF_DEV_AUXDATA(_compat,_phys,_name,_pdata) \ argument