Searched refs:cs_count (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/ip2/
H A Di2pack.h263 unsigned short cs_count; member in struct:_cntStat
268 // time stamp. cs_count is a running counter of data sent or received from the
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/ip2/
H A Di2pack.h263 unsigned short cs_count; member in struct:_cntStat
268 // time stamp. cs_count is a running counter of data sent or received from the
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/edac/
H A Damd64_edac.c395 for (csrow = 0; csrow < pvt->cs_count; csrow++) {
752 BUG_ON((csrow < 0) || (csrow >= pvt->cs_count));
954 pvt->cs_count = 8;
963 pvt->cs_count = 4;
966 pvt->cs_count = 8;
981 for (cs = 0; cs < pvt->cs_count; cs++) {
1500 for (csrow = 0; csrow < pvt->cs_count; csrow++) {
2241 * @csrow_nr ChipSelect Row Number (0..pvt->cs_count-1)
2319 for (i = 0; i < pvt->cs_count; i++) {
2717 mci = edac_mc_alloc(0, pvt->cs_count, pv
[all...]
H A Damd64_edac.h437 u32 cs_count; /* num chip selects (== num DCSB registers) */ member in struct:amd64_pvt
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/edac/
H A Damd64_edac.c395 for (csrow = 0; csrow < pvt->cs_count; csrow++) {
752 BUG_ON((csrow < 0) || (csrow >= pvt->cs_count));
954 pvt->cs_count = 8;
963 pvt->cs_count = 4;
966 pvt->cs_count = 8;
981 for (cs = 0; cs < pvt->cs_count; cs++) {
1500 for (csrow = 0; csrow < pvt->cs_count; csrow++) {
2241 * @csrow_nr ChipSelect Row Number (0..pvt->cs_count-1)
2319 for (i = 0; i < pvt->cs_count; i++) {
2717 mci = edac_mc_alloc(0, pvt->cs_count, pv
[all...]
H A Damd64_edac.h437 u32 cs_count; /* num chip selects (== num DCSB registers) */ member in struct:amd64_pvt
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6790 u_int cs_count; local
6802 cs_count = 0;
6855 if (begin_set[cs_count] == TRUE
6856 && end_set[cs_count] == FALSE) {
6857 cs_table[cs_count].end = downloaded;
6858 end_set[cs_count] = TRUE;
6859 cs_count++;
6864 && begin_set[cs_count] == FALSE) {
6865 cs_table[cs_count].begin = downloaded;
6866 begin_set[cs_count]
[all...]
H A Daic79xx_core.c9277 u_int cs_count; local
9300 cs_count = 0;
9393 if (begin_set[cs_count] == TRUE
9394 && end_set[cs_count] == FALSE) {
9395 cs_table[cs_count].end = downloaded;
9396 end_set[cs_count] = TRUE;
9397 cs_count++;
9402 && begin_set[cs_count] == FALSE) {
9403 cs_table[cs_count].begin = downloaded;
9404 begin_set[cs_count]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6790 u_int cs_count; local
6802 cs_count = 0;
6855 if (begin_set[cs_count] == TRUE
6856 && end_set[cs_count] == FALSE) {
6857 cs_table[cs_count].end = downloaded;
6858 end_set[cs_count] = TRUE;
6859 cs_count++;
6864 && begin_set[cs_count] == FALSE) {
6865 cs_table[cs_count].begin = downloaded;
6866 begin_set[cs_count]
[all...]
H A Daic79xx_core.c9277 u_int cs_count; local
9300 cs_count = 0;
9393 if (begin_set[cs_count] == TRUE
9394 && end_set[cs_count] == FALSE) {
9395 cs_table[cs_count].end = downloaded;
9396 end_set[cs_count] = TRUE;
9397 cs_count++;
9402 && begin_set[cs_count] == FALSE) {
9403 cs_table[cs_count].begin = downloaded;
9404 begin_set[cs_count]
[all...]

Completed in 210 milliseconds