Home | History | Annotate | Download | only in PlatformDxe

Lines Matching refs:pull

69 //              Pad Name          GPIO Number     Used As   GPO Default  Function#     INT Capable   Interrupt Type   PULL H/L    MMIO Offset

316 DEBUG ((EFI_D_INFO, "Usage = %d, Func# = %d, IntType = %d, Pull Up/Down = %d, MMIO Base = 0x%08x, ",
320 Gpio_Conf_Data[index].pull,
364 // If used as GPO, then internal pull need to be disabled
366 conf0_val.r.Pull_assign = 0; // Non-pull
373 if(P_20K_H == Gpio_Conf_Data[index].pull)
378 else if(P_20K_L == Gpio_Conf_Data[index].pull)
383 else if(P_NONE == Gpio_Conf_Data[index].pull)
385 conf0_val.r.Pull_assign = 0; // Non-pull