Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_mhccif.h27 D2H_INT_PORT_ENUM | \
H A Dt7xx_modem_ops.c106 } else if (md->exp_id & D2H_INT_PORT_ENUM) { in t7xx_pci_mhccif_isr()
107 md->exp_id &= ~D2H_INT_PORT_ENUM; in t7xx_pci_mhccif_isr()
331 t7xx_mhccif_mask_clr(t7xx_dev, D2H_INT_PORT_ENUM); in t7xx_md_sys_sw_init()
561 t7xx_mhccif_mask_clr(md->t7xx_dev, D2H_INT_PORT_ENUM | D2H_INT_ASYNC_MD_HK | in t7xx_md_event_notify()
566 t7xx_mhccif_mask_set(md->t7xx_dev, D2H_INT_PORT_ENUM); in t7xx_md_event_notify()
H A Dt7xx_reg.h53 #define D2H_INT_PORT_ENUM BIT(5) macro
H A Dt7xx_pci.c463 D2H_INT_PORT_ENUM); in __t7xx_pci_pm_resume()