Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/cio/
H A Dcss.h107 extern int css_init_done;
H A Dcss.c37 int css_init_done = 0; variable
1224 css_init_done = 1; in css_bus_init()
H A Ddevice.c880 if (css_init_done == 0) { in io_subchannel_recog_done()