Searched refs:GPIE (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/pinctrl/aspeed/ |
H A D | pinctrl-aspeed-g4.c | 309 SIG_EXPR_DECL_SINGLE(GPIE0IN, GPIE, GPIE_DESC); 310 SIG_EXPR_LIST_DECL_DUAL(D15, GPIE0IN, GPIE0, GPIE); 318 SIG_EXPR_DECL_SINGLE(GPIE0OUT, GPIE, GPIE_DESC); 319 SIG_EXPR_LIST_DECL_DUAL(C15, GPIE0OUT, GPIE0, GPIE); 328 SIG_EXPR_DECL_SINGLE(GPIE2IN, GPIE, GPIE_DESC); 329 SIG_EXPR_LIST_DECL_DUAL(B15, GPIE2IN, GPIE2, GPIE); 337 SIG_EXPR_DECL_SINGLE(GPIE2OUT, GPIE, GPIE_DESC); 338 SIG_EXPR_LIST_DECL_DUAL(A15, GPIE2OUT, GPIE2, GPIE); 347 SIG_EXPR_DECL_SINGLE(GPIE4IN, GPIE, GPIE_DESC); 348 SIG_EXPR_LIST_DECL_DUAL(E14, GPIE4IN, GPIE4, GPIE); [all …]
|
H A D | pinctrl-aspeed-g5.c | 283 SIG_EXPR_DECL_SINGLE(GPIE0IN, GPIE, GPIE_DESC); 284 SIG_EXPR_LIST_DECL_DUAL(B20, GPIE0IN, GPIE0, GPIE); 291 SIG_EXPR_DECL_SINGLE(GPIE0OUT, GPIE, GPIE_DESC); 292 SIG_EXPR_LIST_DECL_DUAL(C20, GPIE0OUT, GPIE0, GPIE); 303 SIG_EXPR_DECL_SINGLE(GPIE2IN, GPIE, GPIE_DESC); 304 SIG_EXPR_LIST_DECL_DUAL(F18, GPIE2IN, GPIE2, GPIE); 312 SIG_EXPR_DECL_SINGLE(GPIE2OUT, GPIE, GPIE_DESC); 313 SIG_EXPR_LIST_DECL_DUAL(F17, GPIE2OUT, GPIE2, GPIE); 324 SIG_EXPR_DECL_SINGLE(GPIE4IN, GPIE, GPIE_DESC); 325 SIG_EXPR_LIST_DECL_DUAL(E18, GPIE4IN, GPIE4, GPIE); [all …]
|
/openbmc/qemu/hw/net/ |
H A D | igb_core.c | 2299 if (core->mac[GPIE] & E1000_GPIE_MSIX_MODE) { in igb_raise_interrupts() 2355 !(core->mac[GPIE] & E1000_GPIE_MSIX_MODE)) { in igb_lower_interrupts() 2366 bool msix = !!(core->mac[GPIE] & E1000_GPIE_MSIX_MODE); in igb_set_eics() 2375 bool msix = !!(core->mac[GPIE] & E1000_GPIE_MSIX_MODE); in igb_set_eims() 2487 bool msix = !!(core->mac[GPIE] & E1000_GPIE_MSIX_MODE); in igb_set_eimc() 2498 bool msix = !!(core->mac[GPIE] & E1000_GPIE_MSIX_MODE); in igb_set_eiac() 2513 bool msix = !!(core->mac[GPIE] & E1000_GPIE_MSIX_MODE); in igb_set_eiam() 2527 bool msix = !!(core->mac[GPIE] & E1000_GPIE_MSIX_MODE); in igb_set_eicr() 2840 if ((core->mac[GPIE] & E1000_GPIE_NSICR) || in igb_nsicr() 2901 if (core->mac[GPIE] & E1000_GPIE_NSICR) { in igb_mac_icr_read() [all …]
|
H A D | igb_common.h | 123 defreg(EICR), defreg(IVAR_MISC), defreg(GPIE),
|
H A D | trace-events | 281 igb_irq_icr_clear_gpie_nsicr(void) "Clearing ICR on read due to GPIE.NSICR enabled"
|
/openbmc/linux/sound/pci/ctxfi/ |
H A D | ct20k1reg.h | 599 #define GPIE 0x1C602C macro
|