Searched refs:host_int_mask (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | btmrvl_sdio.c | 143 .host_int_mask = 0x04, 159 .host_int_mask = 0x02, 177 .host_int_mask = 0x08, 197 .host_int_mask = 0x02, 220 .host_int_mask = 0x08, 396 sdio_writeb(card->func, mask, card->reg->host_int_mask, &ret); in btmrvl_sdio_enable_host_int_mask() 408 u8 host_int_mask; in btmrvl_sdio_disable_host_int_mask() local 411 host_int_mask = sdio_readb(card->func, card->reg->host_int_mask, &ret); in btmrvl_sdio_disable_host_int_mask() 415 host_int_mask &= ~mask; in btmrvl_sdio_disable_host_int_mask() 417 sdio_writeb(card->func, host_int_mask, card->reg->host_int_mask, &ret); in btmrvl_sdio_disable_host_int_mask()
|
| H A D | btmrvl_sdio.h | 72 u8 host_int_mask; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/arcmsr/ |
| H A D | arcmsr.h | 557 uint32_t host_int_mask; /*0034 0037*/ member 682 uint32_t host_int_mask; /*0034 0037*/ member 758 uint32_t host_int_mask; /*0034 0037*/ member
|
| H A D | arcmsr_hba.c | 1367 orig_mask = readl(®->host_int_mask); /* disable outbound message0 int */ in arcmsr_disable_outbound_ints() 1368 writel(orig_mask|ARCMSR_HBCMU_ALL_INTMASKENABLE, ®->host_int_mask); in arcmsr_disable_outbound_ints() 1380 orig_mask = readl(®->host_int_mask); in arcmsr_disable_outbound_ints() 1381 …k | ARCMSR_HBEMU_OUTBOUND_DOORBELL_ISR | ARCMSR_HBEMU_OUTBOUND_POSTQUEUE_ISR, ®->host_int_mask); in arcmsr_disable_outbound_ints() 1382 readl(®->host_int_mask); /* Dummy readl to force pci flush */ in arcmsr_disable_outbound_ints() 1769 writel(intmask_org & mask, ®->host_int_mask); in arcmsr_enable_outbound_ints() 1785 writel(intmask_org & mask, ®->host_int_mask); in arcmsr_enable_outbound_ints() 3353 intmask_org = readl(®->host_int_mask); /* disable outbound message0 int */ in arcmsr_hbaC_get_config() 3354 writel(intmask_org|ARCMSR_HBCMU_ALL_INTMASKENABLE, ®->host_int_mask); in arcmsr_hbaC_get_config() 3398 intmask_org = readl(®->host_int_mask); /* disable outbound message0 int */ in arcmsr_hbaE_get_config() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_sdio.c | 341 t_u32 host_int_mask = 0; in wlan_sdio_disable_host_int_mask() local 349 &host_int_mask)) { in wlan_sdio_disable_host_int_mask() 355 host_int_mask &= ~mask; in wlan_sdio_disable_host_int_mask() 359 host_int_mask)) { in wlan_sdio_disable_host_int_mask()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_sdio.c | 836 t_u32 host_int_mask = 0; in wlan_sdio_disable_host_int_mask() local 845 &host_int_mask)) { in wlan_sdio_disable_host_int_mask() 851 host_int_mask &= ~mask; in wlan_sdio_disable_host_int_mask() 856 host_int_mask)) { in wlan_sdio_disable_host_int_mask()
|