Searched refs:OP_READ (Results 1 – 5 of 5) sorted by relevance
/drivers/net/dsa/sja1105/ |
D | sja1105_dynamic_config.c | 484 #define OP_READ BIT(0) macro 496 .access = (OP_READ | OP_WRITE | OP_DEL), 504 .access = (OP_READ | OP_WRITE), 564 .access = (OP_READ | OP_WRITE | OP_DEL | OP_SEARCH), 572 .access = (OP_READ | OP_WRITE | OP_DEL | OP_SEARCH), 581 .access = (OP_READ | OP_WRITE | OP_DEL), 598 .access = (OP_READ | OP_WRITE), 608 .access = (OP_READ | OP_WRITE), 663 if (!(ops->access & OP_READ)) in sja1105_dynamic_config_read()
|
/drivers/spi/ |
D | spi-mxic.c | 69 #define OP_READ BIT(23) macro 388 ss_ctrl |= OP_READ; in mxic_spi_mem_exec_op() 481 OP_DATA_BUSW(busw) | (t->rx_buf ? OP_READ : 0), in mxic_spi_transfer_one()
|
/drivers/misc/eeprom/ |
D | eeprom_93xx46.c | 24 #define OP_READ (OP_START | 0x2) macro 80 u16 cmd_addr = OP_READ << edev->addrlen; in eeprom_93xx46_read()
|
/drivers/mtd/nand/raw/ |
D | mxic_nand.c | 70 #define OP_READ BIT(23) macro 425 OP_READ, nfc->regs + SS_CTRL(0)); in mxic_nfc_exec_op()
|
/drivers/net/ethernet/ |
D | fealnx.c | 307 #define OP_READ 0x6000 /* ST:01+OP:10+PHYAD+REGAD+TA:Z0 */ macro 748 if (mask == 0x2 && opcode == OP_READ) in m80x_send_cmd_to_phy() 762 miir = m80x_send_cmd_to_phy(miiport, OP_READ, phyad, regad); in mdio_read()
|