Home
last modified time | relevance | path

Searched refs:PAD_PIN (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/arm/mach-mxs/
Diomux.c44 ofs += PAD_BANK(pad) * 0x20 + PAD_PIN(pad) / 16 * 0x10; in mxs_iomux_setup_pad()
45 bp = PAD_PIN(pad) % 16 * 2; in mxs_iomux_setup_pad()
54 ofs += PAD_BANK(pad) * 0x40 + PAD_PIN(pad) / 8 * 0x10; in mxs_iomux_setup_pad()
57 bp = PAD_PIN(pad) % 8 * 4; in mxs_iomux_setup_pad()
66 bp = PAD_PIN(pad) % 8 * 4 + 2; in mxs_iomux_setup_pad()
77 bp = PAD_PIN(pad); in mxs_iomux_setup_pad()
Dmodule-tx28.c86 PAD_PIN(tx28_fec_gpio_pads[i])); in tx28_add_fec0()
92 PAD_PIN(tx28_fec_gpio_pads[i]), ret); in tx28_add_fec0()
138 PAD_PIN(tx28_fec_gpio_pads[i])); in tx28_add_fec0()
/linux-2.6.39/arch/arm/mach-mxs/include/mach/
Diomux.h117 static inline unsigned int PAD_PIN(iomux_cfg_t pad) in PAD_PIN() function