Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci-bridge-emul.c47 u32 w1c; member
62 .w1c = PCI_STATUS_ERROR_BITS << 16,
107 .w1c = PCI_STATUS_ERROR_BITS << 16,
170 .w1c = BIT(10) << 16,
207 .w1c = GENMASK(3, 0) << 16,
229 .w1c = GENMASK(15, 14) << 16,
245 .w1c = (PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD |
271 .w1c = PCI_EXP_RTSTA_PME,
329 bridge->pci_regs_behavior[PCI_INTERRUPT_LINE / 4].w1c &= in pci_bridge_emul_init()
403 behavior[reg / 4].w1c; in pci_bridge_emul_conf_read()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/rtl8852b/sdio/
H A Drtl8852bs_halinit.c368 u32 w1c; /* write 1 clear */ in hal_int_hdler_8852bs() local
374 w1c = hisr & R_AX_SDIO_HISR_W1C_MASK; in hal_int_hdler_8852bs()
376 if (w1c) in hal_int_hdler_8852bs()
377 hal_write32(hal_com, R_AX_SDIO_HISR, w1c); in hal_int_hdler_8852bs()
/OK3568_Linux_fs/kernel/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed-g6.c2649 u32 w1c = desc->reg + 4; in aspeed_g6_sig_expr_set() local
2653 w1c, desc->mask, in aspeed_g6_sig_expr_set()