Searched +full:foo +full:- +full:gpios (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/Documentation/ |
D | pinctrl.txt | 6 - Enumerating and naming controllable pins 8 - Multiplexing of pins, pads, fingers (etc) see below for details 10 - Configuration of pins, pads, fingers (etc), such as software-controlled 11 biasing and driving mode specific pins, such as pull-up/down, open drain, 14 Top-level interface 19 - A pin controller is a piece of hardware, usually a set of registers, that 25 - PINS are equal to pads, fingers, balls or whatever packaging input or 29 be sparse - i.e. there may be gaps in the space with numbers where no 72 .name = "foo", 85 pr_err("could not register foo pin driver\n"); [all …]
|
/linux-3.3/drivers/net/ethernet/broadcom/ |
D | tg3.c | 7 * Copyright (C) 2005-2011 Broadcom Corporation. 11 * Copyright (C) 2000-2003 Broadcom Corporation. 45 #include <linux/dma-mapping.h> 84 _tg3_flag(TG3_FLAG_##flag, (tp)->tg3_flags) 86 _tg3_flag_set(TG3_FLAG_##flag, (tp)->tg3_flags) 88 _tg3_flag_clear(TG3_FLAG_##flag, (tp)->tg3_flags) 116 * and dev->tx_timeout() should be called to fix the problem 139 /* Do not place this n-ring entries value into the tp struct itself, 143 * replace things like '% foo' with '& (foo - 1)'. 147 #define TG3_DEF_TX_RING_PENDING (TG3_TX_RING_SIZE - 1) [all …]
|