Searched defs:mask0 (Results 1 - 13 of 13) sorted by relevance

/drivers/irqchip/
H A Dirq-sirfsoc.c85 u32 mask0; member in struct:sirfsoc_irq_status
97 sirfsoc_irq_st.mask0 = readl_relaxed(base + SIRFSOC_INT_RISC_MASK0);
109 writel_relaxed(sirfsoc_irq_st.mask0, base + SIRFSOC_INT_RISC_MASK0);
/drivers/pcmcia/
H A Dpd6729.c594 u_int mask0, mask = 0; local
603 mask0 = PD67_MASK;
607 if ((mask0 & (1 << i)) && (pd6729_check_irq(i) == 0))
H A Dtcic.c239 static u_int __init irq_scan(u_int mask0) argument
249 mask0 &= ~level_mask;
255 if ((mask0 & (1 << i)) && (try_irq(i) == 0))
268 if ((mask0 & (1 << i)) &&
H A Di82365.c517 static u_int __init isa_scan(u_short sock, u_int mask0) argument
525 mask0 &= ~(inb(PIC) | (inb(PIC+1) << 8));
532 if ((mask0 & (1 << i)) && (test_irq(sock, i) == 0))
545 if ((mask0 & (1 << i)) && (_check_irq(i, IRQF_PROBE_SHARED) == 0))
/drivers/input/mouse/
H A Dalps.h58 * mask0, should match byte0.
59 * @mask0: The mask used to check the first byte of the report.
70 unsigned char byte0, mask0; member in struct:alps_model_info
143 * mask0, should match byte0.
144 * @mask0: The mask used to check the first byte of the report.
170 unsigned char byte0, mask0; member in struct:alps_data
/drivers/iio/adc/
H A Dtwl6030-gpadc.c696 unsigned int reg1, unsigned int mask0, unsigned int mask1,
701 val = (trim_regs[reg0] & mask0) << shift0;
695 twl6032_get_trim_value(u8 *trim_regs, unsigned int reg0, unsigned int reg1, unsigned int mask0, unsigned int mask1, unsigned int shift0) argument
/drivers/mmc/host/
H A Dmmci.c394 unsigned int mask0 = readl(base + MMCIMASK0); local
396 mask0 &= ~MCI_IRQ1MASK;
397 mask0 |= mask;
399 writel(mask0, base + MMCIMASK0);
/drivers/usb/gadget/udc/
H A Dm66592-udc.c1205 u16 mask0; local
1225 mask0 = intsts0 & intenb0;
1226 if (mask0) {
1234 if (mask0 & M66592_VBINT) {
H A Dr8a66597-udc.c1470 u16 mask0; local
1482 mask0 = intsts0 & intenb0;
1483 if (mask0) {
1491 if (mask0 & VBINT) {
/drivers/edac/
H A Damd64_edac.c799 u32 *mask0 = &pvt->csels[0].csmasks[cs]; local
802 if (!amd64_read_dct_pci_cfg(pvt, 0, reg0, mask0))
804 cs, *mask0, reg0);
H A Di5100_edac.c892 u32 mask0; local
907 mask0 = ((priv->inject_hlinesel & 0x3) << 28) |
919 pci_write_config_dword(priv->mc, I5100_MEM0EINJMSK0, mask0);
922 pci_write_config_dword(priv->mc, I5100_MEM1EINJMSK0, mask0);
/drivers/usb/host/
H A Dr8a66597-hcd.c1620 u16 mask0, mask1, mask2; local
1634 mask0 = intsts0 & intenb0 & (BEMP | NRDY | BRDY);
1684 if (mask0) {
1685 if (mask0 & BRDY)
1687 if (mask0 & BEMP)
1689 if (mask0 & NRDY)
/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c2485 * @mask0: byte mask for bytes 0-63 of a packet
2491 * specified in @mask0/@mask1 in received packets and compare the CRC of
2496 u64 mask0, u64 mask1, unsigned int crc, bool enable)
2517 t4_write_reg(adap, EPIO_REG(DATA1), mask0 >> 32);
2526 t4_write_reg(adap, EPIO_REG(DATA0), mask0);
2495 t4_wol_pat_enable(struct adapter *adap, unsigned int port, unsigned int map, u64 mask0, u64 mask1, unsigned int crc, bool enable) argument

Completed in 376 milliseconds