Searched defs:gp (Results 1 – 15 of 15) sorted by relevance
20 #define GPIO_TO_REG(gp) (gp >> 5) argument21 #define GPIO_TO_BIT(gp) (1 << (gp & 0x1F)) argument22 #define GPIO_VAL(gp, val) ((val >> (gp & 0x1F)) & 0x01) argument
26 #define GPIO_BANK(gp) (davinci_gpio_bank01 + ((gp) >> 5)) argument
52 #define gp $28 /* global pointer */ macro95 #define gp $28 /* global pointer - caller saved for PIC */ macro
129 struct apb_misc_gp_ctlr *gp = in warmboot_save_sdram_params() local193 struct apb_misc_gp_ctlr *gp = in get_major_version() local245 struct apb_misc_gp_ctlr *gp = in fuse_get_operation_mode() local
26 struct apb_misc_gp_ctlr *gp = in tegra_get_chip() local
21 struct apb_misc_gp_ctlr *gp; in get_num_cpus() local
29 #define GPIO_BIT(gp) ((gp) & 0x1F) argument
16 unsigned char gp; member
132 void mx31_set_gpr(enum iomux_gp_func gp, char en) in mx31_set_gpr()
44 NDS32_REG gp; /* r29 */ member
16 unsigned long gp; member
56 int gp = pwm_dev[ch].grp; in bd_pwm_config_gpio() local
77 #define not_octal(gp) ((((0x##gp >> 4) & 0xf) * 10) + ((0x##gp & 0xf))) argument
421 struct armada_37xx_pin_group *gp = &info->groups[g]; in armada_37xx_fill_func() local
489 u32 gp[8]; member502 u32 gp[3]; member
Completed in 19 milliseconds