tpl 299 drivers/i2c/busses/i2c-img-scb.c unsigned int tp2s, tpl, tph; tpl 313 drivers/i2c/busses/i2c-img-scb.c .tpl = 4700, tpl 325 drivers/i2c/busses/i2c-img-scb.c .tpl = 600, tpl 1281 drivers/i2c/busses/i2c-img-scb.c data = timing.tpl / clk_period; tpl 109 drivers/mmc/core/sdio_cis.c const struct cis_tpl *tpl, int tpl_count, tpl 116 drivers/mmc/core/sdio_cis.c for (i = 0; i < tpl_count; i++, tpl++) { tpl 117 drivers/mmc/core/sdio_cis.c if (tpl->code == code) tpl 121 drivers/mmc/core/sdio_cis.c if (size >= tpl->min_size) { tpl 122 drivers/mmc/core/sdio_cis.c if (tpl->parse) tpl 123 drivers/mmc/core/sdio_cis.c ret = tpl->parse(card, func, buf, size); tpl 1056 drivers/mmc/core/sdio_uart.c struct sdio_func_tuple *tpl; tpl 1057 drivers/mmc/core/sdio_uart.c for (tpl = func->tuples; tpl; tpl = tpl->next) { tpl 1058 drivers/mmc/core/sdio_uart.c if (tpl->code != 0x91) tpl 1060 drivers/mmc/core/sdio_uart.c if (tpl->size < 10) tpl 1062 drivers/mmc/core/sdio_uart.c if (tpl->data[1] == 0) /* SUBTPL_SIOREG */ tpl 1065 drivers/mmc/core/sdio_uart.c if (!tpl) { tpl 1072 drivers/mmc/core/sdio_uart.c sdio_func_id(func), tpl->data[2], tpl->data[3]); tpl 1073 drivers/mmc/core/sdio_uart.c port->regs_offset = (tpl->data[4] << 0) | tpl 1074 drivers/mmc/core/sdio_uart.c (tpl->data[5] << 8) | tpl 1075 drivers/mmc/core/sdio_uart.c (tpl->data[6] << 16); tpl 1078 drivers/mmc/core/sdio_uart.c port->uartclk = tpl->data[7] * 115200; tpl 1083 drivers/mmc/core/sdio_uart.c tpl->data[7], tpl->data[8] | (tpl->data[9] << 8));