Lines Matching refs:tpl
1038 struct sdio_func_tuple *tpl;
1039 for (tpl = func->tuples; tpl; tpl = tpl->next) {
1040 if (tpl->code != 0x91)
1042 if (tpl->size < 10)
1044 if (tpl->data[1] == 0) /* SUBTPL_SIOREG */
1047 if (!tpl) {
1054 sdio_func_id(func), tpl->data[2], tpl->data[3]);
1055 port->regs_offset = (tpl->data[4] << 0) |
1056 (tpl->data[5] << 8) |
1057 (tpl->data[6] << 16);
1060 port->uartclk = tpl->data[7] * 115200;
1065 tpl->data[7], tpl->data[8] | (tpl->data[9] << 8));