Home
last modified time | relevance | path

Searched refs:TWE_PARAM_VERSION (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/twe/
HDtwe.c1645 p[0] = twe_get_param(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_FW, 16, NULL); in twe_describe_controller()
1646 p[1] = twe_get_param(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_BIOS, 16, NULL); in twe_describe_controller()
1651 p[2] = twe_get_param(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_Mon, 16, NULL); in twe_describe_controller()
1652 p[3] = twe_get_param(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_PCB, 8, NULL); in twe_describe_controller()
1653 p[4] = twe_get_param(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_ATA, 8, NULL); in twe_describe_controller()
1654 p[5] = twe_get_param(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_PCI, 8, NULL); in twe_describe_controller()
HDtwereg.h426 #define TWE_PARAM_VERSION 0x0402 macro