Home
last modified time | relevance | path

Searched refs:tp_data (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dtwe.c563 if ((dtp->tp_data[unit] & TWE_PARAM_UNITSTATUS_Online) == 0) { in twe_add_unit()
591 ad = (struct twe_array_descriptor *)atp->tp_data; in twe_add_unit()
900 *aenp = le16toh(*(uint16_t *)tp->tp_data); in twe_aen_get()
934 aen = le16toh(*(u_int16_t *)tp->tp_data); in twe_aen_handler()
1073 *valp = *(uint8_t *)tp->tp_data; in twe_param_get_1()
1088 *valp = le16toh(*(uint16_t *)tp->tp_data); in twe_param_get_2()
1103 *valp = le32toh(*(uint32_t *)tp->tp_data); in twe_param_get_4()
1213 memcpy(tp->tp_data, sbuf, size); in twe_param_set()
1867 error = copyout(param->tp_data, tp->tp_data, in tweioctl()
1874 if ((error = copyin(tp->tp_data, pdata, tp->tp_size)) != 0) in tweioctl()
[all …]
H A Dtweio.h89 void *tp_data; member
H A Dtwereg.h186 u_int8_t tp_data[1]; member