Home
last modified time | relevance | path

Searched refs:rate_buf (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/package/ftop/
H A D0001-overflow.patch1 Set tmp_buf and rate_buf to something ridiculously high to fix a buffer
13 - char tmp_buf[80], rate_buf[80];
14 + char tmp_buf[2048], rate_buf[2048];
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Docxl.c329 char *rate_buf, int rate_buf_size) in pnv_ocxl_get_tl_cap() argument
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()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpnv-ocxl.h16 char *rate_buf, int rate_buf_size);
/OK3568_Linux_fs/kernel/drivers/net/wireless/admtek/
H A Dadm8211.c1056 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()