Home
last modified time | relevance | path

Searched refs:write_cmd (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Dnatsemi.c442 short write_cmd = location | EE_WriteCmd;
446 dev->iobase + ee_addr, write_cmd, value);
463 short cmdval = (write_cmd & (1 << i)) ? EE_Write1 : EE_Write0;
H A Deepro100.c791 int write_cmd = location | EE_WRITE_CMD; in eepro100_write_eeprom() local
819 dataval = (write_cmd & (1 << i)) ? EE_DATA_WRITE : 0; in eepro100_write_eeprom()
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dspi_flash.c404 cmd[0] = flash->write_cmd; in spi_flash_cmd_write_ops()
1264 flash->write_cmd = CMD_QUAD_PAGE_PROGRAM; in spi_flash_scan()
1267 flash->write_cmd = CMD_PAGE_PROGRAM; in spi_flash_scan()
1272 (flash->write_cmd == CMD_QUAD_PAGE_PROGRAM)) { in spi_flash_scan()
/rk3399_rockchip-uboot/drivers/crypto/fsl/
H A Ddesc_constr.h157 static inline u32 *write_cmd(u32 *desc, u32 command) in write_cmd() function
/rk3399_rockchip-uboot/drivers/mtd/
H A Dcfi_flash.c885 uchar write_cmd; in flash_write_cfibuffer() local
943 write_cmd = (info->vendor == CFI_CMDSET_INTEL_PROG_REGIONS) ? in flash_write_cfibuffer()
948 flash_write_cmd(info, sector, 0, write_cmd); in flash_write_cfibuffer()