Searched refs:rate_buf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | pnv-ocxl.h | 16 char *rate_buf, int rate_buf_size);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | pnv-ocxl.h | 63 char *rate_buf, int rate_buf_size);
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | ocxl.c | 329 char *rate_buf, int rate_buf_size) in pnv_ocxl_get_tl_cap() 344 memset(rate_buf, 0, rate_buf_size); in pnv_ocxl_get_tl_cap() 345 set_templ_rate(2, 1, rate_buf); in pnv_ocxl_get_tl_cap() 328 pnv_ocxl_get_tl_cap(struct pci_dev *dev, long *cap, char *rate_buf, int rate_buf_size) pnv_ocxl_get_tl_cap() argument
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | ocxl.c | 330 char *rate_buf, int rate_buf_size) in pnv_ocxl_get_tl_cap() 345 memset(rate_buf, 0, rate_buf_size); in pnv_ocxl_get_tl_cap() 346 set_templ_rate(2, 1, rate_buf); in pnv_ocxl_get_tl_cap() 329 pnv_ocxl_get_tl_cap(struct pci_dev *dev, long *cap, char *rate_buf, int rate_buf_size) pnv_ocxl_get_tl_cap() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/admtek/ |
H A D | adm8211.c | 1056 u8 rate_buf[12] = {0}; in adm8211_set_rate() local 1060 rate_buf[0] = ARRAY_SIZE(adm8211_rates); in adm8211_set_rate() 1062 rate_buf[i + 1] = (adm8211_rates[i].bitrate / 5) | 0x80; in adm8211_set_rate() 1065 rate_buf[0] = 0x04; in adm8211_set_rate() 1066 rate_buf[1] = 0x82; in adm8211_set_rate() 1067 rate_buf[2] = 0x04; in adm8211_set_rate() 1068 rate_buf[3] = 0x0b; in adm8211_set_rate() 1069 rate_buf[4] = 0x16; in adm8211_set_rate() 1072 adm8211_write_sram_bytes(dev, ADM8211_SRAM_SUPP_RATE, rate_buf, in adm8211_set_rate()
|
/kernel/linux/linux-6.6/drivers/net/wireless/admtek/ |
H A D | adm8211.c | 1055 u8 rate_buf[12] = {0}; in adm8211_set_rate() local 1059 rate_buf[0] = ARRAY_SIZE(adm8211_rates); in adm8211_set_rate() 1061 rate_buf[i + 1] = (adm8211_rates[i].bitrate / 5) | 0x80; in adm8211_set_rate() 1064 rate_buf[0] = 0x04; in adm8211_set_rate() 1065 rate_buf[1] = 0x82; in adm8211_set_rate() 1066 rate_buf[2] = 0x04; in adm8211_set_rate() 1067 rate_buf[3] = 0x0b; in adm8211_set_rate() 1068 rate_buf[4] = 0x16; in adm8211_set_rate() 1071 adm8211_write_sram_bytes(dev, ADM8211_SRAM_SUPP_RATE, rate_buf, in adm8211_set_rate()
|
Completed in 8 milliseconds