Searched refs:ioreg_cfg (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/staging/r8188eu/core/ |
D | rtw_iol.c | 72 struct ioreg_cfg cmd = {8, IOREG_CMD_WB_REG, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WB_cmd() 86 struct ioreg_cfg cmd = {8, IOREG_CMD_WW_REG, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WW_cmd() 100 struct ioreg_cfg cmd = {8, IOREG_CMD_WD_REG, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WD_cmd() 114 struct ioreg_cfg cmd = {8, IOREG_CMD_W_RF, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WRF_cmd() 128 struct ioreg_cfg cmd = {4, IOREG_CMD_DELAY_US, 0x0, 0x0, 0x0}; in rtw_IOL_append_DELAY_US_cmd() 136 struct ioreg_cfg cmd = {4, IOREG_CMD_DELAY_US, 0x0, 0x0, 0x0}; in rtw_IOL_append_DELAY_MS_cmd() 144 struct ioreg_cfg cmd = {4, IOREG_CMD_END, cpu_to_le16(0xFFFF), cpu_to_le32(0xFF), 0x0}; in rtw_IOL_append_END_cmd()
|
/linux-5.19.10/drivers/staging/r8188eu/include/ |
D | rtw_iol.h | 12 struct ioreg_cfg { struct
|