Home
last modified time | relevance | path

Searched +full:pull +full:- +full:downs (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/mtd/spi/
H A Dsandbox.c4 * Copyright (c) 2011-2013 The Chromium OS Authors.
8 * Licensed under the GPL-2 or later.
25 #include <dm/device-internal.h>
27 #include <dm/uclass-internal.h>
35 SF_CMD, /* default state -- we're awaiting a command */
111 sbsf->status &= ~STAT_BP_MASK; in sandbox_sf_set_block_protect()
112 sbsf->status |= bp_mask << STAT_BP_SHIFT; in sandbox_sf_set_block_protect()
129 struct udevice *bus = dev->parent; in sandbox_sf_probe()
133 int cs = -1; in sandbox_sf_probe()
135 debug("%s: bus %d, looking for emul=%p: ", __func__, bus->seq, dev); in sandbox_sf_probe()
[all …]