Home
last modified time | relevance | path

Searched full:nc (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-netcan-plus-1xx.dts93 "NC",
94 "NC",
97 "NC",
98 "NC",
99 "NC",
100 "NC",
101 "NC",
102 "NC",
103 "NC",
104 "NC",
[all …]
H A Dam335x-netcom-plus-8xx.dts133 "NC",
134 "NC",
137 "NC",
138 "NC",
139 "NC",
140 "NC",
141 "NC",
142 "NC",
145 "NC",
146 "NC",
[all …]
H A Dam335x-baltos-ir2110.dts89 "NC",
90 "NC",
93 "NC",
94 "NC",
95 "NC",
96 "NC",
97 "NC",
98 "NC",
107 "NC",
111 "NC",
[all …]
H A Dam335x-netcom-plus-2xx.dts105 "NC",
106 "NC",
107 "NC",
108 "NC",
109 "NC",
110 "NC",
119 "NC",
120 "NC",
123 "NC",
124 "NC",
[all …]
H A Dam335x-baltos-ir3220.dts141 "NC",
142 "NC",
143 "NC",
144 "NC",
157 "NC",
158 "NC",
162 "NC",
177 "NC",
178 "NC",
211 "NC",
[all …]
H A Dam335x-baltos-ir5221.dts165 "NC",
166 "NC",
167 "NC",
168 "NC",
181 "NC",
182 "NC",
186 "NC",
235 "NC",
236 "NC",
237 "NC",
[all …]
H A Dam335x-pocketbeagle.dts64 "NC",
65 "NC",
80 "NC",
81 "NC",
82 "NC",
85 "NC",
86 "NC",
88 "NC",
89 "NC",
92 "NC",
[all …]
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsm8250-sony-xperia-edo-pdx206.dts36 gpio-line-names = "NC", /* GPIO_1 */
37 "NC",
39 "NC";
45 "NC",
49 "NC",
51 "NC",
52 "NC"; /* GPIO_10 */
66 "NC",
67 "NC",
69 "NC",
[all …]
H A Dsm8450-sony-xperia-nagara-pdx224.dts28 "NC",
29 "NC",
30 "NC",
32 "NC",
33 "NC",
42 "NC",
43 "NC", /* RGBCIR uses a PMIC vreg, so it's most likely NC. */
44 "NC",
45 "NC",
51 "TELE_SPI_MOSI", /* SONY says NC, but it only makes sense this way.. */
[all …]
H A Dmsm8998-sony-xperia-yoshino-maple.dts42 "NC",
49 "NC",
50 "NC",
53 "NC",
56 "NC",
58 "NC",
61 "NC";
83 "NC",
84 "NC",
90 "NC",
[all …]
H A Dsm8450-sony-xperia-nagara-pdx223.dts38 "NC",
39 "NC",
40 "NC",
43 "NC",
61 "NC",
63 "NC",
64 "NC",
78 gpio-line-names = "NC", /* GPIO_0 */
79 "NC",
80 "NC",
[all …]
H A Dsm8250-sony-xperia-edo-pdx203.dts136 gpio-line-names = "NC", /* GPIO_1 */
139 "NC";
145 "NC",
148 "NC",
149 "NC",
151 "NC",
152 "NC"; /* GPIO_10 */
158 "NC",
159 "NC",
161 "NC",
[all …]
H A Dsm8350-sony-xperia-sagami-pdx215.dts72 "NC",
73 "NC",
74 "NC",
77 "NC",
93 "NC",
95 "NC",
97 "NC",
98 "NC",
114 "NC",
117 "NC",
[all …]
H A Dmsm8996pro-xiaomi-natrium.dts199 "NC", /* GPIO_1 */
204 "NC", /* GPIO_6 */
208 "NC", /* GPIO_10 */
209 "NC", /* GPIO_11 */
210 "NC", /* GPIO_12 */
211 "NC", /* GPIO_13 */
212 "NC", /* GPIO_14 */
215 "NC", /* GPIO_17 */
220 "NC"; /* GPIO_22 */
225 "NC", /* MPP_1 */
[all …]
H A Dmsm8996-xiaomi-gemini.dts237 "NC", /* GPIO_1 */
242 "NC", /* GPIO_6 */
247 "NC", /* GPIO_11 */
248 "NC", /* GPIO_12 */
249 "NC", /* GPIO_13 */
250 "NC", /* GPIO_14 */
253 "NC", /* GPIO_17 */
258 "NC"; /* GPIO_22 */
270 "NC", /* MPP_1 */
274 "NC", /* MPP_5 */
[all …]
H A Dapq8039-t2.dts207 "NC",
212 "NC",
225 "NC",
226 "NC",
231 "NC",
232 "NC",
233 "NC",
235 "NC",
239 "NC", /* GPIO_40 */
240 "NC",
[all …]
/openbmc/linux/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c199 int (*remove)(struct atmel_nand_controller *nc);
200 void (*nand_init)(struct atmel_nand_controller *nc,
288 struct atmel_hsmc_nand_controller *nc = data; in atmel_nfc_interrupt() local
292 regmap_read(nc->base.smc, ATMEL_HSMC_NFC_SR, &sr); in atmel_nfc_interrupt()
294 rcvd = sr & (nc->op.wait | ATMEL_HSMC_NFC_SR_ERRORS); in atmel_nfc_interrupt()
295 done = atmel_nfc_op_done(&nc->op, sr); in atmel_nfc_interrupt()
298 regmap_write(nc->base.smc, ATMEL_HSMC_NFC_IDR, rcvd); in atmel_nfc_interrupt()
301 complete(&nc->complete); in atmel_nfc_interrupt()
306 static int atmel_nfc_wait(struct atmel_hsmc_nand_controller *nc, bool poll, in atmel_nfc_wait() argument
317 ret = regmap_read_poll_timeout(nc->base.smc, in atmel_nfc_wait()
[all …]
/openbmc/qemu/net/
H A Dnet.c151 void qemu_set_info_str(NetClientState *nc, const char *fmt, ...) in qemu_set_info_str() argument
156 vsnprintf(nc->info_str, sizeof(nc->info_str), fmt, ap); in qemu_set_info_str()
160 void qemu_format_nic_info_str(NetClientState *nc, uint8_t macaddr[6]) in qemu_format_nic_info_str() argument
162 qemu_set_info_str(nc, "model=%s,macaddr=%02x:%02x:%02x:%02x:%02x:%02x", in qemu_format_nic_info_str()
163 nc->model, macaddr[0], macaddr[1], macaddr[2], in qemu_format_nic_info_str()
238 NetClientState *nc; in assign_name() local
241 QTAILQ_FOREACH(nc, &net_clients, next) { in assign_name()
242 if (nc == nc1) { in assign_name()
245 if (strcmp(nc->model, model) == 0) { in assign_name()
253 static void qemu_net_client_destructor(NetClientState *nc) in qemu_net_client_destructor() argument
[all …]
H A Dhub.c33 NetClientState nc; member
58 qemu_send_packet(&port->nc, buf, len); in net_hub_receive()
74 qemu_sendv_packet(&port->nc, iov, iovcnt); in net_hub_receive_iov()
93 static bool net_hub_port_can_receive(NetClientState *nc) in net_hub_port_can_receive() argument
96 NetHubPort *src_port = DO_UPCAST(NetHubPort, nc, nc); in net_hub_port_can_receive()
104 if (qemu_can_send_packet(&port->nc)) { in net_hub_port_can_receive()
112 static ssize_t net_hub_port_receive(NetClientState *nc, in net_hub_port_receive() argument
115 NetHubPort *port = DO_UPCAST(NetHubPort, nc, nc); in net_hub_port_receive()
120 static ssize_t net_hub_port_receive_iov(NetClientState *nc, in net_hub_port_receive_iov() argument
123 NetHubPort *port = DO_UPCAST(NetHubPort, nc, nc); in net_hub_port_receive_iov()
[all …]
/openbmc/linux/net/ncsi/
H A Dncsi-aen.c49 struct ncsi_channel *nc, *tmp; in ncsi_aen_handler_lsc() local
60 ncsi_find_package_and_channel(ndp, h->common.channel, NULL, &nc); in ncsi_aen_handler_lsc()
61 if (!nc) in ncsi_aen_handler_lsc()
67 spin_lock_irqsave(&nc->lock, flags); in ncsi_aen_handler_lsc()
68 ncm = &nc->modes[NCSI_MODE_LINK]; in ncsi_aen_handler_lsc()
78 nc->id, data & 0x1 ? "up" : "down"); in ncsi_aen_handler_lsc()
80 chained = !list_empty(&nc->link); in ncsi_aen_handler_lsc()
81 state = nc->state; in ncsi_aen_handler_lsc()
82 spin_unlock_irqrestore(&nc->lock, flags); in ncsi_aen_handler_lsc()
87 nc->id); in ncsi_aen_handler_lsc()
[all …]
H A Dncsi-manage.c37 struct ncsi_channel *nc; in ncsi_channel_is_last() local
40 NCSI_FOR_EACH_CHANNEL(np, nc) { in ncsi_channel_is_last()
41 if (nc == channel) in ncsi_channel_is_last()
43 if (nc->state == NCSI_CHANNEL_ACTIVE && in ncsi_channel_is_last()
44 ncsi_channel_has_link(nc)) in ncsi_channel_is_last()
55 struct ncsi_channel *nc; in ncsi_report_link() local
66 NCSI_FOR_EACH_CHANNEL(np, nc) { in ncsi_report_link()
67 spin_lock_irqsave(&nc->lock, flags); in ncsi_report_link()
69 if (!list_empty(&nc->link) || in ncsi_report_link()
70 nc->state != NCSI_CHANNEL_ACTIVE) { in ncsi_report_link()
[all …]
H A Dncsi-rsp.c94 struct ncsi_channel *nc; in ncsi_rsp_handler_cis() local
98 ncsi_find_package_and_channel(ndp, rsp->rsp.common.channel, &np, &nc); in ncsi_rsp_handler_cis()
99 if (!nc) { in ncsi_rsp_handler_cis()
104 nc = ncsi_add_channel(np, id); in ncsi_rsp_handler_cis()
107 return nc ? 0 : -ENODEV; in ncsi_rsp_handler_cis()
141 struct ncsi_channel *nc; in ncsi_rsp_handler_dp() local
152 NCSI_FOR_EACH_CHANNEL(np, nc) { in ncsi_rsp_handler_dp()
153 spin_lock_irqsave(&nc->lock, flags); in ncsi_rsp_handler_dp()
154 nc->state = NCSI_CHANNEL_INACTIVE; in ncsi_rsp_handler_dp()
155 spin_unlock_irqrestore(&nc->lock, flags); in ncsi_rsp_handler_dp()
[all …]
/openbmc/linux/arch/arm64/boot/dts/hisilicon/
H A Dhi3660-hikey960.dts204 * NC = not connected (pin out but not routed from the chip to
247 "NC", "NC",
250 "NC";
256 "NC", "NC", "NC",
270 "NC",
275 "NC";
281 "NC", "NC",
285 "NC", "NC", "NC";
295 "NC", "NC",
303 "NC", "NC", "NC",
[all …]
H A Dhi3670-hikey970.dts60 * NC = not connected (pin out but not routed from the chip to
89 "NC",
128 "NC",
162 "NC";
168 "NC",
181 "[PCIE_PERST_L]", "NC", "NC", "NC", "NC", "NC", "NC", "NC";
186 gpio-line-names = "NC", "NC", "NC", "NC", "NC", "NC", "NC", "NC";
191 gpio-line-names = "NC", "NC", "NC", "NC", "NC", "NC", "NC", "NC";
196 gpio-line-names = "NC", "NC", "NC", "NC", "NC", "NC", "NC", "NC";
201 gpio-line-names = "NC", "NC", "NC", "NC", "NC", "NC", "NC", "NC";
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dbcm2835-rpi-b.dts24 * "NC" = not connected (no rail from the SoC)
40 "NC", /* GPIO12 */
41 "NC", /* GPIO13 */
48 "NC", /* GPIO19 */
49 "NC", /* GPIO20 */
55 "NC", /* GPIO26 */
62 "NC", /* GPIO32 */
63 "NC", /* GPIO33 */
64 "NC", /* GPIO34 */
65 "NC", /* GPIO35 */
[all …]

12345678910>>...21