Searched refs:sels (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand.c240 * @sels: array of CS lines descriptions
254 struct sunxi_nand_chip_sel sels[0]; member in struct:sunxi_nand_chip
398 rb = &sunxi_nand->sels[sunxi_nand->selected].rb;
442 sel = &sunxi_nand->sels[chip];
1659 chip->sels[i].cs = tmp;
1663 chip->sels[i].rb.type = RB_NATIVE;
1664 chip->sels[i].rb.info.nativeid = tmp;
1667 &chip->sels[i].rb.info.gpio,
1670 chip->sels[i].rb.type = RB_GPIO;
1672 chip->sels[
[all...]
H A Dmeson_nand.c148 u8 sels[]; member in struct:meson_nfc_nand_chip
216 nfc->param.chip_select = meson_chip->sels[chip] ? NAND_CE1 : NAND_CE0;
1073 meson_chip = malloc(sizeof(*meson_chip) + nsels * sizeof(meson_chip->sels[0]));
H A Drockchip_nfc.c170 u8 sels[0]; member in struct:rk_nfc_nand_chip
282 nfc->selected_bank = rknand->sels[cs];
926 rknand->sels[i] = cs[i];

Completed in 43 milliseconds