Searched refs:tpl (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/mmc/card/ |
D | sdio_uart.c | 1075 struct sdio_func_tuple *tpl; in sdio_uart_probe() local 1076 for (tpl = func->tuples; tpl; tpl = tpl->next) { in sdio_uart_probe() 1077 if (tpl->code != 0x91) in sdio_uart_probe() 1079 if (tpl->size < 10) in sdio_uart_probe() 1081 if (tpl->data[1] == 0) /* SUBTPL_SIOREG */ in sdio_uart_probe() 1084 if (!tpl) { in sdio_uart_probe() 1091 sdio_func_id(func), tpl->data[2], tpl->data[3]); in sdio_uart_probe() 1092 port->regs_offset = (tpl->data[4] << 0) | in sdio_uart_probe() 1093 (tpl->data[5] << 8) | in sdio_uart_probe() 1094 (tpl->data[6] << 16); in sdio_uart_probe() [all …]
|
/linux-4.4.14/drivers/mmc/core/ |
D | sdio_cis.c | 113 const struct cis_tpl *tpl, int tpl_count, in cis_tpl_parse() argument 120 for (i = 0; i < tpl_count; i++, tpl++) { in cis_tpl_parse() 121 if (tpl->code == code) in cis_tpl_parse() 125 if (size >= tpl->min_size) { in cis_tpl_parse() 126 if (tpl->parse) in cis_tpl_parse() 127 ret = tpl->parse(card, func, buf, size); in cis_tpl_parse()
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | m68360_quicc.h | 267 volatile unsigned short tpl:3; member
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-img-scb.c | 297 unsigned int tp2s, tpl, tph; member 311 .tpl = 4700, 323 .tpl = 600, 1235 data = timing.tpl / clk_period; in img_i2c_init()
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | ci-hdrc-usb2.txt | 29 - tpl-support: TPL (Targeted Peripheral List) feature for targeted hosts
|