Home
last modified time | relevance | path

Searched refs:pit_t (Results 1 – 5 of 5) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/m68k/lib/
Dtime.c122 volatile pit_t *timerp = (pit_t *) (CONFIG_SYS_UDELAY_BASE); in __udelay()
145 volatile pit_t *timerp = (pit_t *) (CONFIG_SYS_PIT_BASE); in timer_init()
159 volatile pit_t *timerp = (pit_t *) (CONFIG_SYS_PIT_BASE); in get_timer()
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
Dfsl_pci.h65 } pit_t; typedef
89 pit_t pmit; /* 0xd00 - 0xd9c Inbound ATMU's MSI */
91 pit_t pit[4]; /* 0xd80 - 0xdff Inbound ATMU's 3, 2, 1 and 0 */
/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/
Dtimer.h47 } pit_t; typedef
/third_party/uboot/u-boot-2020.01/drivers/pci/
Dfsl_pci_init.c47 static void set_inbound_window(volatile pit_t *pi, in set_inbound_window()
86 volatile pit_t *pi) in fsl_pci_setup_inbound_windows()
201 static void fsl_pcie_boot_master(pit_t *pi) in fsl_pcie_boot_master()
318 volatile pit_t *pi; in fsl_pci_init()
406 fsl_pcie_boot_master((pit_t *)pi); in fsl_pci_init()
Dpcie_fsl.c286 pit_t *pi = &regs->pit[idx]; in fsl_pcie_setup_inbound_win()