Searched refs:pot (Results 1 – 6 of 6) sorted by relevance
30 volatile pot83xx_t *pot = immr->ios.pot; in pci_init_bus() local38 pot += 3; in pci_init_bus()41 for (i = 0; i < 3; i++, reg++, pot++) { in pci_init_bus()48 pot->potar = reg->bus_start >> 12; in pci_init_bus()49 pot->pobar = reg->phys_start >> 12; in pci_init_bus()50 pot->pocmr = ~(reg->size - 1) >> 12; in pci_init_bus()53 pot->pocmr |= POCMR_IO; in pci_init_bus()56 pot->pocmr |= POCMR_SE; in pci_init_bus()60 pot->pocmr |= POCMR_DST; in pci_init_bus()62 pot->pocmr |= POCMR_EN; in pci_init_bus()
75 --output $(obj)/config.pot76 $(Q)sed -i s/CHARSET/UTF-8/ $(obj)/config.pot82 >> $(obj)/config.pot; \85 $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \86 --output $(obj)/linux.pot87 $(Q)rm -f $(obj)/config.pot208 clean-files += config.pot linux.pot
11 *.pot
88 pot_t pot[5]; /* 0xc00 - 0xc9f Outbound ATMU's 0, 1, 2, 3, and 4 */ member
402 pot83xx_t pot[6]; member
317 volatile pot_t *po = &pci->pot[1]; /* skip 0 */ in fsl_pci_init()