Searched refs:INT_STATUS (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/arch/arm/mach-spear/ |
D | time.c | 56 #define INT_STATUS 0x1 macro 174 writew(INT_STATUS, gpt_base + IR(CLKEVT)); in spear_timer_interrupt()
|
/linux-6.6.21/drivers/memstick/host/ |
D | jmb38x_ms.c | 33 INT_STATUS = 0x24, enumerator 378 dev_dbg(&msh->dev, "status %08x\n", readl(host->addr + INT_STATUS)); in jmb38x_ms_issue_cmd() 477 readl(host->addr + INT_STATUS)); in jmb38x_ms_complete_cmd() 523 irq_status = readl(host->addr + INT_STATUS); in jmb38x_ms_isr() 579 writel(irq_status, host->addr + INT_STATUS); in jmb38x_ms_isr()
|
/linux-6.6.21/drivers/media/pci/tw686x/ |
D | tw686x-regs.h | 10 #define INT_STATUS 0x00 macro
|
D | tw686x-core.c | 173 int_status = reg_read(dev, INT_STATUS); /* cleared on read */ in tw686x_irq()
|
/linux-6.6.21/drivers/input/touchscreen/ |
D | rohm_bu21023.c | 110 #define INT_STATUS 0x2a macro 465 val = i2c_smbus_read_byte_data(client, INT_STATUS); in rohm_ts_manual_calibration() 705 status = i2c_smbus_read_byte_data(client, INT_STATUS); in rohm_ts_load_firmware()
|
/linux-6.6.21/drivers/usb/gadget/udc/ |
D | goku_udc.h | 22 #define INT_STATUS 0x00010 macro
|
D | goku_udc.c | 1083 (mask & INT_STATUS) ? " ep0status" : "", in dump_intmask()
|
/linux-6.6.21/Documentation/devicetree/bindings/phy/ |
D | renesas,usb2-phy.yaml | 56 The phandle's argument in the PHY specifier is the INT_STATUS bit of
|
/linux-6.6.21/drivers/net/wireless/realtek/rtl818x/ |
D | rtl818x.h | 86 __le16 INT_STATUS; member
|
/linux-6.6.21/drivers/media/pci/ngene/ |
D | ngene.h | 130 #define INT_STATUS 0xA0A0 macro
|
/linux-6.6.21/drivers/atm/ |
D | lanai.c | 1047 #define INT_STATUS (0x0000003C) /* Some status pin changed */ macro 1820 if (reason & INT_STATUS) { in lanai_int_1() 1821 ack |= reason & INT_STATUS; in lanai_int_1()
|
/linux-6.6.21/drivers/staging/sm750fb/ |
D | ddk750_reg.h | 251 #define INT_STATUS 0x000024 macro
|
/linux-6.6.21/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
D | dev.c | 432 reg = rtl818x_ioread16(priv, &priv->map->INT_STATUS); in rtl8180_interrupt() 438 rtl818x_iowrite16(priv, &priv->map->INT_STATUS, reg); in rtl8180_interrupt()
|