Searched refs:v3_writew (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/armltd/integrator/ |
| H A D | pci.c | 83 #define v3_writew(o, v) __raw_writew(v, PHYS_PCI_V3_BASE + (unsigned int)(o)) macro 165 v3_writew(V3_LB_MAP1, mapaddress); in v3_open_config_window() 178 v3_writew(V3_LB_MAP1, v3_addr_to_lb_map(PCI_BUS_PREMEM_START) | in v3_close_config_window() 280 v3_writew(V3_LB_IO_BASE, (PHYS_PCI_V3_BASE >> 16)); in pci_init_board() 291 v3_writew(V3_SYSTEM, 0xA05F); in pci_init_board() 299 v3_writew(V3_PCI_CMD, val); in pci_init_board() 304 v3_writew(V3_SYSTEM, val); in pci_init_board() 309 v3_writew(V3_PCI_CFG, val); in pci_init_board() 319 v3_writew(V3_LB_CFG, val); in pci_init_board() 324 v3_writew(V3_PCI_CMD, val); in pci_init_board() [all …]
|