Lines Matching refs:RTL_WAITOK
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()
456 if (sleep == RTL_WAITOK) in smi_release()
498 if (sleep == RTL_WAITOK) { in smi_select()
637 smi_read(dev, reg, &data, RTL_WAITOK); in rtl_readreg()
644 return (smi_write(dev, reg, value, RTL_WAITOK)); in rtl_writereg()
681 smi_read(dev, RTL8366_PLSR_BASE + (RTL8366_NUM_PHYS)/2, &v, RTL_WAITOK); in rtl_getport()
727 RTL8366_PVCR_VAL(port, vlangroup), RTL_WAITOK); in rtl_setport()
835 sleep = RTL_WAITOK; in rtl_readphy()
868 sleep = RTL_WAITOK; in rtl_writephy()