Searched refs:RTL_WAITOK (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/etherswitch/rtl8366/ |
| H A D | rtl8366rb.c | 89 #define RTL_WAITOK 0 macro 172 RTL8366_RCR_SOFT_RESET, RTL_WAITOK); in rtl8366rb_init() 176 RTL8366_RCR_HARD_RESET, RTL_WAITOK); in rtl8366rb_init() 183 RTL8366_SGCR_EN_VLAN, RTL_WAITOK); in rtl8366rb_init() 189 (1 << 0), 0, RTL_WAITOK); in rtl8366rb_init() 196 RTL_WAITOK); in rtl8366rb_init() 200 RTL8366_PVCR_VAL(0, 1), RTL_WAITOK); in rtl8366rb_init() 220 smi_read(dev, RTL8366_CVCR, &rev, RTL_WAITOK); in rtl8366rb_attach() 436 if (sleep == RTL_WAITOK) in smi_acquire() 445 sleep == RTL_WAITOK ? IIC_WAIT : IIC_DONTWAIT); in smi_acquire() [all …]
|