Searched refs:cmd_ofs (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/mtd/chips/
H A Dcfi_util.c39 uint32_t cfi_build_cmd_addr(uint32_t cmd_ofs, argument
47 addr = (cmd_ofs * type) * interleave;
54 if (((type * interleave) > bankwidth) && ((cmd_ofs & 0xff) == 0xaa))
/linux-master/drivers/input/touchscreen/
H A Dcyttsp4_core.h178 u8 cmd_ofs; member in struct:cyttsp4_opcfg
249 size_t cmd_ofs; member in struct:cyttsp4_sysinfo_ofs
H A Dcyttsp4_core.c420 si->si_ofs.cmd_ofs = si->si_ptrs.opcfg->cmd_ofs;
634 dev_dbg(cd->dev, "%s: cmd_ofs =%4zd\n", __func__,
635 si->si_ofs.cmd_ofs);
1082 u8 cmd_ofs = cd->sysinfo.si_ofs.cmd_ofs; local
1202 dev_vdbg(dev, "%s: command byte:0x%x\n", __func__, mode[cmd_ofs]);
1204 && mode[cmd_ofs] & CY_CMD_COMPLETE) {
/linux-master/include/linux/mtd/
H A Dcfi.h293 uint32_t cfi_build_cmd_addr(uint32_t cmd_ofs,

Completed in 814 milliseconds