Home
last modified time | relevance | path

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

/openbmc/linux/drivers/reset/
H A Dreset-simple.c95 return !(reg & BIT(offset)) ^ !data->status_active_low; in reset_simple_status()
120 bool status_active_low; member
128 .status_active_low = true,
133 .status_active_low = true,
189 data->status_active_low = devdata->status_active_low; in reset_simple_probe()
H A Dreset-socfpga.c60 data->status_active_low = true; in a10_reset_init()
/openbmc/linux/include/linux/reset/
H A Dreset-simple.h42 bool status_active_low; member