Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/ata/
Dahci_seattle.c47 void __iomem *sgpio_ctrl; member
95 val = ioread32(plat_data->sgpio_ctrl); in seattle_transmit_led_message()
111 iowrite32(val, plat_data->sgpio_ctrl); in seattle_transmit_led_message()
134 plat_data->sgpio_ctrl = devm_platform_ioremap_resource(pdev, 1); in ahci_seattle_get_port_info()
135 if (IS_ERR(plat_data->sgpio_ctrl)) in ahci_seattle_get_port_info()
138 val = ioread32(plat_data->sgpio_ctrl); in ahci_seattle_get_port_info()