/linux-4.4.14/drivers/media/tuners/ |
H A D | max2165_priv.h | 42 #define REG_STATUS 0x11 macro
|
H A D | max2165.c | 240 max2165_read_reg(priv, REG_STATUS, &status); max2165_debug_status()
|
/linux-4.4.14/drivers/mmc/host/ |
H A D | moxart-mmc.c | 46 #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 D | mt29f_spinand.h | 43 #define REG_STATUS 0xc0/* timing */ macro
|
H A D | mt29f_spinand.c | 155 cmd.addr[0] = REG_STATUS; spinand_read_status()
|
/linux-4.4.14/drivers/spi/ |
H A D | spi-efm32.c | 43 #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 D | spi-meson-spifc.c | 32 #define REG_STATUS 0x10 macro
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
H A D | lgs8gl5.c | 50 #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 D | ether3.c | 124 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 D | ether3.h | 47 #define REG_STATUS (priv(dev)->seeq + 0x0000) macro
|
/linux-4.4.14/drivers/pwm/ |
H A D | pwm-vt8500.c | 43 #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 D | regs-v5.h | 20 #define REG_STATUS 0x100 macro 121 /* Register bits - REG_STATUS */
|
H A D | common.c | 221 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 D | net1080.c | 99 #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 D | sbs-battery.c | 43 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 D | i2c-efm32.c | 63 #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 D | s5c73m3.h | 80 #define REG_STATUS S5C73M3_REG(0x0009, 0x5080) macro
|
H A D | s5c73m3-core.c | 255 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 D | ppc6lnx.c | 51 #define REG_STATUS 0x00 // status register macro
|
/linux-4.4.14/drivers/tty/serial/ |
H A D | crisv10.c | 177 #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 D | eata.c | 578 #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 D | twl6040.c | 86 { 0x2E, 0x00 }, /* REG_STATUS (ro) */
|
/linux-4.4.14/drivers/usb/storage/ |
H A D | isd200.c | 154 #define REG_STATUS 0x80 macro 512 REG_STATUS | REG_ERROR; isd200_action()
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
H A D | omap1_camera.c | 54 #define REG_STATUS 0x0C macro
|