Searched defs:p4_out (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/pci/ | ||
| H A D | pci_sh7780.c | 30 #define p4_out(data, addr) (*(vu_long *)addr) = (data) macro |
| H A D | pci_sh7751.c | 73 #define p4_out(data, addr) (*addr) = (data) macro |