sock_ctrl 1195 dev/pci/pccbb.c u_int32_t status, sock_ctrl;
sock_ctrl 1214 dev/pci/pccbb.c sock_ctrl = bus_space_read_4(memt, memh, CB_SOCKET_CTRL);
sock_ctrl 1221 dev/pci/pccbb.c sock_ctrl &= ~CB_SOCKET_CTRL_VCCMASK;
sock_ctrl 1222 dev/pci/pccbb.c sock_ctrl |= CB_SOCKET_CTRL_VCC_5V;
sock_ctrl 1230 dev/pci/pccbb.c sock_ctrl &= ~CB_SOCKET_CTRL_VCCMASK;
sock_ctrl 1231 dev/pci/pccbb.c sock_ctrl |= CB_SOCKET_CTRL_VCC_3V;
sock_ctrl 1238 dev/pci/pccbb.c sock_ctrl &= ~CB_SOCKET_CTRL_VCCMASK;
sock_ctrl 1249 dev/pci/pccbb.c sock_ctrl &= ~CB_SOCKET_CTRL_VPPMASK;
sock_ctrl 1252 dev/pci/pccbb.c sock_ctrl &= ~CB_SOCKET_CTRL_VPPMASK;
sock_ctrl 1253 dev/pci/pccbb.c sock_ctrl |= ((sock_ctrl >> 4) & 0x07);
sock_ctrl 1256 dev/pci/pccbb.c sock_ctrl &= ~CB_SOCKET_CTRL_VPPMASK;
sock_ctrl 1257 dev/pci/pccbb.c sock_ctrl |= CB_SOCKET_CTRL_VPP_12V;
sock_ctrl 1262 dev/pci/pccbb.c DPRINTF(("sock_ctrl: %x\n", sock_ctrl));
sock_ctrl 1264 dev/pci/pccbb.c bus_space_write_4(memt, memh, CB_SOCKET_CTRL, sock_ctrl);
sock_ctrl 1270 dev/pci/pccbb.c sc->sc_dev.dv_xname, sock_ctrl, status);