Home
last modified time | relevance | path

Searched refs:MCFGPIO_PASPAR (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/m68k/coldfire/
H A Dm528x.c67 paspar = readw(MCFGPIO_PASPAR); in m528x_i2c_init()
69 writew(paspar, MCFGPIO_PASPAR); in m528x_i2c_init()
92 v16 = readw(MCFGPIO_PASPAR); in m528x_fec_init()
93 writew(v16 | 0xf00, MCFGPIO_PASPAR); in m528x_fec_init()
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/
H A Dcpu_init.c578 MCFGPIO_PASPAR = CONFIG_SYS_PASPAR; in cpu_init_f()
639 MCFGPIO_PASPAR &= 0xFF0F; in uart_port_conf()
640 MCFGPIO_PASPAR |= 0x00A0; in uart_port_conf()
649 MCFGPIO_PASPAR |= 0x0F00; in fecpin_setclear()
652 MCFGPIO_PASPAR &= 0xF0FF; in fecpin_setclear()
/openbmc/linux/arch/m68k/include/asm/
H A Dm528xsim.h185 #define MCFGPIO_PASPAR (MCF_IPSBAR + 0x00100056) macro
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5282.h211 #define MCFGPIO_PASPAR (*(vu_short *)(CONFIG_SYS_MBAR+0x100056)) macro