/kernel/linux/linux-5.10/drivers/net/ethernet/seeq/ |
D | ether3.c | 122 while ((ether3_inw(REG_STATUS) & STAT_FIFOEMPTY) == 0) { in ether3_setbuffer() 328 while (ether3_inw(REG_STATUS) & (STAT_RXON|STAT_TXON)) in ether3_init_for_open() 422 while (ether3_inw(REG_STATUS) & (STAT_RXON|STAT_TXON)) in ether3_close() 462 ether3_inw(REG_STATUS), ether3_inw(REG_CONFIG1), ether3_inw(REG_CONFIG2)); in ether3_timeout() 529 if (!(ether3_inw(REG_STATUS) & STAT_TXON)) { in ether3_sendpacket() 557 status = ether3_inw(REG_STATUS); in ether3_interrupt() 673 if (!(ether3_inw(REG_STATUS) & STAT_RXON)) { in ether3_rx()
|
D | ether3.h | 44 #define REG_STATUS (priv(dev)->seeq + 0x0000) macro
|
/kernel/linux/linux-5.10/drivers/spi/ |
D | spi-efm32.c | 39 #define REG_STATUS 0x10 macro 164 efm32_spi_read32(ddata, REG_STATUS) & REG_STATUS_TXBL) { in efm32_spi_filltx() 215 efm32_spi_read32(ddata, REG_STATUS) & in efm32_spi_rxirq() 245 efm32_spi_read32(ddata, REG_STATUS)); in efm32_spi_txirq()
|
D | spi-meson-spifc.c | 26 #define REG_STATUS 0x10 macro
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
D | lgs8gl5.c | 38 #define REG_STATUS 0xa4 macro 205 val = lgs8gl5_read_reg(state, REG_STATUS); in lgs8gl5_start_demod() 244 u8 flags = lgs8gl5_read_reg(state, REG_STATUS); in lgs8gl5_read_status()
|
/kernel/linux/linux-5.10/drivers/media/spi/ |
D | gs1662.c | 26 #define REG_STATUS 0x04 macro 310 gs_read_register(gs->pdev, REG_STATUS, ®_value); in gs_query_dv_timings() 383 ret = gs_read_register(gs->pdev, REG_STATUS, ®_value); in gs_g_input_status()
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
D | max2165_priv.h | 28 #define REG_STATUS 0x11 macro
|
D | max2165.c | 226 max2165_read_reg(priv, REG_STATUS, &status); in max2165_debug_status()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
D | moxart-mmc.c | 46 #define REG_STATUS 40 macro 187 *status = readl(host->base + REG_STATUS); in moxart_wait_for_status() 409 if (readl(host->base + REG_STATUS) & CARD_DETECT) { in moxart_request() 472 status = readl(host->base + REG_STATUS); in moxart_irq() 543 return !!(readl(host->base + REG_STATUS) & WRITE_PROT); in moxart_get_ro()
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
D | net1080.c | 87 #define REG_STATUS ((u8)0x11) macro 267 if ((retval = nc_register_read(dev, REG_STATUS, &vp)) < 0) { in net1080_reset() 310 retval = nc_register_read(dev, REG_STATUS, &vp); in net1080_check_connect()
|
/kernel/linux/linux-5.10/drivers/pwm/ |
D | pwm-vt8500.c | 35 #define REG_STATUS 0x40 macro 64 while ((readl(vt8500->base + REG_STATUS) & mask) && --loops) in pwm_busy_wait()
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
D | i2c-efm32.c | 60 #define REG_STATUS 0x0c macro 273 efm32_i2c_read32(ddata, REG_STATUS)); in efm32_i2c_master_xfer()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
D | sbs-battery.c | 35 REG_STATUS, enumerator 129 [REG_STATUS] = 551 ret = sbs_read_word_data(client, sbs_data[REG_STATUS].addr); in sbs_get_battery_presence_and_health() 1036 ret = sbs_read_word_data(chip->client, sbs_data[REG_STATUS].addr); in sbs_delayed_work()
|
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
D | regs-v5.h | 12 #define REG_STATUS 0x100 macro
|
D | common.c | 86 qce_write(qce, REG_STATUS, 0); in qce_setup_config() 414 *status = qce_read(qce, REG_STATUS); in qce_check_status()
|
/kernel/linux/linux-5.10/drivers/media/i2c/s5c73m3/ |
D | s5c73m3.h | 72 #define REG_STATUS S5C73M3_REG(0x0009, 0x5080) macro
|
D | s5c73m3-core.c | 248 ret = s5c73m3_read(state, REG_STATUS, &status); in s5c73m3_check_status() 293 return s5c73m3_write(state, REG_STATUS, 0x0001); in s5c73m3_isp_command()
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
D | spinand.h | 160 #define REG_STATUS 0xc0 macro
|
/kernel/linux/linux-5.10/drivers/usb/storage/ |
D | isd200.c | 143 #define REG_STATUS 0x80 macro 501 REG_STATUS | REG_ERROR; in isd200_action()
|
/kernel/linux/linux-5.10/drivers/block/paride/ |
D | ppc6lnx.c | 51 #define REG_STATUS 0x00 // status register macro
|
/kernel/linux/linux-5.10/drivers/mtd/nand/spi/ |
D | core.c | 48 return spinand_read_reg_op(spinand, REG_STATUS, status); in spinand_read_status()
|