Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dw83627hf.c639 struct w83627hf_sio_data *sio_data = dev_get_platdata(&pdev->dev); in w83627thf_read_gpio5() local
642 if (superio_enter(sio_data)) { in w83627thf_read_gpio5()
653 superio_select(sio_data, W83627HF_LD_GPIO5); in w83627thf_read_gpio5()
658 if (!(superio_inb(sio_data, W83627THF_GPIO5_EN) & (1<<3))) { in w83627thf_read_gpio5()
667 sel = superio_inb(sio_data, W83627THF_GPIO5_IOSR) & 0x3f; in w83627thf_read_gpio5()
675 res = superio_inb(sio_data, W83627THF_GPIO5_DR) & sel; in w83627thf_read_gpio5()
678 superio_exit(sio_data); in w83627thf_read_gpio5()
684 struct w83627hf_sio_data *sio_data = dev_get_platdata(&pdev->dev); in w83687thf_read_vid() local
687 if (superio_enter(sio_data)) { in w83687thf_read_vid()
698 superio_select(sio_data, W83627HF_LD_HWM); in w83687thf_read_vid()
[all …]