Searched refs:REG_STATUS (Results 1 - 24 of 24) sorted by relevance

/linux-4.4.14/drivers/media/tuners/
H A Dmax2165_priv.h42 #define REG_STATUS 0x11 macro
H A Dmax2165.c240 max2165_read_reg(priv, REG_STATUS, &status); max2165_debug_status()
/linux-4.4.14/drivers/mmc/host/
H A Dmoxart-mmc.c46 #define REG_STATUS 40 macro
79 /* REG_STATUS */
187 *status = readl(host->base + REG_STATUS); moxart_wait_for_status()
410 if (readl(host->base + REG_STATUS) & CARD_DETECT) { moxart_request()
473 status = readl(host->base + REG_STATUS); moxart_irq()
547 return !!(readl(host->base + REG_STATUS) & WRITE_PROT); moxart_get_ro()
/linux-4.4.14/drivers/staging/mt29f_spinand/
H A Dmt29f_spinand.h43 #define REG_STATUS 0xc0/* timing */ macro
H A Dmt29f_spinand.c155 cmd.addr[0] = REG_STATUS; spinand_read_status()
/linux-4.4.14/drivers/spi/
H A Dspi-efm32.c43 #define REG_STATUS 0x10 macro
179 efm32_spi_read32(ddata, REG_STATUS) & REG_STATUS_TXBL) { efm32_spi_filltx()
230 efm32_spi_read32(ddata, REG_STATUS) & efm32_spi_rxirq()
260 efm32_spi_read32(ddata, REG_STATUS)); efm32_spi_txirq()
H A Dspi-meson-spifc.c32 #define REG_STATUS 0x10 macro
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dlgs8gl5.c50 #define REG_STATUS 0xa4 macro
217 val = lgs8gl5_read_reg(state, REG_STATUS); lgs8gl5_start_demod()
256 u8 flags = lgs8gl5_read_reg(state, REG_STATUS); lgs8gl5_read_status()
/linux-4.4.14/drivers/net/ethernet/seeq/
H A Dether3.c124 while ((ether3_inw(REG_STATUS) & STAT_FIFOEMPTY) == 0) { ether3_setbuffer()
330 while (ether3_inw(REG_STATUS) & (STAT_RXON|STAT_TXON)) ether3_init_for_open()
424 while (ether3_inw(REG_STATUS) & (STAT_RXON|STAT_TXON)) ether3_close()
464 ether3_inw(REG_STATUS), ether3_inw(REG_CONFIG1), ether3_inw(REG_CONFIG2)); ether3_timeout()
531 if (!(ether3_inw(REG_STATUS) & STAT_TXON)) { ether3_sendpacket()
559 status = ether3_inw(REG_STATUS); ether3_interrupt()
678 if (!(ether3_inw(REG_STATUS) & STAT_RXON)) { ether3_rx()
H A Dether3.h47 #define REG_STATUS (priv(dev)->seeq + 0x0000) macro
/linux-4.4.14/drivers/pwm/
H A Dpwm-vt8500.c43 #define REG_STATUS 0x40 macro
72 while ((readl(vt8500->base + REG_STATUS) & mask) && --loops) pwm_busy_wait()
/linux-4.4.14/drivers/crypto/qce/
H A Dregs-v5.h20 #define REG_STATUS 0x100 macro
121 /* Register bits - REG_STATUS */
H A Dcommon.c221 qce_write(qce, REG_STATUS, 0); qce_setup_config()
416 *status = qce_read(qce, REG_STATUS); qce_check_status()
/linux-4.4.14/drivers/net/usb/
H A Dnet1080.c99 #define REG_STATUS ((u8)0x11) macro
288 if ((retval = nc_register_read(dev, REG_STATUS, &vp)) < 0) { net1080_reset()
332 retval = nc_register_read(dev, REG_STATUS, &vp); net1080_check_connect()
/linux-4.4.14/drivers/power/
H A Dsbs-battery.c43 REG_STATUS, enumerator in enum:__anon8861
111 [REG_STATUS] =
696 ret = sbs_read_word_data(chip->client, sbs_data[REG_STATUS].addr); sbs_delayed_work()
894 rc = sbs_read_word_data(client, sbs_data[REG_STATUS].addr); sbs_probe()
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-efm32.c63 #define REG_STATUS 0x0c macro
277 efm32_i2c_read32(ddata, REG_STATUS)); efm32_i2c_master_xfer()
/linux-4.4.14/drivers/media/i2c/s5c73m3/
H A Ds5c73m3.h80 #define REG_STATUS S5C73M3_REG(0x0009, 0x5080) macro
H A Ds5c73m3-core.c255 ret = s5c73m3_read(state, REG_STATUS, &status); s5c73m3_check_status()
300 return s5c73m3_write(state, REG_STATUS, 0x0001); s5c73m3_isp_command()
/linux-4.4.14/drivers/block/paride/
H A Dppc6lnx.c51 #define REG_STATUS 0x00 // status register macro
/linux-4.4.14/drivers/tty/serial/
H A Dcrisv10.c177 #define REG_STATUS 1 macro
904 #define E100_CTS_GET(info) ((info)->ioport[REG_STATUS] & E100_CTS_MASK)
1795 rstat = info->ioport[REG_STATUS]; receive_chars_dma()
1955 unsigned char rstat = info->ioport[REG_STATUS]; force_eop_if_needed()
2271 rstat = info->ioport[REG_STATUS]; handle_ser_rx_interrupt()
2383 rstat = info->ioport[REG_STATUS]; handle_ser_tx_interrupt()
2400 rstat = info->ioport[REG_STATUS]; handle_ser_tx_interrupt()
2966 count, info->ioport[REG_STATUS]); rs_raw_write()
4023 unsigned char rstat = info->ioport[REG_STATUS]; seq_line_info()
/linux-4.4.14/drivers/scsi/
H A Deata.c578 #define REG_STATUS 7 macro
1015 while (!(inb(iobase + REG_STATUS) & DRQ_ASSERTED)) { read_pio()
2305 reg = inb(shost->io_port + REG_STATUS); ihdlr()
2321 reg = inb(shost->io_port + REG_STATUS); ihdlr()
/linux-4.4.14/drivers/mfd/
H A Dtwl6040.c86 { 0x2E, 0x00 }, /* REG_STATUS (ro) */
/linux-4.4.14/drivers/usb/storage/
H A Disd200.c154 #define REG_STATUS 0x80 macro
512 REG_STATUS | REG_ERROR; isd200_action()
/linux-4.4.14/drivers/media/platform/soc_camera/
H A Domap1_camera.c54 #define REG_STATUS 0x0C macro

Completed in 868 milliseconds